Shades of Denim #215CBB
Tints of Denim #215CBB
RGB
CMYK
RGB Variations
Color information
#215CBB (or 0x215CBB) is known color: Denim. HEX triplet: 21, 5C and BB. RGB value is (33,92,187). Sum of RGB (Red+Green+Blue) = 33+92+187=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #215CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CBB is #DEA344. Grayscale: #545454. Windows color (decimal): -14590789 or 12278817. OLE color: 12278817.
HSL color Cylindrical-coordinate representation of color #215CBB: hue angle of 217.01º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215CBB is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 92 | 187 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.27 |
| HSL | 217.01º | 0.7% | 0.43% | - |
| HSV(B) | 217.01º | 0.82% | 0.73% | - |
| XYZ | 13.42 | 11.57 | 48.54 | - |
| YUV | 85.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 187 | 0.82 | 0.51 | 0 | 0.27 | 217.01 | 0.7 | 0.43 |
| Hex | 21 | 5C | BB | 52 | 33 | 0 | 1B | D9 | 46 | 2B |
| Octal | 41 | 134 | 273 | 122 | 63 | 0 | 33 | 331 | 106 | 53 |
| Binary | 100001 | 1011100 | 10111011 | 1010010 | 110011 | 0 | 11011 | 11011001 | 1000110 | 101011 |
Color Harmonies of #215CBB
Complementary color
Monochromatic Colors of #215CBB
Black with #215CBB
Text Example
Text Example
White with #215CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CBB; }
p { color: rgb(33,92,187); }
H1.HeaderClassName
{
color: #215CBB;
}
.AnyTagClassName
{
color: #215CBB;
}
</style>
background-color css
<style>
a { background-color: #215CBB; }
a { background-color: rgb(33,92,187); }
div.DivClassName
{
background-color: #215CBB;
}
.BgClassName
{
background-color: #215CBB;
}
</style>
border-color css
<style>
span { border-color: #215CBB; }
span { border-color: rgb(33,92,187); }
td.TdClassName
{
border-color: #215CBB;
}
.TagClassName
{
border-color: #215CBB;
}
</style>