Shades of Blue Stone #246565
Tints of Blue Stone #246565
RGB
CMYK
RGB Variations
Color information
#246565 (or 0x246565) is known color: Blue Stone. HEX triplet: 24, 65 and 65. RGB value is (36,101,101). Sum of RGB (Red+Green+Blue) = 36+101+101=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #246565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246565 is #DB9A9A. Grayscale: #515151. Windows color (decimal): -14391963 or 6645028. OLE color: 6645028.
HSL color Cylindrical-coordinate representation of color #246565: hue angle of 180º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #246565 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 101 | 101 | - |
| CMYK | 0.64 | 0 | 0 | 0.60 |
| HSL | 180º | 0.47% | 0.27% | - |
| HSV(B) | 180º | 0.64% | 0.4% | - |
| XYZ | 7.73 | 10.62 | 13.95 | - |
| YUV | 81.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 101 | 101 | 0.64 | 0 | 0 | 0.60 | 180 | 0.47 | 0.27 |
| Hex | 24 | 65 | 65 | 40 | 0 | 0 | 3C | B4 | 2F | 1B |
| Octal | 44 | 145 | 145 | 100 | 0 | 0 | 74 | 264 | 57 | 33 |
| Binary | 100100 | 1100101 | 1100101 | 1000000 | 0 | 0 | 111100 | 10110100 | 101111 | 11011 |
Color Harmonies of #246565
Complementary color
Monochromatic Colors of #246565
Black with #246565
Text Example
Text Example
White with #246565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246565; }
p { color: rgb(36,101,101); }
H1.HeaderClassName
{
color: #246565;
}
.AnyTagClassName
{
color: #246565;
}
</style>
background-color css
<style>
a { background-color: #246565; }
a { background-color: rgb(36,101,101); }
div.DivClassName
{
background-color: #246565;
}
.BgClassName
{
background-color: #246565;
}
</style>
border-color css
<style>
span { border-color: #246565; }
span { border-color: rgb(36,101,101); }
td.TdClassName
{
border-color: #246565;
}
.TagClassName
{
border-color: #246565;
}
</style>