Shades of Blue Stone #216E6B
Tints of Blue Stone #216E6B
RGB
CMYK
RGB Variations
Color information
#216E6B (or 0x216E6B) is known color: Blue Stone. HEX triplet: 21, 6E and 6B. RGB value is (33,110,107). Sum of RGB (Red+Green+Blue) = 33+110+107=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 110 - color contains mainly: green. Hex color #216E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E6B is #DE9194. Grayscale: #565656. Windows color (decimal): -14586261 or 7040545. OLE color: 7040545.
HSL color Cylindrical-coordinate representation of color #216E6B: hue angle of 177.66º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216E6B is Cyan = 0.7, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 110 | 107 | - |
| CMYK | 0.7 | 0 | 0.03 | 0.57 |
| HSL | 177.66º | 0.54% | 0.28% | - |
| HSV(B) | 177.66º | 0.7% | 0.43% | - |
| XYZ | 8.86 | 12.54 | 15.86 | - |
| YUV | 86.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 107 | 0.7 | 0 | 0.03 | 0.57 | 177.66 | 0.54 | 0.28 |
| Hex | 21 | 6E | 6B | 46 | 0 | 3 | 39 | B2 | 36 | 1C |
| Octal | 41 | 156 | 153 | 106 | 0 | 3 | 71 | 262 | 66 | 34 |
| Binary | 100001 | 1101110 | 1101011 | 1000110 | 0 | 11 | 111001 | 10110010 | 110110 | 11100 |
Color Harmonies of #216E6B
Complementary color
Monochromatic Colors of #216E6B
Black with #216E6B
Text Example
Text Example
White with #216E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E6B; }
p { color: rgb(33,110,107); }
H1.HeaderClassName
{
color: #216E6B;
}
.AnyTagClassName
{
color: #216E6B;
}
</style>
background-color css
<style>
a { background-color: #216E6B; }
a { background-color: rgb(33,110,107); }
div.DivClassName
{
background-color: #216E6B;
}
.BgClassName
{
background-color: #216E6B;
}
</style>
border-color css
<style>
span { border-color: #216E6B; }
span { border-color: rgb(33,110,107); }
td.TdClassName
{
border-color: #216E6B;
}
.TagClassName
{
border-color: #216E6B;
}
</style>