Shades of Blue Stone #215A60
Tints of Blue Stone #215A60
RGB
CMYK
RGB Variations
Color information
#215A60 (or 0x215A60) is known color: Blue Stone. HEX triplet: 21, 5A and 60. RGB value is (33,90,96). Sum of RGB (Red+Green+Blue) = 33+90+96=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #215A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A60 is #DEA59F. Grayscale: #494949. Windows color (decimal): -14591392 or 6314529. OLE color: 6314529.
HSL color Cylindrical-coordinate representation of color #215A60: hue angle of 185.71º 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 #215A60 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 90 | 96 | - |
| CMYK | 0.66 | 0.06 | 0 | 0.62 |
| HSL | 185.71º | 0.49% | 0.25% | - |
| HSV(B) | 185.71º | 0.66% | 0.38% | - |
| XYZ | 6.39 | 8.48 | 12.37 | - |
| YUV | 73.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 96 | 0.66 | 0.06 | 0 | 0.62 | 185.71 | 0.49 | 0.25 |
| Hex | 21 | 5A | 60 | 42 | 6 | 0 | 3E | BA | 31 | 19 |
| Octal | 41 | 132 | 140 | 102 | 6 | 0 | 76 | 272 | 61 | 31 |
| Binary | 100001 | 1011010 | 1100000 | 1000010 | 110 | 0 | 111110 | 10111010 | 110001 | 11001 |
Color Harmonies of #215A60
Complementary color
Monochromatic Colors of #215A60
Black with #215A60
Text Example
Text Example
White with #215A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A60; }
p { color: rgb(33,90,96); }
H1.HeaderClassName
{
color: #215A60;
}
.AnyTagClassName
{
color: #215A60;
}
</style>
background-color css
<style>
a { background-color: #215A60; }
a { background-color: rgb(33,90,96); }
div.DivClassName
{
background-color: #215A60;
}
.BgClassName
{
background-color: #215A60;
}
</style>
border-color css
<style>
span { border-color: #215A60; }
span { border-color: rgb(33,90,96); }
td.TdClassName
{
border-color: #215A60;
}
.TagClassName
{
border-color: #215A60;
}
</style>