Shades of Lochmara #247097
Tints of Lochmara #247097
RGB
CMYK
RGB Variations
Color information
#247097 (or 0x247097) is known color: Lochmara. HEX triplet: 24, 70 and 97. RGB value is (36,112,151). Sum of RGB (Red+Green+Blue) = 36+112+151=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #247097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247097 is #DB8F68. Grayscale: #5D5D5D. Windows color (decimal): -14389097 or 9924644. OLE color: 9924644.
HSL color Cylindrical-coordinate representation of color #247097: hue angle of 200.35º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247097 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 112 | 151 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.41 |
| HSL | 200.35º | 0.61% | 0.37% | - |
| HSV(B) | 200.35º | 0.76% | 0.59% | - |
| XYZ | 12.11 | 14.2 | 31.38 | - |
| YUV | 93.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 151 | 0.76 | 0.26 | 0 | 0.41 | 200.35 | 0.61 | 0.37 |
| Hex | 24 | 70 | 97 | 4C | 1A | 0 | 29 | C8 | 3D | 25 |
| Octal | 44 | 160 | 227 | 114 | 32 | 0 | 51 | 310 | 75 | 45 |
| Binary | 100100 | 1110000 | 10010111 | 1001100 | 11010 | 0 | 101001 | 11001000 | 111101 | 100101 |
Color Harmonies of #247097
Complementary color
Monochromatic Colors of #247097
Black with #247097
Text Example
Text Example
White with #247097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247097; }
p { color: rgb(36,112,151); }
H1.HeaderClassName
{
color: #247097;
}
.AnyTagClassName
{
color: #247097;
}
</style>
background-color css
<style>
a { background-color: #247097; }
a { background-color: rgb(36,112,151); }
div.DivClassName
{
background-color: #247097;
}
.BgClassName
{
background-color: #247097;
}
</style>
border-color css
<style>
span { border-color: #247097; }
span { border-color: rgb(36,112,151); }
td.TdClassName
{
border-color: #247097;
}
.TagClassName
{
border-color: #247097;
}
</style>