Shades of Denim #217AC0
Tints of Denim #217AC0
RGB
CMYK
RGB Variations
Color information
#217AC0 (or 0x217AC0) is known color: Denim. HEX triplet: 21, 7A and C0. RGB value is (33,122,192). Sum of RGB (Red+Green+Blue) = 33+122+192=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 192 (75.39% from 255 or 55.33% from 347); Max value from RGB is 192 - color contains mainly: blue. Hex color #217AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217AC0 is #DE853F. Grayscale: #676767. Windows color (decimal): -14583104 or 12614177. OLE color: 12614177.
HSL color Cylindrical-coordinate representation of color #217AC0: hue angle of 206.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #217AC0 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 122 | 192 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.25 |
| HSL | 206.42º | 0.71% | 0.44% | - |
| HSV(B) | 206.42º | 0.83% | 0.75% | - |
| XYZ | 17.1 | 18.05 | 52.45 | - |
| YUV | 103.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 122 | 192 | 0.83 | 0.36 | 0 | 0.25 | 206.42 | 0.71 | 0.44 |
| Hex | 21 | 7A | C0 | 53 | 24 | 0 | 19 | CE | 47 | 2C |
| Octal | 41 | 172 | 300 | 123 | 44 | 0 | 31 | 316 | 107 | 54 |
| Binary | 100001 | 1111010 | 11000000 | 1010011 | 100100 | 0 | 11001 | 11001110 | 1000111 | 101100 |
Color Harmonies of #217AC0
Complementary color
Monochromatic Colors of #217AC0
Black with #217AC0
Text Example
Text Example
White with #217AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217AC0; }
p { color: rgb(33,122,192); }
H1.HeaderClassName
{
color: #217AC0;
}
.AnyTagClassName
{
color: #217AC0;
}
</style>
background-color css
<style>
a { background-color: #217AC0; }
a { background-color: rgb(33,122,192); }
div.DivClassName
{
background-color: #217AC0;
}
.BgClassName
{
background-color: #217AC0;
}
</style>
border-color css
<style>
span { border-color: #217AC0; }
span { border-color: rgb(33,122,192); }
td.TdClassName
{
border-color: #217AC0;
}
.TagClassName
{
border-color: #217AC0;
}
</style>