Shades of Blue Stone #215F69
Tints of Blue Stone #215F69
RGB
CMYK
RGB Variations
Color information
#215F69 (or 0x215F69) is known color: Blue Stone. HEX triplet: 21, 5F and 69. RGB value is (33,95,105). Sum of RGB (Red+Green+Blue) = 33+95+105=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #215F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F69 is #DEA096. Grayscale: #4D4D4D. Windows color (decimal): -14590103 or 6905633. OLE color: 6905633.
HSL color Cylindrical-coordinate representation of color #215F69: hue angle of 188.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215F69 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 95 | 105 | - |
| CMYK | 0.69 | 0.10 | 0 | 0.59 |
| HSL | 188.33º | 0.52% | 0.27% | - |
| HSV(B) | 188.33º | 0.69% | 0.41% | - |
| XYZ | 7.27 | 9.53 | 14.82 | - |
| YUV | 77.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 105 | 0.69 | 0.10 | 0 | 0.59 | 188.33 | 0.52 | 0.27 |
| Hex | 21 | 5F | 69 | 45 | A | 0 | 3B | BC | 34 | 1B |
| Octal | 41 | 137 | 151 | 105 | 12 | 0 | 73 | 274 | 64 | 33 |
| Binary | 100001 | 1011111 | 1101001 | 1000101 | 1010 | 0 | 111011 | 10111100 | 110100 | 11011 |
Color Harmonies of #215F69
Complementary color
Monochromatic Colors of #215F69
Black with #215F69
Text Example
Text Example
White with #215F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F69; }
p { color: rgb(33,95,105); }
H1.HeaderClassName
{
color: #215F69;
}
.AnyTagClassName
{
color: #215F69;
}
</style>
background-color css
<style>
a { background-color: #215F69; }
a { background-color: rgb(33,95,105); }
div.DivClassName
{
background-color: #215F69;
}
.BgClassName
{
background-color: #215F69;
}
</style>
border-color css
<style>
span { border-color: #215F69; }
span { border-color: rgb(33,95,105); }
td.TdClassName
{
border-color: #215F69;
}
.TagClassName
{
border-color: #215F69;
}
</style>