Shades of Blue Stone #246767
Tints of Blue Stone #246767
RGB
CMYK
RGB Variations
Color information
#246767 (or 0x246767) is known color: Blue Stone. HEX triplet: 24, 67 and 67. RGB value is (36,103,103). Sum of RGB (Red+Green+Blue) = 36+103+103=242 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.88% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 103 - color contains mainly: green, blue. Hex color #246767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246767 is #DB9898. Grayscale: #525252. Windows color (decimal): -14391449 or 6776612. OLE color: 6776612.
HSL color Cylindrical-coordinate representation of color #246767: hue angle of 180º 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 #246767 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 36 | 103 | 103 | - |
| CMYK | 0.65 | 0 | 0 | 0.60 |
| HSL | 180º | 0.48% | 0.27% | - |
| HSV(B) | 180º | 0.65% | 0.4% | - |
| XYZ | 8.03 | 11.05 | 14.54 | - |
| YUV | 82.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 103 | 103 | 0.65 | 0 | 0 | 0.60 | 180 | 0.48 | 0.27 |
| Hex | 24 | 67 | 67 | 41 | 0 | 0 | 3C | B4 | 30 | 1B |
| Octal | 44 | 147 | 147 | 101 | 0 | 0 | 74 | 264 | 60 | 33 |
| Binary | 100100 | 1100111 | 1100111 | 1000001 | 0 | 0 | 111100 | 10110100 | 110000 | 11011 |
Color Harmonies of #246767
Complementary color
Monochromatic Colors of #246767
Black with #246767
Text Example
Text Example
White with #246767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246767; }
p { color: rgb(36,103,103); }
H1.HeaderClassName
{
color: #246767;
}
.AnyTagClassName
{
color: #246767;
}
</style>
background-color css
<style>
a { background-color: #246767; }
a { background-color: rgb(36,103,103); }
div.DivClassName
{
background-color: #246767;
}
.BgClassName
{
background-color: #246767;
}
</style>
border-color css
<style>
span { border-color: #246767; }
span { border-color: rgb(36,103,103); }
td.TdClassName
{
border-color: #246767;
}
.TagClassName
{
border-color: #246767;
}
</style>