Shades of Denim #215EBD
Tints of Denim #215EBD
RGB
CMYK
RGB Variations
Color information
#215EBD (or 0x215EBD) is known color: Denim. HEX triplet: 21, 5E and BD. RGB value is (33,94,189). Sum of RGB (Red+Green+Blue) = 33+94+189=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #215EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215EBD is #DEA142. Grayscale: #565656. Windows color (decimal): -14590275 or 12410401. OLE color: 12410401.
HSL color Cylindrical-coordinate representation of color #215EBD: hue angle of 216.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215EBD is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 94 | 189 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.26 |
| HSL | 216.54º | 0.7% | 0.44% | - |
| HSV(B) | 216.54º | 0.83% | 0.74% | - |
| XYZ | 13.82 | 12 | 49.73 | - |
| YUV | 86.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 189 | 0.83 | 0.50 | 0 | 0.26 | 216.54 | 0.7 | 0.44 |
| Hex | 21 | 5E | BD | 53 | 32 | 0 | 1A | D9 | 46 | 2C |
| Octal | 41 | 136 | 275 | 123 | 62 | 0 | 32 | 331 | 106 | 54 |
| Binary | 100001 | 1011110 | 10111101 | 1010011 | 110010 | 0 | 11010 | 11011001 | 1000110 | 101100 |
Color Harmonies of #215EBD
Complementary color
Monochromatic Colors of #215EBD
Black with #215EBD
Text Example
Text Example
White with #215EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215EBD; }
p { color: rgb(33,94,189); }
H1.HeaderClassName
{
color: #215EBD;
}
.AnyTagClassName
{
color: #215EBD;
}
</style>
background-color css
<style>
a { background-color: #215EBD; }
a { background-color: rgb(33,94,189); }
div.DivClassName
{
background-color: #215EBD;
}
.BgClassName
{
background-color: #215EBD;
}
</style>
border-color css
<style>
span { border-color: #215EBD; }
span { border-color: rgb(33,94,189); }
td.TdClassName
{
border-color: #215EBD;
}
.TagClassName
{
border-color: #215EBD;
}
</style>