Shades of Blue Stone #246963
Tints of Blue Stone #246963
RGB
CMYK
RGB Variations
Color information
#246963 (or 0x246963) is known color: Blue Stone. HEX triplet: 24, 69 and 63. RGB value is (36,105,99). Sum of RGB (Red+Green+Blue) = 36+105+99=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #246963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246963 is #DB969C. Grayscale: #535353. Windows color (decimal): -14390941 or 6514980. OLE color: 6514980.
HSL color Cylindrical-coordinate representation of color #246963: hue angle of 174.78º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246963 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 105 | 99 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.59 |
| HSL | 174.78º | 0.49% | 0.28% | - |
| HSV(B) | 174.78º | 0.66% | 0.41% | - |
| XYZ | 8.03 | 11.38 | 13.58 | - |
| YUV | 83.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 99 | 0.66 | 0 | 0.06 | 0.59 | 174.78 | 0.49 | 0.28 |
| Hex | 24 | 69 | 63 | 42 | 0 | 6 | 3B | AF | 31 | 1C |
| Octal | 44 | 151 | 143 | 102 | 0 | 6 | 73 | 257 | 61 | 34 |
| Binary | 100100 | 1101001 | 1100011 | 1000010 | 0 | 110 | 111011 | 10101111 | 110001 | 11100 |
Color Harmonies of #246963
Complementary color
Monochromatic Colors of #246963
Black with #246963
Text Example
Text Example
White with #246963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246963; }
p { color: rgb(36,105,99); }
H1.HeaderClassName
{
color: #246963;
}
.AnyTagClassName
{
color: #246963;
}
</style>
background-color css
<style>
a { background-color: #246963; }
a { background-color: rgb(36,105,99); }
div.DivClassName
{
background-color: #246963;
}
.BgClassName
{
background-color: #246963;
}
</style>
border-color css
<style>
span { border-color: #246963; }
span { border-color: rgb(36,105,99); }
td.TdClassName
{
border-color: #246963;
}
.TagClassName
{
border-color: #246963;
}
</style>