Shades of Blue Stone #246865
Tints of Blue Stone #246865
RGB
CMYK
RGB Variations
Color information
#246865 (or 0x246865) is known color: Blue Stone. HEX triplet: 24, 68 and 65. RGB value is (36,104,101). Sum of RGB (Red+Green+Blue) = 36+104+101=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #246865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246865 is #DB979A. Grayscale: #535353. Windows color (decimal): -14391195 or 6645796. OLE color: 6645796.
HSL color Cylindrical-coordinate representation of color #246865: hue angle of 177.35º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246865 is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 104 | 101 | - |
| CMYK | 0.65 | 0 | 0.03 | 0.59 |
| HSL | 177.35º | 0.49% | 0.27% | - |
| HSV(B) | 177.35º | 0.65% | 0.41% | - |
| XYZ | 8.03 | 11.22 | 14.05 | - |
| YUV | 83.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 101 | 0.65 | 0 | 0.03 | 0.59 | 177.35 | 0.49 | 0.27 |
| Hex | 24 | 68 | 65 | 41 | 0 | 3 | 3B | B1 | 31 | 1B |
| Octal | 44 | 150 | 145 | 101 | 0 | 3 | 73 | 261 | 61 | 33 |
| Binary | 100100 | 1101000 | 1100101 | 1000001 | 0 | 11 | 111011 | 10110001 | 110001 | 11011 |
Color Harmonies of #246865
Complementary color
Monochromatic Colors of #246865
Black with #246865
Text Example
Text Example
White with #246865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246865; }
p { color: rgb(36,104,101); }
H1.HeaderClassName
{
color: #246865;
}
.AnyTagClassName
{
color: #246865;
}
</style>
background-color css
<style>
a { background-color: #246865; }
a { background-color: rgb(36,104,101); }
div.DivClassName
{
background-color: #246865;
}
.BgClassName
{
background-color: #246865;
}
</style>
border-color css
<style>
span { border-color: #246865; }
span { border-color: rgb(36,104,101); }
td.TdClassName
{
border-color: #246865;
}
.TagClassName
{
border-color: #246865;
}
</style>