Shades of Blue Stone #215C5E
Tints of Blue Stone #215C5E
RGB
CMYK
RGB Variations
Color information
#215C5E (or 0x215C5E) is known color: Blue Stone. HEX triplet: 21, 5C and 5E. RGB value is (33,92,94). Sum of RGB (Red+Green+Blue) = 33+92+94=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #215C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C5E is #DEA3A1. Grayscale: #4A4A4A. Windows color (decimal): -14590882 or 6183969. OLE color: 6183969.
HSL color Cylindrical-coordinate representation of color #215C5E: hue angle of 181.97º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215C5E is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 92 | 94 | - |
| CMYK | 0.65 | 0.02 | 0 | 0.63 |
| HSL | 181.97º | 0.48% | 0.25% | - |
| HSV(B) | 181.97º | 0.65% | 0.37% | - |
| XYZ | 6.47 | 8.79 | 11.94 | - |
| YUV | 74.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 94 | 0.65 | 0.02 | 0 | 0.63 | 181.97 | 0.48 | 0.25 |
| Hex | 21 | 5C | 5E | 41 | 2 | 0 | 3F | B6 | 30 | 19 |
| Octal | 41 | 134 | 136 | 101 | 2 | 0 | 77 | 266 | 60 | 31 |
| Binary | 100001 | 1011100 | 1011110 | 1000001 | 10 | 0 | 111111 | 10110110 | 110000 | 11001 |
Color Harmonies of #215C5E
Complementary color
Monochromatic Colors of #215C5E
Black with #215C5E
Text Example
Text Example
White with #215C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C5E; }
p { color: rgb(33,92,94); }
H1.HeaderClassName
{
color: #215C5E;
}
.AnyTagClassName
{
color: #215C5E;
}
</style>
background-color css
<style>
a { background-color: #215C5E; }
a { background-color: rgb(33,92,94); }
div.DivClassName
{
background-color: #215C5E;
}
.BgClassName
{
background-color: #215C5E;
}
</style>
border-color css
<style>
span { border-color: #215C5E; }
span { border-color: rgb(33,92,94); }
td.TdClassName
{
border-color: #215C5E;
}
.TagClassName
{
border-color: #215C5E;
}
</style>