Shades of Denim #215FC4
Tints of Denim #215FC4
RGB
CMYK
RGB Variations
Color information
#215FC4 (or 0x215FC4) is known color: Denim. HEX triplet: 21, 5F and C4. RGB value is (33,95,196). Sum of RGB (Red+Green+Blue) = 33+95+196=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 196 (76.95% from 255 or 60.49% from 324); Max value from RGB is 196 - color contains mainly: blue. Hex color #215FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215FC4 is #DEA03B. Grayscale: #575757. Windows color (decimal): -14590012 or 12869409. OLE color: 12869409.
HSL color Cylindrical-coordinate representation of color #215FC4: hue angle of 217.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215FC4 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 95 | 196 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.23 |
| HSL | 217.18º | 0.71% | 0.45% | - |
| HSV(B) | 217.18º | 0.83% | 0.77% | - |
| XYZ | 14.68 | 12.49 | 53.86 | - |
| YUV | 87.98 | 188.96 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 196 | 0.83 | 0.52 | 0 | 0.23 | 217.18 | 0.71 | 0.45 |
| Hex | 21 | 5F | C4 | 53 | 34 | 0 | 17 | D9 | 47 | 2D |
| Octal | 41 | 137 | 304 | 123 | 64 | 0 | 27 | 331 | 107 | 55 |
| Binary | 100001 | 1011111 | 11000100 | 1010011 | 110100 | 0 | 10111 | 11011001 | 1000111 | 101101 |
Color Harmonies of #215FC4
Complementary color
Monochromatic Colors of #215FC4
Black with #215FC4
Text Example
Text Example
White with #215FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215FC4; }
p { color: rgb(33,95,196); }
H1.HeaderClassName
{
color: #215FC4;
}
.AnyTagClassName
{
color: #215FC4;
}
</style>
background-color css
<style>
a { background-color: #215FC4; }
a { background-color: rgb(33,95,196); }
div.DivClassName
{
background-color: #215FC4;
}
.BgClassName
{
background-color: #215FC4;
}
</style>
border-color css
<style>
span { border-color: #215FC4; }
span { border-color: rgb(33,95,196); }
td.TdClassName
{
border-color: #215FC4;
}
.TagClassName
{
border-color: #215FC4;
}
</style>