Shades of Denim #216CCE
Tints of Denim #216CCE
RGB
CMYK
RGB Variations
Color information
#216CCE (or 0x216CCE) is known color: Denim. HEX triplet: 21, 6C and CE. RGB value is (33,108,206). Sum of RGB (Red+Green+Blue) = 33+108+206=347 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.51% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #216CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CCE is #DE9331. Grayscale: #606060. Windows color (decimal): -14586674 or 13528097. OLE color: 13528097.
HSL color Cylindrical-coordinate representation of color #216CCE: hue angle of 213.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216CCE is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 108 | 206 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.19 |
| HSL | 213.99º | 0.72% | 0.47% | - |
| HSV(B) | 213.99º | 0.84% | 0.81% | - |
| XYZ | 17.13 | 15.5 | 60.48 | - |
| YUV | 96.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 206 | 0.84 | 0.48 | 0 | 0.19 | 213.99 | 0.72 | 0.47 |
| Hex | 21 | 6C | CE | 54 | 30 | 0 | 13 | D6 | 48 | 2F |
| Octal | 41 | 154 | 316 | 124 | 60 | 0 | 23 | 326 | 110 | 57 |
| Binary | 100001 | 1101100 | 11001110 | 1010100 | 110000 | 0 | 10011 | 11010110 | 1001000 | 101111 |
Color Harmonies of #216CCE
Complementary color
Monochromatic Colors of #216CCE
Black with #216CCE
Text Example
Text Example
White with #216CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CCE; }
p { color: rgb(33,108,206); }
H1.HeaderClassName
{
color: #216CCE;
}
.AnyTagClassName
{
color: #216CCE;
}
</style>
background-color css
<style>
a { background-color: #216CCE; }
a { background-color: rgb(33,108,206); }
div.DivClassName
{
background-color: #216CCE;
}
.BgClassName
{
background-color: #216CCE;
}
</style>
border-color css
<style>
span { border-color: #216CCE; }
span { border-color: rgb(33,108,206); }
td.TdClassName
{
border-color: #216CCE;
}
.TagClassName
{
border-color: #216CCE;
}
</style>