Shades of Blue Stone #24696D
Tints of Blue Stone #24696D
RGB
CMYK
RGB Variations
Color information
#24696D (or 0x24696D) is known color: Blue Stone. HEX triplet: 24, 69 and 6D. RGB value is (36,105,109). Sum of RGB (Red+Green+Blue) = 36+105+109=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #24696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24696D is #DB9692. Grayscale: #545454. Windows color (decimal): -14390931 or 7170340. OLE color: 7170340.
HSL color Cylindrical-coordinate representation of color #24696D: hue angle of 183.29º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #24696D is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 105 | 109 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.57 |
| HSL | 183.29º | 0.5% | 0.28% | - |
| HSV(B) | 183.29º | 0.67% | 0.43% | - |
| XYZ | 8.54 | 11.58 | 16.25 | - |
| YUV | 84.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 109 | 0.67 | 0.04 | 0 | 0.57 | 183.29 | 0.5 | 0.28 |
| Hex | 24 | 69 | 6D | 43 | 4 | 0 | 39 | B7 | 32 | 1C |
| Octal | 44 | 151 | 155 | 103 | 4 | 0 | 71 | 267 | 62 | 34 |
| Binary | 100100 | 1101001 | 1101101 | 1000011 | 100 | 0 | 111001 | 10110111 | 110010 | 11100 |
Color Harmonies of #24696D
Complementary color
Monochromatic Colors of #24696D
Black with #24696D
Text Example
Text Example
White with #24696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24696D; }
p { color: rgb(36,105,109); }
H1.HeaderClassName
{
color: #24696D;
}
.AnyTagClassName
{
color: #24696D;
}
</style>
background-color css
<style>
a { background-color: #24696D; }
a { background-color: rgb(36,105,109); }
div.DivClassName
{
background-color: #24696D;
}
.BgClassName
{
background-color: #24696D;
}
</style>
border-color css
<style>
span { border-color: #24696D; }
span { border-color: rgb(36,105,109); }
td.TdClassName
{
border-color: #24696D;
}
.TagClassName
{
border-color: #24696D;
}
</style>