Shades of Blue Stone #24615D
Tints of Blue Stone #24615D
RGB
CMYK
RGB Variations
Color information
#24615D (or 0x24615D) is known color: Blue Stone. HEX triplet: 24, 61 and 5D. RGB value is (36,97,93). Sum of RGB (Red+Green+Blue) = 36+97+93=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #24615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24615D is #DB9EA2. Grayscale: #4E4E4E. Windows color (decimal): -14392995 or 6119716. OLE color: 6119716.
HSL color Cylindrical-coordinate representation of color #24615D: hue angle of 176.07º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #24615D is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 97 | 93 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.62 |
| HSL | 176.07º | 0.46% | 0.26% | - |
| HSV(B) | 176.07º | 0.63% | 0.38% | - |
| XYZ | 6.98 | 9.71 | 11.86 | - |
| YUV | 78.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 97 | 93 | 0.63 | 0 | 0.04 | 0.62 | 176.07 | 0.46 | 0.26 |
| Hex | 24 | 61 | 5D | 3F | 0 | 4 | 3E | B0 | 2E | 1A |
| Octal | 44 | 141 | 135 | 77 | 0 | 4 | 76 | 260 | 56 | 32 |
| Binary | 100100 | 1100001 | 1011101 | 111111 | 0 | 100 | 111110 | 10110000 | 101110 | 11010 |
Color Harmonies of #24615D
Complementary color
Monochromatic Colors of #24615D
Black with #24615D
Text Example
Text Example
White with #24615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24615D; }
p { color: rgb(36,97,93); }
H1.HeaderClassName
{
color: #24615D;
}
.AnyTagClassName
{
color: #24615D;
}
</style>
background-color css
<style>
a { background-color: #24615D; }
a { background-color: rgb(36,97,93); }
div.DivClassName
{
background-color: #24615D;
}
.BgClassName
{
background-color: #24615D;
}
</style>
border-color css
<style>
span { border-color: #24615D; }
span { border-color: rgb(36,97,93); }
td.TdClassName
{
border-color: #24615D;
}
.TagClassName
{
border-color: #24615D;
}
</style>