Shades of Blue Stone #215E65
Tints of Blue Stone #215E65
RGB
CMYK
RGB Variations
Color information
#215E65 (or 0x215E65) is known color: Blue Stone. HEX triplet: 21, 5E and 65. RGB value is (33,94,101). Sum of RGB (Red+Green+Blue) = 33+94+101=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #215E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215E65 is #DEA19A. Grayscale: #4C4C4C. Windows color (decimal): -14590363 or 6643233. OLE color: 6643233.
HSL color Cylindrical-coordinate representation of color #215E65: hue angle of 186.18º 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 #215E65 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 94 | 101 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.60 |
| HSL | 186.18º | 0.51% | 0.26% | - |
| HSV(B) | 186.18º | 0.67% | 0.4% | - |
| XYZ | 6.98 | 9.27 | 13.73 | - |
| YUV | 76.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 94 | 101 | 0.67 | 0.07 | 0 | 0.60 | 186.18 | 0.51 | 0.26 |
| Hex | 21 | 5E | 65 | 43 | 7 | 0 | 3C | BA | 33 | 1A |
| Octal | 41 | 136 | 145 | 103 | 7 | 0 | 74 | 272 | 63 | 32 |
| Binary | 100001 | 1011110 | 1100101 | 1000011 | 111 | 0 | 111100 | 10111010 | 110011 | 11010 |
Color Harmonies of #215E65
Complementary color
Monochromatic Colors of #215E65
Black with #215E65
Text Example
Text Example
White with #215E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215E65; }
p { color: rgb(33,94,101); }
H1.HeaderClassName
{
color: #215E65;
}
.AnyTagClassName
{
color: #215E65;
}
</style>
background-color css
<style>
a { background-color: #215E65; }
a { background-color: rgb(33,94,101); }
div.DivClassName
{
background-color: #215E65;
}
.BgClassName
{
background-color: #215E65;
}
</style>
border-color css
<style>
span { border-color: #215E65; }
span { border-color: rgb(33,94,101); }
td.TdClassName
{
border-color: #215E65;
}
.TagClassName
{
border-color: #215E65;
}
</style>