Shades of Blue Stone #246061
Tints of Blue Stone #246061
RGB
CMYK
RGB Variations
Color information
#246061 (or 0x246061) is known color: Blue Stone. HEX triplet: 24, 60 and 61. RGB value is (36,96,97). Sum of RGB (Red+Green+Blue) = 36+96+97=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #246061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246061 is #DB9F9E. Grayscale: #4E4E4E. Windows color (decimal): -14393247 or 6381604. OLE color: 6381604.
HSL color Cylindrical-coordinate representation of color #246061: hue angle of 180.98º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246061 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 97 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.62 |
| HSL | 180.98º | 0.46% | 0.26% | - |
| HSV(B) | 180.98º | 0.63% | 0.38% | - |
| XYZ | 7.07 | 9.6 | 12.79 | - |
| YUV | 78.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 97 | 0.63 | 0.01 | 0 | 0.62 | 180.98 | 0.46 | 0.26 |
| Hex | 24 | 60 | 61 | 3F | 1 | 0 | 3E | B5 | 2E | 1A |
| Octal | 44 | 140 | 141 | 77 | 1 | 0 | 76 | 265 | 56 | 32 |
| Binary | 100100 | 1100000 | 1100001 | 111111 | 1 | 0 | 111110 | 10110101 | 101110 | 11010 |
Color Harmonies of #246061
Complementary color
Monochromatic Colors of #246061
Black with #246061
Text Example
Text Example
White with #246061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246061; }
p { color: rgb(36,96,97); }
H1.HeaderClassName
{
color: #246061;
}
.AnyTagClassName
{
color: #246061;
}
</style>
background-color css
<style>
a { background-color: #246061; }
a { background-color: rgb(36,96,97); }
div.DivClassName
{
background-color: #246061;
}
.BgClassName
{
background-color: #246061;
}
</style>
border-color css
<style>
span { border-color: #246061; }
span { border-color: rgb(36,96,97); }
td.TdClassName
{
border-color: #246061;
}
.TagClassName
{
border-color: #246061;
}
</style>