Shades of Denim #216ECC
Tints of Denim #216ECC
RGB
CMYK
RGB Variations
Color information
#216ECC (or 0x216ECC) is known color: Denim. HEX triplet: 21, 6E and CC. RGB value is (33,110,204). Sum of RGB (Red+Green+Blue) = 33+110+204=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #216ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216ECC is #DE9133. Grayscale: #616161. Windows color (decimal): -14586164 or 13397537. OLE color: 13397537.
HSL color Cylindrical-coordinate representation of color #216ECC: hue angle of 212.98º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216ECC is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 110 | 204 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.2 |
| HSL | 212.98º | 0.72% | 0.46% | - |
| HSV(B) | 212.98º | 0.84% | 0.8% | - |
| XYZ | 17.1 | 15.83 | 59.28 | - |
| YUV | 97.69 | 187.99 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 204 | 0.84 | 0.46 | 0 | 0.2 | 212.98 | 0.72 | 0.46 |
| Hex | 21 | 6E | CC | 54 | 2E | 0 | 14 | D5 | 48 | 2E |
| Octal | 41 | 156 | 314 | 124 | 56 | 0 | 24 | 325 | 110 | 56 |
| Binary | 100001 | 1101110 | 11001100 | 1010100 | 101110 | 0 | 10100 | 11010101 | 1001000 | 101110 |
Color Harmonies of #216ECC
Complementary color
Monochromatic Colors of #216ECC
Black with #216ECC
Text Example
Text Example
White with #216ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216ECC; }
p { color: rgb(33,110,204); }
H1.HeaderClassName
{
color: #216ECC;
}
.AnyTagClassName
{
color: #216ECC;
}
</style>
background-color css
<style>
a { background-color: #216ECC; }
a { background-color: rgb(33,110,204); }
div.DivClassName
{
background-color: #216ECC;
}
.BgClassName
{
background-color: #216ECC;
}
</style>
border-color css
<style>
span { border-color: #216ECC; }
span { border-color: rgb(33,110,204); }
td.TdClassName
{
border-color: #216ECC;
}
.TagClassName
{
border-color: #216ECC;
}
</style>