Shades of Blue Stone #246866
Tints of Blue Stone #246866
RGB
CMYK
RGB Variations
Color information
#246866 (or 0x246866) is known color: Blue Stone. HEX triplet: 24, 68 and 66. RGB value is (36,104,102). Sum of RGB (Red+Green+Blue) = 36+104+102=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #246866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246866 is #DB9799. Grayscale: #535353. Windows color (decimal): -14391194 or 6711332. OLE color: 6711332.
HSL color Cylindrical-coordinate representation of color #246866: hue angle of 178.24º 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 #246866 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 36 | 104 | 102 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.59 |
| HSL | 178.24º | 0.49% | 0.27% | - |
| HSV(B) | 178.24º | 0.65% | 0.41% | - |
| XYZ | 8.08 | 11.24 | 14.31 | - |
| YUV | 83.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 102 | 0.65 | 0 | 0.02 | 0.59 | 178.24 | 0.49 | 0.27 |
| Hex | 24 | 68 | 66 | 41 | 0 | 2 | 3B | B2 | 31 | 1B |
| Octal | 44 | 150 | 146 | 101 | 0 | 2 | 73 | 262 | 61 | 33 |
| Binary | 100100 | 1101000 | 1100110 | 1000001 | 0 | 10 | 111011 | 10110010 | 110001 | 11011 |
Color Harmonies of #246866
Complementary color
Monochromatic Colors of #246866
Black with #246866
Text Example
Text Example
White with #246866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246866; }
p { color: rgb(36,104,102); }
H1.HeaderClassName
{
color: #246866;
}
.AnyTagClassName
{
color: #246866;
}
</style>
background-color css
<style>
a { background-color: #246866; }
a { background-color: rgb(36,104,102); }
div.DivClassName
{
background-color: #246866;
}
.BgClassName
{
background-color: #246866;
}
</style>
border-color css
<style>
span { border-color: #246866; }
span { border-color: rgb(36,104,102); }
td.TdClassName
{
border-color: #246866;
}
.TagClassName
{
border-color: #246866;
}
</style>