Shades of Denim #216CC0
Tints of Denim #216CC0
RGB
CMYK
RGB Variations
Color information
#216CC0 (or 0x216CC0) is known color: Denim. HEX triplet: 21, 6C and C0. RGB value is (33,108,192). Sum of RGB (Red+Green+Blue) = 33+108+192=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #216CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216CC0 is #DE933F. Grayscale: #5E5E5E. Windows color (decimal): -14586688 or 12610593. OLE color: 12610593.
HSL color Cylindrical-coordinate representation of color #216CC0: hue angle of 211.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #216CC0 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 108 | 192 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.25 |
| HSL | 211.7º | 0.71% | 0.44% | - |
| HSV(B) | 211.7º | 0.83% | 0.75% | - |
| XYZ | 15.5 | 14.85 | 51.92 | - |
| YUV | 95.15 | 182.65 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 192 | 0.83 | 0.44 | 0 | 0.25 | 211.7 | 0.71 | 0.44 |
| Hex | 21 | 6C | C0 | 53 | 2C | 0 | 19 | D4 | 47 | 2C |
| Octal | 41 | 154 | 300 | 123 | 54 | 0 | 31 | 324 | 107 | 54 |
| Binary | 100001 | 1101100 | 11000000 | 1010011 | 101100 | 0 | 11001 | 11010100 | 1000111 | 101100 |
Color Harmonies of #216CC0
Complementary color
Monochromatic Colors of #216CC0
Black with #216CC0
Text Example
Text Example
White with #216CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216CC0; }
p { color: rgb(33,108,192); }
H1.HeaderClassName
{
color: #216CC0;
}
.AnyTagClassName
{
color: #216CC0;
}
</style>
background-color css
<style>
a { background-color: #216CC0; }
a { background-color: rgb(33,108,192); }
div.DivClassName
{
background-color: #216CC0;
}
.BgClassName
{
background-color: #216CC0;
}
</style>
border-color css
<style>
span { border-color: #216CC0; }
span { border-color: rgb(33,108,192); }
td.TdClassName
{
border-color: #216CC0;
}
.TagClassName
{
border-color: #216CC0;
}
</style>