Shades of Blue Stone #215963
Tints of Blue Stone #215963
RGB
CMYK
RGB Variations
Color information
#215963 (or 0x215963) is known color: Blue Stone. HEX triplet: 21, 59 and 63. RGB value is (33,89,99). Sum of RGB (Red+Green+Blue) = 33+89+99=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #215963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215963 is #DEA69C. Grayscale: #494949. Windows color (decimal): -14591645 or 6510881. OLE color: 6510881.
HSL color Cylindrical-coordinate representation of color #215963: hue angle of 189.09º 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 #215963 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 89 | 99 | - |
| CMYK | 0.67 | 0.10 | 0 | 0.61 |
| HSL | 189.09º | 0.5% | 0.26% | - |
| HSV(B) | 189.09º | 0.67% | 0.39% | - |
| XYZ | 6.45 | 8.37 | 13.08 | - |
| YUV | 73.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 99 | 0.67 | 0.10 | 0 | 0.61 | 189.09 | 0.5 | 0.26 |
| Hex | 21 | 59 | 63 | 43 | A | 0 | 3D | BD | 32 | 1A |
| Octal | 41 | 131 | 143 | 103 | 12 | 0 | 75 | 275 | 62 | 32 |
| Binary | 100001 | 1011001 | 1100011 | 1000011 | 1010 | 0 | 111101 | 10111101 | 110010 | 11010 |
Color Harmonies of #215963
Complementary color
Monochromatic Colors of #215963
Black with #215963
Text Example
Text Example
White with #215963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215963; }
p { color: rgb(33,89,99); }
H1.HeaderClassName
{
color: #215963;
}
.AnyTagClassName
{
color: #215963;
}
</style>
background-color css
<style>
a { background-color: #215963; }
a { background-color: rgb(33,89,99); }
div.DivClassName
{
background-color: #215963;
}
.BgClassName
{
background-color: #215963;
}
</style>
border-color css
<style>
span { border-color: #215963; }
span { border-color: rgb(33,89,99); }
td.TdClassName
{
border-color: #215963;
}
.TagClassName
{
border-color: #215963;
}
</style>