Shades of Blue Stone #24585F
Tints of Blue Stone #24585F
RGB
CMYK
RGB Variations
Color information
#24585F (or 0x24585F) is known color: Blue Stone. HEX triplet: 24, 58 and 5F. RGB value is (36,88,95). Sum of RGB (Red+Green+Blue) = 36+88+95=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #24585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24585F is #DBA7A0. Grayscale: #494949. Windows color (decimal): -14395297 or 6248484. OLE color: 6248484.
HSL color Cylindrical-coordinate representation of color #24585F: hue angle of 187.12º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24585F is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 88 | 95 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.63 |
| HSL | 187.12º | 0.45% | 0.26% | - |
| HSV(B) | 187.12º | 0.62% | 0.37% | - |
| XYZ | 6.28 | 8.18 | 12.07 | - |
| YUV | 73.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 95 | 0.62 | 0.07 | 0 | 0.63 | 187.12 | 0.45 | 0.26 |
| Hex | 24 | 58 | 5F | 3E | 7 | 0 | 3F | BB | 2D | 1A |
| Octal | 44 | 130 | 137 | 76 | 7 | 0 | 77 | 273 | 55 | 32 |
| Binary | 100100 | 1011000 | 1011111 | 111110 | 111 | 0 | 111111 | 10111011 | 101101 | 11010 |
Color Harmonies of #24585F
Complementary color
Monochromatic Colors of #24585F
Black with #24585F
Text Example
Text Example
White with #24585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24585F; }
p { color: rgb(36,88,95); }
H1.HeaderClassName
{
color: #24585F;
}
.AnyTagClassName
{
color: #24585F;
}
</style>
background-color css
<style>
a { background-color: #24585F; }
a { background-color: rgb(36,88,95); }
div.DivClassName
{
background-color: #24585F;
}
.BgClassName
{
background-color: #24585F;
}
</style>
border-color css
<style>
span { border-color: #24585F; }
span { border-color: rgb(36,88,95); }
td.TdClassName
{
border-color: #24585F;
}
.TagClassName
{
border-color: #24585F;
}
</style>