Shades of Denim #215CC6
Tints of Denim #215CC6
RGB
CMYK
RGB Variations
Color information
#215CC6 (or 0x215CC6) is known color: Denim. HEX triplet: 21, 5C and C6. RGB value is (33,92,198). Sum of RGB (Red+Green+Blue) = 33+92+198=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 198 (77.73% from 255 or 61.30% from 323); Max value from RGB is 198 - color contains mainly: blue. Hex color #215CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CC6 is #DEA339. Grayscale: #555555. Windows color (decimal): -14590778 or 12999713. OLE color: 12999713.
HSL color Cylindrical-coordinate representation of color #215CC6: hue angle of 218.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215CC6 is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 92 | 198 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.22 |
| HSL | 218.55º | 0.71% | 0.45% | - |
| HSV(B) | 218.55º | 0.83% | 0.78% | - |
| XYZ | 14.65 | 12.05 | 54.98 | - |
| YUV | 86.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 198 | 0.83 | 0.54 | 0 | 0.22 | 218.55 | 0.71 | 0.45 |
| Hex | 21 | 5C | C6 | 53 | 36 | 0 | 16 | DB | 47 | 2D |
| Octal | 41 | 134 | 306 | 123 | 66 | 0 | 26 | 333 | 107 | 55 |
| Binary | 100001 | 1011100 | 11000110 | 1010011 | 110110 | 0 | 10110 | 11011011 | 1000111 | 101101 |
Color Harmonies of #215CC6
Complementary color
Monochromatic Colors of #215CC6
Black with #215CC6
Text Example
Text Example
White with #215CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CC6; }
p { color: rgb(33,92,198); }
H1.HeaderClassName
{
color: #215CC6;
}
.AnyTagClassName
{
color: #215CC6;
}
</style>
background-color css
<style>
a { background-color: #215CC6; }
a { background-color: rgb(33,92,198); }
div.DivClassName
{
background-color: #215CC6;
}
.BgClassName
{
background-color: #215CC6;
}
</style>
border-color css
<style>
span { border-color: #215CC6; }
span { border-color: rgb(33,92,198); }
td.TdClassName
{
border-color: #215CC6;
}
.TagClassName
{
border-color: #215CC6;
}
</style>