Shades of Blue Stone #215D65
Tints of Blue Stone #215D65
RGB
CMYK
RGB Variations
Color information
#215D65 (or 0x215D65) is known color: Blue Stone. HEX triplet: 21, 5D and 65. RGB value is (33,93,101). Sum of RGB (Red+Green+Blue) = 33+93+101=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 101 (39.84% from 255 or 44.49% from 227); Max value from RGB is 101 - color contains mainly: blue. Hex color #215D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D65 is #DEA29A. Grayscale: #4B4B4B. Windows color (decimal): -14590619 or 6642977. OLE color: 6642977.
HSL color Cylindrical-coordinate representation of color #215D65: hue angle of 187.06º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215D65 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 93 | 101 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.60 |
| HSL | 187.06º | 0.51% | 0.26% | - |
| HSV(B) | 187.06º | 0.67% | 0.4% | - |
| XYZ | 6.89 | 9.09 | 13.7 | - |
| YUV | 75.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 101 | 0.67 | 0.08 | 0 | 0.60 | 187.06 | 0.51 | 0.26 |
| Hex | 21 | 5D | 65 | 43 | 8 | 0 | 3C | BB | 33 | 1A |
| Octal | 41 | 135 | 145 | 103 | 10 | 0 | 74 | 273 | 63 | 32 |
| Binary | 100001 | 1011101 | 1100101 | 1000011 | 1000 | 0 | 111100 | 10111011 | 110011 | 11010 |
Color Harmonies of #215D65
Complementary color
Monochromatic Colors of #215D65
Black with #215D65
Text Example
Text Example
White with #215D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D65; }
p { color: rgb(33,93,101); }
H1.HeaderClassName
{
color: #215D65;
}
.AnyTagClassName
{
color: #215D65;
}
</style>
background-color css
<style>
a { background-color: #215D65; }
a { background-color: rgb(33,93,101); }
div.DivClassName
{
background-color: #215D65;
}
.BgClassName
{
background-color: #215D65;
}
</style>
border-color css
<style>
span { border-color: #215D65; }
span { border-color: rgb(33,93,101); }
td.TdClassName
{
border-color: #215D65;
}
.TagClassName
{
border-color: #215D65;
}
</style>