Shades of Blue Stone #246363
Tints of Blue Stone #246363
RGB
CMYK
RGB Variations
Color information
#246363 (or 0x246363) is known color: Blue Stone. HEX triplet: 24, 63 and 63. RGB value is (36,99,99). Sum of RGB (Red+Green+Blue) = 36+99+99=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #246363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246363 is #DB9C9C. Grayscale: #505050. Windows color (decimal): -14392477 or 6513444. OLE color: 6513444.
HSL color Cylindrical-coordinate representation of color #246363: hue angle of 180º 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 #246363 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 99 | 99 | - |
| CMYK | 0.64 | 0 | 0 | 0.61 |
| HSL | 180º | 0.47% | 0.26% | - |
| HSV(B) | 180º | 0.64% | 0.39% | - |
| XYZ | 7.44 | 10.2 | 13.38 | - |
| YUV | 80.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 99 | 0.64 | 0 | 0 | 0.61 | 180 | 0.47 | 0.26 |
| Hex | 24 | 63 | 63 | 40 | 0 | 0 | 3D | B4 | 2F | 1A |
| Octal | 44 | 143 | 143 | 100 | 0 | 0 | 75 | 264 | 57 | 32 |
| Binary | 100100 | 1100011 | 1100011 | 1000000 | 0 | 0 | 111101 | 10110100 | 101111 | 11010 |
Color Harmonies of #246363
Complementary color
Monochromatic Colors of #246363
Black with #246363
Text Example
Text Example
White with #246363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246363; }
p { color: rgb(36,99,99); }
H1.HeaderClassName
{
color: #246363;
}
.AnyTagClassName
{
color: #246363;
}
</style>
background-color css
<style>
a { background-color: #246363; }
a { background-color: rgb(36,99,99); }
div.DivClassName
{
background-color: #246363;
}
.BgClassName
{
background-color: #246363;
}
</style>
border-color css
<style>
span { border-color: #246363; }
span { border-color: rgb(36,99,99); }
td.TdClassName
{
border-color: #246363;
}
.TagClassName
{
border-color: #246363;
}
</style>