Shades of Blue Stone #215C60
Tints of Blue Stone #215C60
RGB
CMYK
RGB Variations
Color information
#215C60 (or 0x215C60) is known color: Blue Stone. HEX triplet: 21, 5C and 60. RGB value is (33,92,96). Sum of RGB (Red+Green+Blue) = 33+92+96=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #215C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C60 is #DEA39F. Grayscale: #4A4A4A. Windows color (decimal): -14590880 or 6315041. OLE color: 6315041.
HSL color Cylindrical-coordinate representation of color #215C60: hue angle of 183.81º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #215C60 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 92 | 96 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.62 |
| HSL | 183.81º | 0.49% | 0.25% | - |
| HSV(B) | 183.81º | 0.66% | 0.38% | - |
| XYZ | 6.57 | 8.82 | 12.42 | - |
| YUV | 74.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 96 | 0.66 | 0.04 | 0 | 0.62 | 183.81 | 0.49 | 0.25 |
| Hex | 21 | 5C | 60 | 42 | 4 | 0 | 3E | B8 | 31 | 19 |
| Octal | 41 | 134 | 140 | 102 | 4 | 0 | 76 | 270 | 61 | 31 |
| Binary | 100001 | 1011100 | 1100000 | 1000010 | 100 | 0 | 111110 | 10111000 | 110001 | 11001 |
Color Harmonies of #215C60
Complementary color
Monochromatic Colors of #215C60
Black with #215C60
Text Example
Text Example
White with #215C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C60; }
p { color: rgb(33,92,96); }
H1.HeaderClassName
{
color: #215C60;
}
.AnyTagClassName
{
color: #215C60;
}
</style>
background-color css
<style>
a { background-color: #215C60; }
a { background-color: rgb(33,92,96); }
div.DivClassName
{
background-color: #215C60;
}
.BgClassName
{
background-color: #215C60;
}
</style>
border-color css
<style>
span { border-color: #215C60; }
span { border-color: rgb(33,92,96); }
td.TdClassName
{
border-color: #215C60;
}
.TagClassName
{
border-color: #215C60;
}
</style>