Shades of Blue Stone #246263
Tints of Blue Stone #246263
RGB
CMYK
RGB Variations
Color information
#246263 (or 0x246263) is known color: Blue Stone. HEX triplet: 24, 62 and 63. RGB value is (36,98,99). Sum of RGB (Red+Green+Blue) = 36+98+99=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #246263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246263 is #DB9D9C. Grayscale: #4F4F4F. Windows color (decimal): -14392733 or 6513188. OLE color: 6513188.
HSL color Cylindrical-coordinate representation of color #246263: hue angle of 180.95º 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 #246263 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 98 | 99 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.61 |
| HSL | 180.95º | 0.47% | 0.26% | - |
| HSV(B) | 180.95º | 0.64% | 0.39% | - |
| XYZ | 7.35 | 10.01 | 13.35 | - |
| YUV | 79.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 99 | 0.64 | 0.01 | 0 | 0.61 | 180.95 | 0.47 | 0.26 |
| Hex | 24 | 62 | 63 | 40 | 1 | 0 | 3D | B5 | 2F | 1A |
| Octal | 44 | 142 | 143 | 100 | 1 | 0 | 75 | 265 | 57 | 32 |
| Binary | 100100 | 1100010 | 1100011 | 1000000 | 1 | 0 | 111101 | 10110101 | 101111 | 11010 |
Color Harmonies of #246263
Complementary color
Monochromatic Colors of #246263
Black with #246263
Text Example
Text Example
White with #246263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246263; }
p { color: rgb(36,98,99); }
H1.HeaderClassName
{
color: #246263;
}
.AnyTagClassName
{
color: #246263;
}
</style>
background-color css
<style>
a { background-color: #246263; }
a { background-color: rgb(36,98,99); }
div.DivClassName
{
background-color: #246263;
}
.BgClassName
{
background-color: #246263;
}
</style>
border-color css
<style>
span { border-color: #246263; }
span { border-color: rgb(36,98,99); }
td.TdClassName
{
border-color: #246263;
}
.TagClassName
{
border-color: #246263;
}
</style>