Shades of Denim #215BBE
Tints of Denim #215BBE
RGB
CMYK
RGB Variations
Color information
#215BBE (or 0x215BBE) is known color: Denim. HEX triplet: 21, 5B and BE. RGB value is (33,91,190). Sum of RGB (Red+Green+Blue) = 33+91+190=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #215BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BBE is #DEA441. Grayscale: #545454. Windows color (decimal): -14591042 or 12475169. OLE color: 12475169.
HSL color Cylindrical-coordinate representation of color #215BBE: hue angle of 217.83º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #215BBE is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 91 | 190 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.25 |
| HSL | 217.83º | 0.7% | 0.44% | - |
| HSV(B) | 217.83º | 0.83% | 0.75% | - |
| XYZ | 13.66 | 11.52 | 50.22 | - |
| YUV | 84.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 91 | 190 | 0.83 | 0.52 | 0 | 0.25 | 217.83 | 0.7 | 0.44 |
| Hex | 21 | 5B | BE | 53 | 34 | 0 | 19 | DA | 46 | 2C |
| Octal | 41 | 133 | 276 | 123 | 64 | 0 | 31 | 332 | 106 | 54 |
| Binary | 100001 | 1011011 | 10111110 | 1010011 | 110100 | 0 | 11001 | 11011010 | 1000110 | 101100 |
Color Harmonies of #215BBE
Complementary color
Monochromatic Colors of #215BBE
Black with #215BBE
Text Example
Text Example
White with #215BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215BBE; }
p { color: rgb(33,91,190); }
H1.HeaderClassName
{
color: #215BBE;
}
.AnyTagClassName
{
color: #215BBE;
}
</style>
background-color css
<style>
a { background-color: #215BBE; }
a { background-color: rgb(33,91,190); }
div.DivClassName
{
background-color: #215BBE;
}
.BgClassName
{
background-color: #215BBE;
}
</style>
border-color css
<style>
span { border-color: #215BBE; }
span { border-color: rgb(33,91,190); }
td.TdClassName
{
border-color: #215BBE;
}
.TagClassName
{
border-color: #215BBE;
}
</style>