Shades of Blue Stone #215F68
Tints of Blue Stone #215F68
RGB
CMYK
RGB Variations
Color information
#215F68 (or 0x215F68) is known color: Blue Stone. HEX triplet: 21, 5F and 68. RGB value is (33,95,104). Sum of RGB (Red+Green+Blue) = 33+95+104=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #215F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215F68 is #DEA097. Grayscale: #4D4D4D. Windows color (decimal): -14590104 or 6840097. OLE color: 6840097.
HSL color Cylindrical-coordinate representation of color #215F68: hue angle of 187.61º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #215F68 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 95 | 104 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.59 |
| HSL | 187.61º | 0.52% | 0.27% | - |
| HSV(B) | 187.61º | 0.68% | 0.41% | - |
| XYZ | 7.22 | 9.51 | 14.55 | - |
| YUV | 77.49 | 142.96 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 95 | 104 | 0.68 | 0.09 | 0 | 0.59 | 187.61 | 0.52 | 0.27 |
| Hex | 21 | 5F | 68 | 44 | 9 | 0 | 3B | BC | 34 | 1B |
| Octal | 41 | 137 | 150 | 104 | 11 | 0 | 73 | 274 | 64 | 33 |
| Binary | 100001 | 1011111 | 1101000 | 1000100 | 1001 | 0 | 111011 | 10111100 | 110100 | 11011 |
Color Harmonies of #215F68
Complementary color
Monochromatic Colors of #215F68
Black with #215F68
Text Example
Text Example
White with #215F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215F68; }
p { color: rgb(33,95,104); }
H1.HeaderClassName
{
color: #215F68;
}
.AnyTagClassName
{
color: #215F68;
}
</style>
background-color css
<style>
a { background-color: #215F68; }
a { background-color: rgb(33,95,104); }
div.DivClassName
{
background-color: #215F68;
}
.BgClassName
{
background-color: #215F68;
}
</style>
border-color css
<style>
span { border-color: #215F68; }
span { border-color: rgb(33,95,104); }
td.TdClassName
{
border-color: #215F68;
}
.TagClassName
{
border-color: #215F68;
}
</style>