Shades of Blue Stone #215E62
Tints of Blue Stone #215E62
RGB
CMYK
RGB Variations
Color information
#215E62 (or 0x215E62) is known color: Blue Stone. HEX triplet: 21, 5E and 62. RGB value is (33,94,98). Sum of RGB (Red+Green+Blue) = 33+94+98=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #215E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E62 is #DEA19D. Grayscale: #4C4C4C. Windows color (decimal): -14590366 or 6446625. OLE color: 6446625.
HSL color Cylindrical-coordinate representation of color #215E62: hue angle of 183.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215E62 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 94 | 98 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.62 |
| HSL | 183.69º | 0.5% | 0.26% | - |
| HSV(B) | 183.69º | 0.66% | 0.38% | - |
| XYZ | 6.83 | 9.21 | 12.97 | - |
| YUV | 76.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 98 | 0.66 | 0.04 | 0 | 0.62 | 183.69 | 0.5 | 0.26 |
| Hex | 21 | 5E | 62 | 42 | 4 | 0 | 3E | B8 | 32 | 1A |
| Octal | 41 | 136 | 142 | 102 | 4 | 0 | 76 | 270 | 62 | 32 |
| Binary | 100001 | 1011110 | 1100010 | 1000010 | 100 | 0 | 111110 | 10111000 | 110010 | 11010 |
Color Harmonies of #215E62
Complementary color
Monochromatic Colors of #215E62
Black with #215E62
Text Example
Text Example
White with #215E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E62; }
p { color: rgb(33,94,98); }
H1.HeaderClassName
{
color: #215E62;
}
.AnyTagClassName
{
color: #215E62;
}
</style>
background-color css
<style>
a { background-color: #215E62; }
a { background-color: rgb(33,94,98); }
div.DivClassName
{
background-color: #215E62;
}
.BgClassName
{
background-color: #215E62;
}
</style>
border-color css
<style>
span { border-color: #215E62; }
span { border-color: rgb(33,94,98); }
td.TdClassName
{
border-color: #215E62;
}
.TagClassName
{
border-color: #215E62;
}
</style>