Shades of Blue Stone #24686C
Tints of Blue Stone #24686C
RGB
CMYK
RGB Variations
Color information
#24686C (or 0x24686C) is known color: Blue Stone. HEX triplet: 24, 68 and 6C. RGB value is (36,104,108). Sum of RGB (Red+Green+Blue) = 36+104+108=248 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.52% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 108 - color contains mainly: blue. Hex color #24686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24686C is #DB9793. Grayscale: #545454. Windows color (decimal): -14391188 or 7104548. OLE color: 7104548.
HSL color Cylindrical-coordinate representation of color #24686C: hue angle of 183.33º 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 #24686C is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 104 | 108 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.58 |
| HSL | 183.33º | 0.5% | 0.28% | - |
| HSV(B) | 183.33º | 0.67% | 0.42% | - |
| XYZ | 8.38 | 11.36 | 15.94 | - |
| YUV | 84.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 108 | 0.67 | 0.04 | 0 | 0.58 | 183.33 | 0.5 | 0.28 |
| Hex | 24 | 68 | 6C | 43 | 4 | 0 | 3A | B7 | 32 | 1C |
| Octal | 44 | 150 | 154 | 103 | 4 | 0 | 72 | 267 | 62 | 34 |
| Binary | 100100 | 1101000 | 1101100 | 1000011 | 100 | 0 | 111010 | 10110111 | 110010 | 11100 |
Color Harmonies of #24686C
Complementary color
Monochromatic Colors of #24686C
Black with #24686C
Text Example
Text Example
White with #24686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24686C; }
p { color: rgb(36,104,108); }
H1.HeaderClassName
{
color: #24686C;
}
.AnyTagClassName
{
color: #24686C;
}
</style>
background-color css
<style>
a { background-color: #24686C; }
a { background-color: rgb(36,104,108); }
div.DivClassName
{
background-color: #24686C;
}
.BgClassName
{
background-color: #24686C;
}
</style>
border-color css
<style>
span { border-color: #24686C; }
span { border-color: rgb(36,104,108); }
td.TdClassName
{
border-color: #24686C;
}
.TagClassName
{
border-color: #24686C;
}
</style>