Shades of Blue Stone #24676B
Tints of Blue Stone #24676B
RGB
CMYK
RGB Variations
Color information
#24676B (or 0x24676B) is known color: Blue Stone. HEX triplet: 24, 67 and 6B. RGB value is (36,103,107). Sum of RGB (Red+Green+Blue) = 36+103+107=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #24676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24676B is #DB9894. Grayscale: #535353. Windows color (decimal): -14391445 or 7038756. OLE color: 7038756.
HSL color Cylindrical-coordinate representation of color #24676B: hue angle of 183.38º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24676B is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 103 | 107 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.58 |
| HSL | 183.38º | 0.5% | 0.28% | - |
| HSV(B) | 183.38º | 0.66% | 0.42% | - |
| XYZ | 8.23 | 11.14 | 15.63 | - |
| YUV | 83.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 107 | 0.66 | 0.04 | 0 | 0.58 | 183.38 | 0.5 | 0.28 |
| Hex | 24 | 67 | 6B | 42 | 4 | 0 | 3A | B7 | 32 | 1C |
| Octal | 44 | 147 | 153 | 102 | 4 | 0 | 72 | 267 | 62 | 34 |
| Binary | 100100 | 1100111 | 1101011 | 1000010 | 100 | 0 | 111010 | 10110111 | 110010 | 11100 |
Color Harmonies of #24676B
Complementary color
Monochromatic Colors of #24676B
Black with #24676B
Text Example
Text Example
White with #24676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24676B; }
p { color: rgb(36,103,107); }
H1.HeaderClassName
{
color: #24676B;
}
.AnyTagClassName
{
color: #24676B;
}
</style>
background-color css
<style>
a { background-color: #24676B; }
a { background-color: rgb(36,103,107); }
div.DivClassName
{
background-color: #24676B;
}
.BgClassName
{
background-color: #24676B;
}
</style>
border-color css
<style>
span { border-color: #24676B; }
span { border-color: rgb(36,103,107); }
td.TdClassName
{
border-color: #24676B;
}
.TagClassName
{
border-color: #24676B;
}
</style>