#3366CC
Color Converter
Convert colors between HEX, RGB, HSL and HSV, including alpha transparency, with a live browser-local preview.
#3366CCFF
rgb(51, 102, 204)
hsl(220, 60%, 50%)
hsv(220, 75%, 80%)
--color: #3366CC;
Equivalent HEX, RGB, HSL and HSV values are shown below.
HEX & RGB
HEX is a compact hexadecimal representation of RGB channels. RGB expresses the same red, green and blue channels as decimal values from 0 to 255.
HSL & HSV
HSL describes hue, saturation and lightness, while HSV uses hue, saturation and value. Their saturation scales describe different color models and are not interchangeable.
Alpha transparency
Alpha ranges from fully transparent at 0 to fully opaque at 1. Eight-digit HEX appends the alpha byte after the RGB bytes.
