Shades of Denim #216DCC
Tints of Denim #216DCC
RGB
CMYK
RGB Variations
Color information
#216DCC (or 0x216DCC) is known color: Denim. HEX triplet: 21, 6D and CC. RGB value is (33,109,204). Sum of RGB (Red+Green+Blue) = 33+109+204=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #216DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216DCC is #DE9233. Grayscale: #606060. Windows color (decimal): -14586420 or 13397281. OLE color: 13397281.
HSL color Cylindrical-coordinate representation of color #216DCC: hue angle of 213.33º 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 #216DCC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 109 | 204 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.2 |
| HSL | 213.33º | 0.72% | 0.46% | - |
| HSV(B) | 213.33º | 0.84% | 0.8% | - |
| XYZ | 16.99 | 15.62 | 59.25 | - |
| YUV | 97.11 | 188.32 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 109 | 204 | 0.84 | 0.47 | 0 | 0.2 | 213.33 | 0.72 | 0.46 |
| Hex | 21 | 6D | CC | 54 | 2F | 0 | 14 | D5 | 48 | 2E |
| Octal | 41 | 155 | 314 | 124 | 57 | 0 | 24 | 325 | 110 | 56 |
| Binary | 100001 | 1101101 | 11001100 | 1010100 | 101111 | 0 | 10100 | 11010101 | 1001000 | 101110 |
Color Harmonies of #216DCC
Complementary color
Monochromatic Colors of #216DCC
Black with #216DCC
Text Example
Text Example
White with #216DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216DCC; }
p { color: rgb(33,109,204); }
H1.HeaderClassName
{
color: #216DCC;
}
.AnyTagClassName
{
color: #216DCC;
}
</style>
background-color css
<style>
a { background-color: #216DCC; }
a { background-color: rgb(33,109,204); }
div.DivClassName
{
background-color: #216DCC;
}
.BgClassName
{
background-color: #216DCC;
}
</style>
border-color css
<style>
span { border-color: #216DCC; }
span { border-color: rgb(33,109,204); }
td.TdClassName
{
border-color: #216DCC;
}
.TagClassName
{
border-color: #216DCC;
}
</style>