Shades of Blue Stone #215D67
Tints of Blue Stone #215D67
RGB
CMYK
RGB Variations
Color information
#215D67 (or 0x215D67) is known color: Blue Stone. HEX triplet: 21, 5D and 67. RGB value is (33,93,103). Sum of RGB (Red+Green+Blue) = 33+93+103=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #215D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215D67 is #DEA298. Grayscale: #4C4C4C. Windows color (decimal): -14590617 or 6774049. OLE color: 6774049.
HSL color Cylindrical-coordinate representation of color #215D67: hue angle of 188.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215D67 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 33 | 93 | 103 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.60 |
| HSL | 188.57º | 0.51% | 0.27% | - |
| HSV(B) | 188.57º | 0.68% | 0.4% | - |
| XYZ | 6.99 | 9.13 | 14.23 | - |
| YUV | 76.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 93 | 103 | 0.68 | 0.10 | 0 | 0.60 | 188.57 | 0.51 | 0.27 |
| Hex | 21 | 5D | 67 | 44 | A | 0 | 3C | BD | 33 | 1B |
| Octal | 41 | 135 | 147 | 104 | 12 | 0 | 74 | 275 | 63 | 33 |
| Binary | 100001 | 1011101 | 1100111 | 1000100 | 1010 | 0 | 111100 | 10111101 | 110011 | 11011 |
Color Harmonies of #215D67
Complementary color
Monochromatic Colors of #215D67
Black with #215D67
Text Example
Text Example
White with #215D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215D67; }
p { color: rgb(33,93,103); }
H1.HeaderClassName
{
color: #215D67;
}
.AnyTagClassName
{
color: #215D67;
}
</style>
background-color css
<style>
a { background-color: #215D67; }
a { background-color: rgb(33,93,103); }
div.DivClassName
{
background-color: #215D67;
}
.BgClassName
{
background-color: #215D67;
}
</style>
border-color css
<style>
span { border-color: #215D67; }
span { border-color: rgb(33,93,103); }
td.TdClassName
{
border-color: #215D67;
}
.TagClassName
{
border-color: #215D67;
}
</style>