Shades of Denim #215CAC
Tints of Denim #215CAC
RGB
CMYK
RGB Variations
Color information
#215CAC (or 0x215CAC) is known color: Denim. HEX triplet: 21, 5C and AC. RGB value is (33,92,172). Sum of RGB (Red+Green+Blue) = 33+92+172=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #215CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAC is #DEA353. Grayscale: #535353. Windows color (decimal): -14590804 or 11295777. OLE color: 11295777.
HSL color Cylindrical-coordinate representation of color #215CAC: hue angle of 214.53º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215CAC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 92 | 172 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.33 |
| HSL | 214.53º | 0.68% | 0.4% | - |
| HSV(B) | 214.53º | 0.81% | 0.67% | - |
| XYZ | 11.9 | 10.96 | 40.52 | - |
| YUV | 83.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 172 | 0.81 | 0.47 | 0 | 0.33 | 214.53 | 0.68 | 0.4 |
| Hex | 21 | 5C | AC | 51 | 2F | 0 | 21 | D7 | 44 | 28 |
| Octal | 41 | 134 | 254 | 121 | 57 | 0 | 41 | 327 | 104 | 50 |
| Binary | 100001 | 1011100 | 10101100 | 1010001 | 101111 | 0 | 100001 | 11010111 | 1000100 | 101000 |
Color Harmonies of #215CAC
Complementary color
Monochromatic Colors of #215CAC
Black with #215CAC
Text Example
Text Example
White with #215CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CAC; }
p { color: rgb(33,92,172); }
H1.HeaderClassName
{
color: #215CAC;
}
.AnyTagClassName
{
color: #215CAC;
}
</style>
background-color css
<style>
a { background-color: #215CAC; }
a { background-color: rgb(33,92,172); }
div.DivClassName
{
background-color: #215CAC;
}
.BgClassName
{
background-color: #215CAC;
}
</style>
border-color css
<style>
span { border-color: #215CAC; }
span { border-color: rgb(33,92,172); }
td.TdClassName
{
border-color: #215CAC;
}
.TagClassName
{
border-color: #215CAC;
}
</style>