Shades of Blue Stone #24676C
Tints of Blue Stone #24676C
RGB
CMYK
RGB Variations
Color information
#24676C (or 0x24676C) is known color: Blue Stone. HEX triplet: 24, 67 and 6C. RGB value is (36,103,108). Sum of RGB (Red+Green+Blue) = 36+103+108=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #24676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24676C is #DB9893. Grayscale: #535353. Windows color (decimal): -14391444 or 7104292. OLE color: 7104292.
HSL color Cylindrical-coordinate representation of color #24676C: hue angle of 184.17º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24676C is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 103 | 108 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.58 |
| HSL | 184.17º | 0.5% | 0.28% | - |
| HSV(B) | 184.17º | 0.67% | 0.42% | - |
| XYZ | 8.28 | 11.16 | 15.9 | - |
| YUV | 83.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 108 | 0.67 | 0.05 | 0 | 0.58 | 184.17 | 0.5 | 0.28 |
| Hex | 24 | 67 | 6C | 43 | 5 | 0 | 3A | B8 | 32 | 1C |
| Octal | 44 | 147 | 154 | 103 | 5 | 0 | 72 | 270 | 62 | 34 |
| Binary | 100100 | 1100111 | 1101100 | 1000011 | 101 | 0 | 111010 | 10111000 | 110010 | 11100 |
Color Harmonies of #24676C
Complementary color
Monochromatic Colors of #24676C
Black with #24676C
Text Example
Text Example
White with #24676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24676C; }
p { color: rgb(36,103,108); }
H1.HeaderClassName
{
color: #24676C;
}
.AnyTagClassName
{
color: #24676C;
}
</style>
background-color css
<style>
a { background-color: #24676C; }
a { background-color: rgb(36,103,108); }
div.DivClassName
{
background-color: #24676C;
}
.BgClassName
{
background-color: #24676C;
}
</style>
border-color css
<style>
span { border-color: #24676C; }
span { border-color: rgb(36,103,108); }
td.TdClassName
{
border-color: #24676C;
}
.TagClassName
{
border-color: #24676C;
}
</style>