Shades of Denim #215CC0
Tints of Denim #215CC0
RGB
CMYK
RGB Variations
Color information
#215CC0 (or 0x215CC0) is known color: Denim. HEX triplet: 21, 5C and C0. RGB value is (33,92,192). Sum of RGB (Red+Green+Blue) = 33+92+192=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #215CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CC0 is #DEA33F. Grayscale: #555555. Windows color (decimal): -14590784 or 12606497. OLE color: 12606497.
HSL color Cylindrical-coordinate representation of color #215CC0: hue angle of 217.74º 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 #215CC0 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 92 | 192 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.25 |
| HSL | 217.74º | 0.71% | 0.44% | - |
| HSV(B) | 217.74º | 0.83% | 0.75% | - |
| XYZ | 13.97 | 11.78 | 51.41 | - |
| YUV | 85.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 192 | 0.83 | 0.52 | 0 | 0.25 | 217.74 | 0.71 | 0.44 |
| Hex | 21 | 5C | C0 | 53 | 34 | 0 | 19 | DA | 47 | 2C |
| Octal | 41 | 134 | 300 | 123 | 64 | 0 | 31 | 332 | 107 | 54 |
| Binary | 100001 | 1011100 | 11000000 | 1010011 | 110100 | 0 | 11001 | 11011010 | 1000111 | 101100 |
Color Harmonies of #215CC0
Complementary color
Monochromatic Colors of #215CC0
Black with #215CC0
Text Example
Text Example
White with #215CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CC0; }
p { color: rgb(33,92,192); }
H1.HeaderClassName
{
color: #215CC0;
}
.AnyTagClassName
{
color: #215CC0;
}
</style>
background-color css
<style>
a { background-color: #215CC0; }
a { background-color: rgb(33,92,192); }
div.DivClassName
{
background-color: #215CC0;
}
.BgClassName
{
background-color: #215CC0;
}
</style>
border-color css
<style>
span { border-color: #215CC0; }
span { border-color: rgb(33,92,192); }
td.TdClassName
{
border-color: #215CC0;
}
.TagClassName
{
border-color: #215CC0;
}
</style>