Shades of Blue Stone #246764
Tints of Blue Stone #246764
RGB
CMYK
RGB Variations
Color information
#246764 (or 0x246764) is known color: Blue Stone. HEX triplet: 24, 67 and 64. RGB value is (36,103,100). Sum of RGB (Red+Green+Blue) = 36+103+100=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #246764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246764 is #DB989B. Grayscale: #525252. Windows color (decimal): -14391452 or 6580004. OLE color: 6580004.
HSL color Cylindrical-coordinate representation of color #246764: hue angle of 177.31º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246764 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 103 | 100 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.60 |
| HSL | 177.31º | 0.48% | 0.27% | - |
| HSV(B) | 177.31º | 0.65% | 0.4% | - |
| XYZ | 7.88 | 11 | 13.76 | - |
| YUV | 82.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 100 | 0.65 | 0 | 0.03 | 0.60 | 177.31 | 0.48 | 0.27 |
| Hex | 24 | 67 | 64 | 41 | 0 | 3 | 3C | B1 | 30 | 1B |
| Octal | 44 | 147 | 144 | 101 | 0 | 3 | 74 | 261 | 60 | 33 |
| Binary | 100100 | 1100111 | 1100100 | 1000001 | 0 | 11 | 111100 | 10110001 | 110000 | 11011 |
Color Harmonies of #246764
Complementary color
Monochromatic Colors of #246764
Black with #246764
Text Example
Text Example
White with #246764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246764; }
p { color: rgb(36,103,100); }
H1.HeaderClassName
{
color: #246764;
}
.AnyTagClassName
{
color: #246764;
}
</style>
background-color css
<style>
a { background-color: #246764; }
a { background-color: rgb(36,103,100); }
div.DivClassName
{
background-color: #246764;
}
.BgClassName
{
background-color: #246764;
}
</style>
border-color css
<style>
span { border-color: #246764; }
span { border-color: rgb(36,103,100); }
td.TdClassName
{
border-color: #246764;
}
.TagClassName
{
border-color: #246764;
}
</style>