Shades of Blue Stone #216363
Tints of Blue Stone #216363
RGB
CMYK
RGB Variations
Color information
#216363 (or 0x216363) is known color: Blue Stone. HEX triplet: 21, 63 and 63. RGB value is (33,99,99). Sum of RGB (Red+Green+Blue) = 33+99+99=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #216363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216363 is #DE9C9C. Grayscale: #4F4F4F. Windows color (decimal): -14589085 or 6513441. OLE color: 6513441.
HSL color Cylindrical-coordinate representation of color #216363: hue angle of 180º 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 #216363 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 99 | 99 | - |
| CMYK | 0.67 | 0 | 0 | 0.61 |
| HSL | 180º | 0.5% | 0.26% | - |
| HSV(B) | 180º | 0.67% | 0.39% | - |
| XYZ | 7.34 | 10.15 | 13.38 | - |
| YUV | 79.27 | 139.13 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 99 | 99 | 0.67 | 0 | 0 | 0.61 | 180 | 0.5 | 0.26 |
| Hex | 21 | 63 | 63 | 43 | 0 | 0 | 3D | B4 | 32 | 1A |
| Octal | 41 | 143 | 143 | 103 | 0 | 0 | 75 | 264 | 62 | 32 |
| Binary | 100001 | 1100011 | 1100011 | 1000011 | 0 | 0 | 111101 | 10110100 | 110010 | 11010 |
Color Harmonies of #216363
Complementary color
Monochromatic Colors of #216363
Black with #216363
Text Example
Text Example
White with #216363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216363; }
p { color: rgb(33,99,99); }
H1.HeaderClassName
{
color: #216363;
}
.AnyTagClassName
{
color: #216363;
}
</style>
background-color css
<style>
a { background-color: #216363; }
a { background-color: rgb(33,99,99); }
div.DivClassName
{
background-color: #216363;
}
.BgClassName
{
background-color: #216363;
}
</style>
border-color css
<style>
span { border-color: #216363; }
span { border-color: rgb(33,99,99); }
td.TdClassName
{
border-color: #216363;
}
.TagClassName
{
border-color: #216363;
}
</style>