Shades of Blue Stone #216063
Tints of Blue Stone #216063
RGB
CMYK
RGB Variations
Color information
#216063 (or 0x216063) is known color: Blue Stone. HEX triplet: 21, 60 and 63. RGB value is (33,96,99). Sum of RGB (Red+Green+Blue) = 33+96+99=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #216063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216063 is #DE9F9C. Grayscale: #4D4D4D. Windows color (decimal): -14589853 or 6512673. OLE color: 6512673.
HSL color Cylindrical-coordinate representation of color #216063: hue angle of 182.73º 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 #216063 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 96 | 99 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.61 |
| HSL | 182.73º | 0.5% | 0.26% | - |
| HSV(B) | 182.73º | 0.67% | 0.39% | - |
| XYZ | 7.06 | 9.59 | 13.28 | - |
| YUV | 77.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 99 | 0.67 | 0.03 | 0 | 0.61 | 182.73 | 0.5 | 0.26 |
| Hex | 21 | 60 | 63 | 43 | 3 | 0 | 3D | B7 | 32 | 1A |
| Octal | 41 | 140 | 143 | 103 | 3 | 0 | 75 | 267 | 62 | 32 |
| Binary | 100001 | 1100000 | 1100011 | 1000011 | 11 | 0 | 111101 | 10110111 | 110010 | 11010 |
Color Harmonies of #216063
Complementary color
Monochromatic Colors of #216063
Black with #216063
Text Example
Text Example
White with #216063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216063; }
p { color: rgb(33,96,99); }
H1.HeaderClassName
{
color: #216063;
}
.AnyTagClassName
{
color: #216063;
}
</style>
background-color css
<style>
a { background-color: #216063; }
a { background-color: rgb(33,96,99); }
div.DivClassName
{
background-color: #216063;
}
.BgClassName
{
background-color: #216063;
}
</style>
border-color css
<style>
span { border-color: #216063; }
span { border-color: rgb(33,96,99); }
td.TdClassName
{
border-color: #216063;
}
.TagClassName
{
border-color: #216063;
}
</style>