Shades of Blue Stone #24655F
Tints of Blue Stone #24655F
RGB
CMYK
RGB Variations
Color information
#24655F (or 0x24655F) is known color: Blue Stone. HEX triplet: 24, 65 and 5F. RGB value is (36,101,95). Sum of RGB (Red+Green+Blue) = 36+101+95=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #24655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24655F is #DB9AA0. Grayscale: #505050. Windows color (decimal): -14391969 or 6251812. OLE color: 6251812.
HSL color Cylindrical-coordinate representation of color #24655F: hue angle of 174.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24655F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 95 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.60 |
| HSL | 174.46º | 0.47% | 0.27% | - |
| HSV(B) | 174.46º | 0.64% | 0.4% | - |
| XYZ | 7.45 | 10.51 | 12.46 | - |
| YUV | 80.88 | 135.97 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 95 | 0.64 | 0 | 0.06 | 0.60 | 174.46 | 0.47 | 0.27 |
| Hex | 24 | 65 | 5F | 40 | 0 | 6 | 3C | AE | 2F | 1B |
| Octal | 44 | 145 | 137 | 100 | 0 | 6 | 74 | 256 | 57 | 33 |
| Binary | 100100 | 1100101 | 1011111 | 1000000 | 0 | 110 | 111100 | 10101110 | 101111 | 11011 |
Color Harmonies of #24655F
Complementary color
Monochromatic Colors of #24655F
Black with #24655F
Text Example
Text Example
White with #24655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24655F; }
p { color: rgb(36,101,95); }
H1.HeaderClassName
{
color: #24655F;
}
.AnyTagClassName
{
color: #24655F;
}
</style>
background-color css
<style>
a { background-color: #24655F; }
a { background-color: rgb(36,101,95); }
div.DivClassName
{
background-color: #24655F;
}
.BgClassName
{
background-color: #24655F;
}
</style>
border-color css
<style>
span { border-color: #24655F; }
span { border-color: rgb(36,101,95); }
td.TdClassName
{
border-color: #24655F;
}
.TagClassName
{
border-color: #24655F;
}
</style>