Shades of Blue Stone #215C63
Tints of Blue Stone #215C63
RGB
CMYK
RGB Variations
Color information
#215C63 (or 0x215C63) is known color: Blue Stone. HEX triplet: 21, 5C and 63. RGB value is (33,92,99). Sum of RGB (Red+Green+Blue) = 33+92+99=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #215C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215C63 is #DEA39C. Grayscale: #4B4B4B. Windows color (decimal): -14590877 or 6511649. OLE color: 6511649.
HSL color Cylindrical-coordinate representation of color #215C63: hue angle of 186.36º 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 #215C63 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 92 | 99 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.61 |
| HSL | 186.36º | 0.5% | 0.26% | - |
| HSV(B) | 186.36º | 0.67% | 0.39% | - |
| XYZ | 6.71 | 8.88 | 13.16 | - |
| YUV | 75.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 92 | 99 | 0.67 | 0.07 | 0 | 0.61 | 186.36 | 0.5 | 0.26 |
| Hex | 21 | 5C | 63 | 43 | 7 | 0 | 3D | BA | 32 | 1A |
| Octal | 41 | 134 | 143 | 103 | 7 | 0 | 75 | 272 | 62 | 32 |
| Binary | 100001 | 1011100 | 1100011 | 1000011 | 111 | 0 | 111101 | 10111010 | 110010 | 11010 |
Color Harmonies of #215C63
Complementary color
Monochromatic Colors of #215C63
Black with #215C63
Text Example
Text Example
White with #215C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215C63; }
p { color: rgb(33,92,99); }
H1.HeaderClassName
{
color: #215C63;
}
.AnyTagClassName
{
color: #215C63;
}
</style>
background-color css
<style>
a { background-color: #215C63; }
a { background-color: rgb(33,92,99); }
div.DivClassName
{
background-color: #215C63;
}
.BgClassName
{
background-color: #215C63;
}
</style>
border-color css
<style>
span { border-color: #215C63; }
span { border-color: rgb(33,92,99); }
td.TdClassName
{
border-color: #215C63;
}
.TagClassName
{
border-color: #215C63;
}
</style>