Shades of Blue Stone #216C64
Tints of Blue Stone #216C64
RGB
CMYK
RGB Variations
Color information
#216C64 (or 0x216C64) is known color: Blue Stone. HEX triplet: 21, 6C and 64. RGB value is (33,108,100). Sum of RGB (Red+Green+Blue) = 33+108+100=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #216C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C64 is #DE939B. Grayscale: #545454. Windows color (decimal): -14586780 or 6581281. OLE color: 6581281.
HSL color Cylindrical-coordinate representation of color #216C64: hue angle of 173.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216C64 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 108 | 100 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.58 |
| HSL | 173.6º | 0.53% | 0.28% | - |
| HSV(B) | 173.6º | 0.69% | 0.42% | - |
| XYZ | 8.29 | 11.97 | 13.93 | - |
| YUV | 84.66 | 136.65 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 100 | 0.69 | 0 | 0.07 | 0.58 | 173.6 | 0.53 | 0.28 |
| Hex | 21 | 6C | 64 | 45 | 0 | 7 | 3A | AE | 35 | 1C |
| Octal | 41 | 154 | 144 | 105 | 0 | 7 | 72 | 256 | 65 | 34 |
| Binary | 100001 | 1101100 | 1100100 | 1000101 | 0 | 111 | 111010 | 10101110 | 110101 | 11100 |
Color Harmonies of #216C64
Complementary color
Monochromatic Colors of #216C64
Black with #216C64
Text Example
Text Example
White with #216C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C64; }
p { color: rgb(33,108,100); }
H1.HeaderClassName
{
color: #216C64;
}
.AnyTagClassName
{
color: #216C64;
}
</style>
background-color css
<style>
a { background-color: #216C64; }
a { background-color: rgb(33,108,100); }
div.DivClassName
{
background-color: #216C64;
}
.BgClassName
{
background-color: #216C64;
}
</style>
border-color css
<style>
span { border-color: #216C64; }
span { border-color: rgb(33,108,100); }
td.TdClassName
{
border-color: #216C64;
}
.TagClassName
{
border-color: #216C64;
}
</style>