Shades of Blue Stone #24635E
Tints of Blue Stone #24635E
RGB
CMYK
RGB Variations
Color information
#24635E (or 0x24635E) is known color: Blue Stone. HEX triplet: 24, 63 and 5E. RGB value is (36,99,94). Sum of RGB (Red+Green+Blue) = 36+99+94=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #24635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24635E is #DB9CA1. Grayscale: #4F4F4F. Windows color (decimal): -14392482 or 6185764. OLE color: 6185764.
HSL color Cylindrical-coordinate representation of color #24635E: hue angle of 175.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24635E is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 99 | 94 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.61 |
| HSL | 175.24º | 0.47% | 0.26% | - |
| HSV(B) | 175.24º | 0.64% | 0.39% | - |
| XYZ | 7.21 | 10.11 | 12.16 | - |
| YUV | 79.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 94 | 0.64 | 0 | 0.05 | 0.61 | 175.24 | 0.47 | 0.26 |
| Hex | 24 | 63 | 5E | 40 | 0 | 5 | 3D | AF | 2F | 1A |
| Octal | 44 | 143 | 136 | 100 | 0 | 5 | 75 | 257 | 57 | 32 |
| Binary | 100100 | 1100011 | 1011110 | 1000000 | 0 | 101 | 111101 | 10101111 | 101111 | 11010 |
Color Harmonies of #24635E
Complementary color
Monochromatic Colors of #24635E
Black with #24635E
Text Example
Text Example
White with #24635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24635E; }
p { color: rgb(36,99,94); }
H1.HeaderClassName
{
color: #24635E;
}
.AnyTagClassName
{
color: #24635E;
}
</style>
background-color css
<style>
a { background-color: #24635E; }
a { background-color: rgb(36,99,94); }
div.DivClassName
{
background-color: #24635E;
}
.BgClassName
{
background-color: #24635E;
}
</style>
border-color css
<style>
span { border-color: #24635E; }
span { border-color: rgb(36,99,94); }
td.TdClassName
{
border-color: #24635E;
}
.TagClassName
{
border-color: #24635E;
}
</style>