Shades of Blue Stone #22595B
Tints of Blue Stone #22595B
RGB
CMYK
RGB Variations
Color information
#22595B (or 0x22595B) is known color: Blue Stone. HEX triplet: 22, 59 and 5B. RGB value is (34,89,91). Sum of RGB (Red+Green+Blue) = 34+89+91=214 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.89% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #22595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22595B is #DDA6A4. Grayscale: #484848. Windows color (decimal): -14526117 or 5986594. OLE color: 5986594.
HSL color Cylindrical-coordinate representation of color #22595B: hue angle of 182.11º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22595B is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 89 | 91 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.64 |
| HSL | 182.11º | 0.46% | 0.25% | - |
| HSV(B) | 182.11º | 0.63% | 0.36% | - |
| XYZ | 6.12 | 8.24 | 11.17 | - |
| YUV | 72.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 91 | 0.63 | 0.02 | 0 | 0.64 | 182.11 | 0.46 | 0.25 |
| Hex | 22 | 59 | 5B | 3F | 2 | 0 | 40 | B6 | 2E | 19 |
| Octal | 42 | 131 | 133 | 77 | 2 | 0 | 100 | 266 | 56 | 31 |
| Binary | 100010 | 1011001 | 1011011 | 111111 | 10 | 0 | 1000000 | 10110110 | 101110 | 11001 |
Color Harmonies of #22595B
Complementary color
Monochromatic Colors of #22595B
Black with #22595B
Text Example
Text Example
White with #22595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22595B; }
p { color: rgb(34,89,91); }
H1.HeaderClassName
{
color: #22595B;
}
.AnyTagClassName
{
color: #22595B;
}
</style>
background-color css
<style>
a { background-color: #22595B; }
a { background-color: rgb(34,89,91); }
div.DivClassName
{
background-color: #22595B;
}
.BgClassName
{
background-color: #22595B;
}
</style>
border-color css
<style>
span { border-color: #22595B; }
span { border-color: rgb(34,89,91); }
td.TdClassName
{
border-color: #22595B;
}
.TagClassName
{
border-color: #22595B;
}
</style>