Shades of Blue Stone #22595E
Tints of Blue Stone #22595E
RGB
CMYK
RGB Variations
Color information
#22595E (or 0x22595E) is known color: Blue Stone. HEX triplet: 22, 59 and 5E. RGB value is (34,89,94). Sum of RGB (Red+Green+Blue) = 34+89+94=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 94 - color contains mainly: blue. Hex color #22595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22595E is #DDA6A1. Grayscale: #494949. Windows color (decimal): -14526114 or 6183202. OLE color: 6183202.
HSL color Cylindrical-coordinate representation of color #22595E: hue angle of 185º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #22595E is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 34 | 89 | 94 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.63 |
| HSL | 185º | 0.47% | 0.25% | - |
| HSV(B) | 185º | 0.64% | 0.37% | - |
| XYZ | 6.25 | 8.29 | 11.86 | - |
| YUV | 73.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 94 | 0.64 | 0.05 | 0 | 0.63 | 185 | 0.47 | 0.25 |
| Hex | 22 | 59 | 5E | 40 | 5 | 0 | 3F | B9 | 2F | 19 |
| Octal | 42 | 131 | 136 | 100 | 5 | 0 | 77 | 271 | 57 | 31 |
| Binary | 100010 | 1011001 | 1011110 | 1000000 | 101 | 0 | 111111 | 10111001 | 101111 | 11001 |
Color Harmonies of #22595E
Complementary color
Monochromatic Colors of #22595E
Black with #22595E
Text Example
Text Example
White with #22595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22595E; }
p { color: rgb(34,89,94); }
H1.HeaderClassName
{
color: #22595E;
}
.AnyTagClassName
{
color: #22595E;
}
</style>
background-color css
<style>
a { background-color: #22595E; }
a { background-color: rgb(34,89,94); }
div.DivClassName
{
background-color: #22595E;
}
.BgClassName
{
background-color: #22595E;
}
</style>
border-color css
<style>
span { border-color: #22595E; }
span { border-color: rgb(34,89,94); }
td.TdClassName
{
border-color: #22595E;
}
.TagClassName
{
border-color: #22595E;
}
</style>