Shades of Blue Stone #24595E
Tints of Blue Stone #24595E
RGB
CMYK
RGB Variations
Color information
#24595E (or 0x24595E) is known color: Blue Stone. HEX triplet: 24, 59 and 5E. RGB value is (36,89,94). Sum of RGB (Red+Green+Blue) = 36+89+94=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #24595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24595E is #DBA6A1. Grayscale: #494949. Windows color (decimal): -14395042 or 6183204. OLE color: 6183204.
HSL color Cylindrical-coordinate representation of color #24595E: hue angle of 185.17º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24595E is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 89 | 94 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.63 |
| HSL | 185.17º | 0.45% | 0.25% | - |
| HSV(B) | 185.17º | 0.62% | 0.37% | - |
| XYZ | 6.32 | 8.33 | 11.86 | - |
| YUV | 73.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 89 | 94 | 0.62 | 0.05 | 0 | 0.63 | 185.17 | 0.45 | 0.25 |
| Hex | 24 | 59 | 5E | 3E | 5 | 0 | 3F | B9 | 2D | 19 |
| Octal | 44 | 131 | 136 | 76 | 5 | 0 | 77 | 271 | 55 | 31 |
| Binary | 100100 | 1011001 | 1011110 | 111110 | 101 | 0 | 111111 | 10111001 | 101101 | 11001 |
Color Harmonies of #24595E
Complementary color
Monochromatic Colors of #24595E
Black with #24595E
Text Example
Text Example
White with #24595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24595E; }
p { color: rgb(36,89,94); }
H1.HeaderClassName
{
color: #24595E;
}
.AnyTagClassName
{
color: #24595E;
}
</style>
background-color css
<style>
a { background-color: #24595E; }
a { background-color: rgb(36,89,94); }
div.DivClassName
{
background-color: #24595E;
}
.BgClassName
{
background-color: #24595E;
}
</style>
border-color css
<style>
span { border-color: #24595E; }
span { border-color: rgb(36,89,94); }
td.TdClassName
{
border-color: #24595E;
}
.TagClassName
{
border-color: #24595E;
}
</style>