Shades of Blue Stone #24686B
Tints of Blue Stone #24686B
RGB
CMYK
RGB Variations
Color information
#24686B (or 0x24686B) is known color: Blue Stone. HEX triplet: 24, 68 and 6B. RGB value is (36,104,107). Sum of RGB (Red+Green+Blue) = 36+104+107=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #24686B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24686B is #DB9794. Grayscale: #535353. Windows color (decimal): -14391189 or 7039012. OLE color: 7039012.
HSL color Cylindrical-coordinate representation of color #24686B: hue angle of 182.54º 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 #24686B is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 104 | 107 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.58 |
| HSL | 182.54º | 0.5% | 0.28% | - |
| HSV(B) | 182.54º | 0.66% | 0.42% | - |
| XYZ | 8.33 | 11.34 | 15.66 | - |
| YUV | 84.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 107 | 0.66 | 0.03 | 0 | 0.58 | 182.54 | 0.5 | 0.28 |
| Hex | 24 | 68 | 6B | 42 | 3 | 0 | 3A | B7 | 32 | 1C |
| Octal | 44 | 150 | 153 | 102 | 3 | 0 | 72 | 267 | 62 | 34 |
| Binary | 100100 | 1101000 | 1101011 | 1000010 | 11 | 0 | 111010 | 10110111 | 110010 | 11100 |
Color Harmonies of #24686B
Complementary color
Monochromatic Colors of #24686B
Black with #24686B
Text Example
Text Example
White with #24686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24686B; }
p { color: rgb(36,104,107); }
H1.HeaderClassName
{
color: #24686B;
}
.AnyTagClassName
{
color: #24686B;
}
</style>
background-color css
<style>
a { background-color: #24686B; }
a { background-color: rgb(36,104,107); }
div.DivClassName
{
background-color: #24686B;
}
.BgClassName
{
background-color: #24686B;
}
</style>
border-color css
<style>
span { border-color: #24686B; }
span { border-color: rgb(36,104,107); }
td.TdClassName
{
border-color: #24686B;
}
.TagClassName
{
border-color: #24686B;
}
</style>