Shades of Denim #216CCC
Tints of Denim #216CCC
RGB
CMYK
RGB Variations
Color information
#216CCC (or 0x216CCC) is known color: Denim. HEX triplet: 21, 6C and CC. RGB value is (33,108,204). Sum of RGB (Red+Green+Blue) = 33+108+204=345 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.57% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #216CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CCC is #DE9333. Grayscale: #606060. Windows color (decimal): -14586676 or 13397025. OLE color: 13397025.
HSL color Cylindrical-coordinate representation of color #216CCC: hue angle of 213.68º 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 #216CCC is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 108 | 204 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.2 |
| HSL | 213.68º | 0.72% | 0.46% | - |
| HSV(B) | 213.68º | 0.84% | 0.8% | - |
| XYZ | 16.89 | 15.41 | 59.21 | - |
| YUV | 96.52 | 188.65 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 204 | 0.84 | 0.47 | 0 | 0.2 | 213.68 | 0.72 | 0.46 |
| Hex | 21 | 6C | CC | 54 | 2F | 0 | 14 | D6 | 48 | 2E |
| Octal | 41 | 154 | 314 | 124 | 57 | 0 | 24 | 326 | 110 | 56 |
| Binary | 100001 | 1101100 | 11001100 | 1010100 | 101111 | 0 | 10100 | 11010110 | 1001000 | 101110 |
Color Harmonies of #216CCC
Complementary color
Monochromatic Colors of #216CCC
Black with #216CCC
Text Example
Text Example
White with #216CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CCC; }
p { color: rgb(33,108,204); }
H1.HeaderClassName
{
color: #216CCC;
}
.AnyTagClassName
{
color: #216CCC;
}
</style>
background-color css
<style>
a { background-color: #216CCC; }
a { background-color: rgb(33,108,204); }
div.DivClassName
{
background-color: #216CCC;
}
.BgClassName
{
background-color: #216CCC;
}
</style>
border-color css
<style>
span { border-color: #216CCC; }
span { border-color: rgb(33,108,204); }
td.TdClassName
{
border-color: #216CCC;
}
.TagClassName
{
border-color: #216CCC;
}
</style>