Shades of Denim #215DB4
Tints of Denim #215DB4
RGB
CMYK
RGB Variations
Color information
#215DB4 (or 0x215DB4) is known color: Denim. HEX triplet: 21, 5D and B4. RGB value is (33,93,180). Sum of RGB (Red+Green+Blue) = 33+93+180=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #215DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DB4 is #DEA24B. Grayscale: #545454. Windows color (decimal): -14590540 or 11820321. OLE color: 11820321.
HSL color Cylindrical-coordinate representation of color #215DB4: hue angle of 215.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215DB4 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 93 | 180 | - |
| CMYK | 0.82 | 0.48 | 0 | 0.29 |
| HSL | 215.51º | 0.69% | 0.42% | - |
| HSV(B) | 215.51º | 0.82% | 0.71% | - |
| XYZ | 12.78 | 11.45 | 44.72 | - |
| YUV | 84.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 180 | 0.82 | 0.48 | 0 | 0.29 | 215.51 | 0.69 | 0.42 |
| Hex | 21 | 5D | B4 | 52 | 30 | 0 | 1D | D8 | 45 | 2A |
| Octal | 41 | 135 | 264 | 122 | 60 | 0 | 35 | 330 | 105 | 52 |
| Binary | 100001 | 1011101 | 10110100 | 1010010 | 110000 | 0 | 11101 | 11011000 | 1000101 | 101010 |
Color Harmonies of #215DB4
Complementary color
Monochromatic Colors of #215DB4
Black with #215DB4
Text Example
Text Example
White with #215DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215DB4; }
p { color: rgb(33,93,180); }
H1.HeaderClassName
{
color: #215DB4;
}
.AnyTagClassName
{
color: #215DB4;
}
</style>
background-color css
<style>
a { background-color: #215DB4; }
a { background-color: rgb(33,93,180); }
div.DivClassName
{
background-color: #215DB4;
}
.BgClassName
{
background-color: #215DB4;
}
</style>
border-color css
<style>
span { border-color: #215DB4; }
span { border-color: rgb(33,93,180); }
td.TdClassName
{
border-color: #215DB4;
}
.TagClassName
{
border-color: #215DB4;
}
</style>