Shades of Blue Stone #215A61
Tints of Blue Stone #215A61
RGB
CMYK
RGB Variations
Color information
#215A61 (or 0x215A61) is known color: Blue Stone. HEX triplet: 21, 5A and 61. RGB value is (33,90,97). Sum of RGB (Red+Green+Blue) = 33+90+97=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #215A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A61 is #DEA59E. Grayscale: #494949. Windows color (decimal): -14591391 or 6380065. OLE color: 6380065.
HSL color Cylindrical-coordinate representation of color #215A61: hue angle of 186.56º 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 #215A61 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 90 | 97 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.62 |
| HSL | 186.56º | 0.49% | 0.25% | - |
| HSV(B) | 186.56º | 0.66% | 0.38% | - |
| XYZ | 6.44 | 8.5 | 12.61 | - |
| YUV | 73.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 97 | 0.66 | 0.07 | 0 | 0.62 | 186.56 | 0.49 | 0.25 |
| Hex | 21 | 5A | 61 | 42 | 7 | 0 | 3E | BB | 31 | 19 |
| Octal | 41 | 132 | 141 | 102 | 7 | 0 | 76 | 273 | 61 | 31 |
| Binary | 100001 | 1011010 | 1100001 | 1000010 | 111 | 0 | 111110 | 10111011 | 110001 | 11001 |
Color Harmonies of #215A61
Complementary color
Monochromatic Colors of #215A61
Black with #215A61
Text Example
Text Example
White with #215A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A61; }
p { color: rgb(33,90,97); }
H1.HeaderClassName
{
color: #215A61;
}
.AnyTagClassName
{
color: #215A61;
}
</style>
background-color css
<style>
a { background-color: #215A61; }
a { background-color: rgb(33,90,97); }
div.DivClassName
{
background-color: #215A61;
}
.BgClassName
{
background-color: #215A61;
}
</style>
border-color css
<style>
span { border-color: #215A61; }
span { border-color: rgb(33,90,97); }
td.TdClassName
{
border-color: #215A61;
}
.TagClassName
{
border-color: #215A61;
}
</style>