Shades of Blue Stone #215A64
Tints of Blue Stone #215A64
RGB
CMYK
RGB Variations
Color information
#215A64 (or 0x215A64) is known color: Blue Stone. HEX triplet: 21, 5A and 64. RGB value is (33,90,100). Sum of RGB (Red+Green+Blue) = 33+90+100=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #215A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215A64 is #DEA59B. Grayscale: #4A4A4A. Windows color (decimal): -14591388 or 6576673. OLE color: 6576673.
HSL color Cylindrical-coordinate representation of color #215A64: hue angle of 188.96º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215A64 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 90 | 100 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.61 |
| HSL | 188.96º | 0.5% | 0.26% | - |
| HSV(B) | 188.96º | 0.67% | 0.39% | - |
| XYZ | 6.58 | 8.56 | 13.36 | - |
| YUV | 74.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 90 | 100 | 0.67 | 0.10 | 0 | 0.61 | 188.96 | 0.5 | 0.26 |
| Hex | 21 | 5A | 64 | 43 | A | 0 | 3D | BD | 32 | 1A |
| Octal | 41 | 132 | 144 | 103 | 12 | 0 | 75 | 275 | 62 | 32 |
| Binary | 100001 | 1011010 | 1100100 | 1000011 | 1010 | 0 | 111101 | 10111101 | 110010 | 11010 |
Color Harmonies of #215A64
Complementary color
Monochromatic Colors of #215A64
Black with #215A64
Text Example
Text Example
White with #215A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215A64; }
p { color: rgb(33,90,100); }
H1.HeaderClassName
{
color: #215A64;
}
.AnyTagClassName
{
color: #215A64;
}
</style>
background-color css
<style>
a { background-color: #215A64; }
a { background-color: rgb(33,90,100); }
div.DivClassName
{
background-color: #215A64;
}
.BgClassName
{
background-color: #215A64;
}
</style>
border-color css
<style>
span { border-color: #215A64; }
span { border-color: rgb(33,90,100); }
td.TdClassName
{
border-color: #215A64;
}
.TagClassName
{
border-color: #215A64;
}
</style>