Shades of Denim #216CCD
Tints of Denim #216CCD
RGB
CMYK
RGB Variations
Color information
#216CCD (or 0x216CCD) is known color: Denim. HEX triplet: 21, 6C and CD. RGB value is (33,108,205). Sum of RGB (Red+Green+Blue) = 33+108+205=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #216CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CCD is #DE9332. Grayscale: #606060. Windows color (decimal): -14586675 or 13462561. OLE color: 13462561.
HSL color Cylindrical-coordinate representation of color #216CCD: hue angle of 213.84º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #216CCD is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 108 | 205 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.20 |
| HSL | 213.84º | 0.72% | 0.47% | - |
| HSV(B) | 213.84º | 0.84% | 0.8% | - |
| XYZ | 17.01 | 15.46 | 59.84 | - |
| YUV | 96.63 | 189.15 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 205 | 0.84 | 0.47 | 0 | 0.20 | 213.84 | 0.72 | 0.47 |
| Hex | 21 | 6C | CD | 54 | 2F | 0 | 14 | D6 | 48 | 2F |
| Octal | 41 | 154 | 315 | 124 | 57 | 0 | 24 | 326 | 110 | 57 |
| Binary | 100001 | 1101100 | 11001101 | 1010100 | 101111 | 0 | 10100 | 11010110 | 1001000 | 101111 |
Color Harmonies of #216CCD
Complementary color
Monochromatic Colors of #216CCD
Black with #216CCD
Text Example
Text Example
White with #216CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CCD; }
p { color: rgb(33,108,205); }
H1.HeaderClassName
{
color: #216CCD;
}
.AnyTagClassName
{
color: #216CCD;
}
</style>
background-color css
<style>
a { background-color: #216CCD; }
a { background-color: rgb(33,108,205); }
div.DivClassName
{
background-color: #216CCD;
}
.BgClassName
{
background-color: #216CCD;
}
</style>
border-color css
<style>
span { border-color: #216CCD; }
span { border-color: rgb(33,108,205); }
td.TdClassName
{
border-color: #216CCD;
}
.TagClassName
{
border-color: #216CCD;
}
</style>