Shades of Blue Stone #215C64
Tints of Blue Stone #215C64
RGB
CMYK
RGB Variations
Color information
#215C64 (or 0x215C64) is known color: Blue Stone. HEX triplet: 21, 5C and 64. RGB value is (33,92,100). Sum of RGB (Red+Green+Blue) = 33+92+100=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 100 (39.45% from 255 or 44.44% from 225); Max value from RGB is 100 - color contains mainly: blue. Hex color #215C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C64 is #DEA39B. Grayscale: #4B4B4B. Windows color (decimal): -14590876 or 6577185. OLE color: 6577185.
HSL color Cylindrical-coordinate representation of color #215C64: hue angle of 187.16º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #215C64 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 92 | 100 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.61 |
| HSL | 187.16º | 0.5% | 0.26% | - |
| HSV(B) | 187.16º | 0.67% | 0.39% | - |
| XYZ | 6.75 | 8.9 | 13.42 | - |
| YUV | 75.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 100 | 0.67 | 0.08 | 0 | 0.61 | 187.16 | 0.5 | 0.26 |
| Hex | 21 | 5C | 64 | 43 | 8 | 0 | 3D | BB | 32 | 1A |
| Octal | 41 | 134 | 144 | 103 | 10 | 0 | 75 | 273 | 62 | 32 |
| Binary | 100001 | 1011100 | 1100100 | 1000011 | 1000 | 0 | 111101 | 10111011 | 110010 | 11010 |
Color Harmonies of #215C64
Complementary color
Monochromatic Colors of #215C64
Black with #215C64
Text Example
Text Example
White with #215C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C64; }
p { color: rgb(33,92,100); }
H1.HeaderClassName
{
color: #215C64;
}
.AnyTagClassName
{
color: #215C64;
}
</style>
background-color css
<style>
a { background-color: #215C64; }
a { background-color: rgb(33,92,100); }
div.DivClassName
{
background-color: #215C64;
}
.BgClassName
{
background-color: #215C64;
}
</style>
border-color css
<style>
span { border-color: #215C64; }
span { border-color: rgb(33,92,100); }
td.TdClassName
{
border-color: #215C64;
}
.TagClassName
{
border-color: #215C64;
}
</style>