Shades of Blue Stone #246360
Tints of Blue Stone #246360
RGB
CMYK
RGB Variations
Color information
#246360 (or 0x246360) is known color: Blue Stone. HEX triplet: 24, 63 and 60. RGB value is (36,99,96). Sum of RGB (Red+Green+Blue) = 36+99+96=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #246360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246360 is #DB9C9F. Grayscale: #4F4F4F. Windows color (decimal): -14392480 or 6316836. OLE color: 6316836.
HSL color Cylindrical-coordinate representation of color #246360: hue angle of 177.14º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246360 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 99 | 96 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.61 |
| HSL | 177.14º | 0.47% | 0.26% | - |
| HSV(B) | 177.14º | 0.64% | 0.39% | - |
| XYZ | 7.3 | 10.14 | 12.64 | - |
| YUV | 79.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 96 | 0.64 | 0 | 0.03 | 0.61 | 177.14 | 0.47 | 0.26 |
| Hex | 24 | 63 | 60 | 40 | 0 | 3 | 3D | B1 | 2F | 1A |
| Octal | 44 | 143 | 140 | 100 | 0 | 3 | 75 | 261 | 57 | 32 |
| Binary | 100100 | 1100011 | 1100000 | 1000000 | 0 | 11 | 111101 | 10110001 | 101111 | 11010 |
Color Harmonies of #246360
Complementary color
Monochromatic Colors of #246360
Black with #246360
Text Example
Text Example
White with #246360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246360; }
p { color: rgb(36,99,96); }
H1.HeaderClassName
{
color: #246360;
}
.AnyTagClassName
{
color: #246360;
}
</style>
background-color css
<style>
a { background-color: #246360; }
a { background-color: rgb(36,99,96); }
div.DivClassName
{
background-color: #246360;
}
.BgClassName
{
background-color: #246360;
}
</style>
border-color css
<style>
span { border-color: #246360; }
span { border-color: rgb(36,99,96); }
td.TdClassName
{
border-color: #246360;
}
.TagClassName
{
border-color: #246360;
}
</style>