Shades of Blue Stone #24696A
Tints of Blue Stone #24696A
RGB
CMYK
RGB Variations
Color information
#24696A (or 0x24696A) is known color: Blue Stone. HEX triplet: 24, 69 and 6A. RGB value is (36,105,106). Sum of RGB (Red+Green+Blue) = 36+105+106=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #24696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24696A is #DB9695. Grayscale: #545454. Windows color (decimal): -14390934 or 6973732. OLE color: 6973732.
HSL color Cylindrical-coordinate representation of color #24696A: hue angle of 180.86º degrees, saturation: 0.49, 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 #24696A is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 105 | 106 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.58 |
| HSL | 180.86º | 0.49% | 0.28% | - |
| HSV(B) | 180.86º | 0.66% | 0.42% | - |
| XYZ | 8.38 | 11.52 | 15.42 | - |
| YUV | 84.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 106 | 0.66 | 0.01 | 0 | 0.58 | 180.86 | 0.49 | 0.28 |
| Hex | 24 | 69 | 6A | 42 | 1 | 0 | 3A | B5 | 31 | 1C |
| Octal | 44 | 151 | 152 | 102 | 1 | 0 | 72 | 265 | 61 | 34 |
| Binary | 100100 | 1101001 | 1101010 | 1000010 | 1 | 0 | 111010 | 10110101 | 110001 | 11100 |
Color Harmonies of #24696A
Complementary color
Monochromatic Colors of #24696A
Black with #24696A
Text Example
Text Example
White with #24696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24696A; }
p { color: rgb(36,105,106); }
H1.HeaderClassName
{
color: #24696A;
}
.AnyTagClassName
{
color: #24696A;
}
</style>
background-color css
<style>
a { background-color: #24696A; }
a { background-color: rgb(36,105,106); }
div.DivClassName
{
background-color: #24696A;
}
.BgClassName
{
background-color: #24696A;
}
</style>
border-color css
<style>
span { border-color: #24696A; }
span { border-color: rgb(36,105,106); }
td.TdClassName
{
border-color: #24696A;
}
.TagClassName
{
border-color: #24696A;
}
</style>