Shades of Blue Stone #216568
Tints of Blue Stone #216568
RGB
CMYK
RGB Variations
Color information
#216568 (or 0x216568) is known color: Blue Stone. HEX triplet: 21, 65 and 68. RGB value is (33,101,104). Sum of RGB (Red+Green+Blue) = 33+101+104=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #216568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216568 is #DE9A97. Grayscale: #505050. Windows color (decimal): -14588568 or 6841633. OLE color: 6841633.
HSL color Cylindrical-coordinate representation of color #216568: hue angle of 182.54º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216568 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 33 | 101 | 104 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.59 |
| HSL | 182.54º | 0.52% | 0.27% | - |
| HSV(B) | 182.54º | 0.68% | 0.41% | - |
| XYZ | 7.78 | 10.63 | 14.74 | - |
| YUV | 81.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 104 | 0.68 | 0.03 | 0 | 0.59 | 182.54 | 0.52 | 0.27 |
| Hex | 21 | 65 | 68 | 44 | 3 | 0 | 3B | B7 | 34 | 1B |
| Octal | 41 | 145 | 150 | 104 | 3 | 0 | 73 | 267 | 64 | 33 |
| Binary | 100001 | 1100101 | 1101000 | 1000100 | 11 | 0 | 111011 | 10110111 | 110100 | 11011 |
Color Harmonies of #216568
Complementary color
Monochromatic Colors of #216568
Black with #216568
Text Example
Text Example
White with #216568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216568; }
p { color: rgb(33,101,104); }
H1.HeaderClassName
{
color: #216568;
}
.AnyTagClassName
{
color: #216568;
}
</style>
background-color css
<style>
a { background-color: #216568; }
a { background-color: rgb(33,101,104); }
div.DivClassName
{
background-color: #216568;
}
.BgClassName
{
background-color: #216568;
}
</style>
border-color css
<style>
span { border-color: #216568; }
span { border-color: rgb(33,101,104); }
td.TdClassName
{
border-color: #216568;
}
.TagClassName
{
border-color: #216568;
}
</style>