Shades of Blue Stone #216665
Tints of Blue Stone #216665
RGB
CMYK
RGB Variations
Color information
#216665 (or 0x216665) is known color: Blue Stone. HEX triplet: 21, 66 and 65. RGB value is (33,102,101). Sum of RGB (Red+Green+Blue) = 33+102+101=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #216665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216665 is #DE999A. Grayscale: #515151. Windows color (decimal): -14588315 or 6645281. OLE color: 6645281.
HSL color Cylindrical-coordinate representation of color #216665: hue angle of 179.13º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216665 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 33 | 102 | 101 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.6 |
| HSL | 179.13º | 0.51% | 0.26% | - |
| HSV(B) | 179.13º | 0.68% | 0.4% | - |
| XYZ | 7.73 | 10.77 | 13.98 | - |
| YUV | 81.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 102 | 101 | 0.68 | 0 | 0.01 | 0.6 | 179.13 | 0.51 | 0.26 |
| Hex | 21 | 66 | 65 | 44 | 0 | 1 | 3C | B3 | 33 | 1A |
| Octal | 41 | 146 | 145 | 104 | 0 | 1 | 74 | 263 | 63 | 32 |
| Binary | 100001 | 1100110 | 1100101 | 1000100 | 0 | 1 | 111100 | 10110011 | 110011 | 11010 |
Color Harmonies of #216665
Complementary color
Monochromatic Colors of #216665
Black with #216665
Text Example
Text Example
White with #216665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216665; }
p { color: rgb(33,102,101); }
H1.HeaderClassName
{
color: #216665;
}
.AnyTagClassName
{
color: #216665;
}
</style>
background-color css
<style>
a { background-color: #216665; }
a { background-color: rgb(33,102,101); }
div.DivClassName
{
background-color: #216665;
}
.BgClassName
{
background-color: #216665;
}
</style>
border-color css
<style>
span { border-color: #216665; }
span { border-color: rgb(33,102,101); }
td.TdClassName
{
border-color: #216665;
}
.TagClassName
{
border-color: #216665;
}
</style>