Shades of Denim #215CBC
Tints of Denim #215CBC
RGB
CMYK
RGB Variations
Color information
#215CBC (or 0x215CBC) is known color: Denim. HEX triplet: 21, 5C and BC. RGB value is (33,92,188). Sum of RGB (Red+Green+Blue) = 33+92+188=313 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.54% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #215CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215CBC is #DEA343. Grayscale: #545454. Windows color (decimal): -14590788 or 12344353. OLE color: 12344353.
HSL color Cylindrical-coordinate representation of color #215CBC: hue angle of 217.16º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215CBC is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 92 | 188 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.26 |
| HSL | 217.16º | 0.7% | 0.43% | - |
| HSV(B) | 217.16º | 0.82% | 0.74% | - |
| XYZ | 13.53 | 11.61 | 49.1 | - |
| YUV | 85.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 188 | 0.82 | 0.51 | 0 | 0.26 | 217.16 | 0.7 | 0.43 |
| Hex | 21 | 5C | BC | 52 | 33 | 0 | 1A | D9 | 46 | 2B |
| Octal | 41 | 134 | 274 | 122 | 63 | 0 | 32 | 331 | 106 | 53 |
| Binary | 100001 | 1011100 | 10111100 | 1010010 | 110011 | 0 | 11010 | 11011001 | 1000110 | 101011 |
Color Harmonies of #215CBC
Complementary color
Monochromatic Colors of #215CBC
Black with #215CBC
Text Example
Text Example
White with #215CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215CBC; }
p { color: rgb(33,92,188); }
H1.HeaderClassName
{
color: #215CBC;
}
.AnyTagClassName
{
color: #215CBC;
}
</style>
background-color css
<style>
a { background-color: #215CBC; }
a { background-color: rgb(33,92,188); }
div.DivClassName
{
background-color: #215CBC;
}
.BgClassName
{
background-color: #215CBC;
}
</style>
border-color css
<style>
span { border-color: #215CBC; }
span { border-color: rgb(33,92,188); }
td.TdClassName
{
border-color: #215CBC;
}
.TagClassName
{
border-color: #215CBC;
}
</style>