Shades of Lochmara #247696
Tints of Lochmara #247696
RGB
CMYK
RGB Variations
Color information
#247696 (or 0x247696) is known color: Lochmara. HEX triplet: 24, 76 and 96. RGB value is (36,118,150). Sum of RGB (Red+Green+Blue) = 36+118+150=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #247696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247696 is #DB8969. Grayscale: #606060. Windows color (decimal): -14387562 or 9860644. OLE color: 9860644.
HSL color Cylindrical-coordinate representation of color #247696: hue angle of 196.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247696 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 118 | 150 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.41 |
| HSL | 196.84º | 0.61% | 0.36% | - |
| HSV(B) | 196.84º | 0.76% | 0.59% | - |
| XYZ | 12.71 | 15.53 | 31.18 | - |
| YUV | 97.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 150 | 0.76 | 0.21 | 0 | 0.41 | 196.84 | 0.61 | 0.36 |
| Hex | 24 | 76 | 96 | 4C | 15 | 0 | 29 | C5 | 3D | 24 |
| Octal | 44 | 166 | 226 | 114 | 25 | 0 | 51 | 305 | 75 | 44 |
| Binary | 100100 | 1110110 | 10010110 | 1001100 | 10101 | 0 | 101001 | 11000101 | 111101 | 100100 |
Color Harmonies of #247696
Complementary color
Monochromatic Colors of #247696
Black with #247696
Text Example
Text Example
White with #247696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247696; }
p { color: rgb(36,118,150); }
H1.HeaderClassName
{
color: #247696;
}
.AnyTagClassName
{
color: #247696;
}
</style>
background-color css
<style>
a { background-color: #247696; }
a { background-color: rgb(36,118,150); }
div.DivClassName
{
background-color: #247696;
}
.BgClassName
{
background-color: #247696;
}
</style>
border-color css
<style>
span { border-color: #247696; }
span { border-color: rgb(36,118,150); }
td.TdClassName
{
border-color: #247696;
}
.TagClassName
{
border-color: #247696;
}
</style>