Shades of Blue Stone #246664
Tints of Blue Stone #246664
RGB
CMYK
RGB Variations
Color information
#246664 (or 0x246664) is known color: Blue Stone. HEX triplet: 24, 66 and 64. RGB value is (36,102,100). Sum of RGB (Red+Green+Blue) = 36+102+100=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #246664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246664 is #DB999B. Grayscale: #515151. Windows color (decimal): -14391708 or 6579748. OLE color: 6579748.
HSL color Cylindrical-coordinate representation of color #246664: hue angle of 178.18º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #246664 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 102 | 100 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.6 |
| HSL | 178.18º | 0.48% | 0.27% | - |
| HSV(B) | 178.18º | 0.65% | 0.4% | - |
| XYZ | 7.78 | 10.8 | 13.73 | - |
| YUV | 82.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 100 | 0.65 | 0 | 0.02 | 0.6 | 178.18 | 0.48 | 0.27 |
| Hex | 24 | 66 | 64 | 41 | 0 | 2 | 3C | B2 | 30 | 1B |
| Octal | 44 | 146 | 144 | 101 | 0 | 2 | 74 | 262 | 60 | 33 |
| Binary | 100100 | 1100110 | 1100100 | 1000001 | 0 | 10 | 111100 | 10110010 | 110000 | 11011 |
Color Harmonies of #246664
Complementary color
Monochromatic Colors of #246664
Black with #246664
Text Example
Text Example
White with #246664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246664; }
p { color: rgb(36,102,100); }
H1.HeaderClassName
{
color: #246664;
}
.AnyTagClassName
{
color: #246664;
}
</style>
background-color css
<style>
a { background-color: #246664; }
a { background-color: rgb(36,102,100); }
div.DivClassName
{
background-color: #246664;
}
.BgClassName
{
background-color: #246664;
}
</style>
border-color css
<style>
span { border-color: #246664; }
span { border-color: rgb(36,102,100); }
td.TdClassName
{
border-color: #246664;
}
.TagClassName
{
border-color: #246664;
}
</style>