Shades of Blue Stone #246463
Tints of Blue Stone #246463
RGB
CMYK
RGB Variations
Color information
#246463 (or 0x246463) is known color: Blue Stone. HEX triplet: 24, 64 and 63. RGB value is (36,100,99). Sum of RGB (Red+Green+Blue) = 36+100+99=235 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.32% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #246463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246463 is #DB9B9C. Grayscale: #505050. Windows color (decimal): -14392221 or 6513700. OLE color: 6513700.
HSL color Cylindrical-coordinate representation of color #246463: hue angle of 179.06º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246463 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 100 | 99 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.61 |
| HSL | 179.06º | 0.47% | 0.27% | - |
| HSV(B) | 179.06º | 0.64% | 0.39% | - |
| XYZ | 7.54 | 10.39 | 13.41 | - |
| YUV | 80.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 99 | 0.64 | 0 | 0.01 | 0.61 | 179.06 | 0.47 | 0.27 |
| Hex | 24 | 64 | 63 | 40 | 0 | 1 | 3D | B3 | 2F | 1B |
| Octal | 44 | 144 | 143 | 100 | 0 | 1 | 75 | 263 | 57 | 33 |
| Binary | 100100 | 1100100 | 1100011 | 1000000 | 0 | 1 | 111101 | 10110011 | 101111 | 11011 |
Color Harmonies of #246463
Complementary color
Monochromatic Colors of #246463
Black with #246463
Text Example
Text Example
White with #246463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246463; }
p { color: rgb(36,100,99); }
H1.HeaderClassName
{
color: #246463;
}
.AnyTagClassName
{
color: #246463;
}
</style>
background-color css
<style>
a { background-color: #246463; }
a { background-color: rgb(36,100,99); }
div.DivClassName
{
background-color: #246463;
}
.BgClassName
{
background-color: #246463;
}
</style>
border-color css
<style>
span { border-color: #246463; }
span { border-color: rgb(36,100,99); }
td.TdClassName
{
border-color: #246463;
}
.TagClassName
{
border-color: #246463;
}
</style>