Shades of Lochmara #247197
Tints of Lochmara #247197
RGB
CMYK
RGB Variations
Color information
#247197 (or 0x247197) is known color: Lochmara. HEX triplet: 24, 71 and 97. RGB value is (36,113,151). Sum of RGB (Red+Green+Blue) = 36+113+151=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #247197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247197 is #DB8E68. Grayscale: #5E5E5E. Windows color (decimal): -14388841 or 9924900. OLE color: 9924900.
HSL color Cylindrical-coordinate representation of color #247197: hue angle of 199.83º 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 #247197 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 113 | 151 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.41 |
| HSL | 199.83º | 0.61% | 0.37% | - |
| HSV(B) | 199.83º | 0.76% | 0.59% | - |
| XYZ | 12.22 | 14.42 | 31.42 | - |
| YUV | 94.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 151 | 0.76 | 0.25 | 0 | 0.41 | 199.83 | 0.61 | 0.37 |
| Hex | 24 | 71 | 97 | 4C | 19 | 0 | 29 | C8 | 3D | 25 |
| Octal | 44 | 161 | 227 | 114 | 31 | 0 | 51 | 310 | 75 | 45 |
| Binary | 100100 | 1110001 | 10010111 | 1001100 | 11001 | 0 | 101001 | 11001000 | 111101 | 100101 |
Color Harmonies of #247197
Complementary color
Monochromatic Colors of #247197
Black with #247197
Text Example
Text Example
White with #247197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247197; }
p { color: rgb(36,113,151); }
H1.HeaderClassName
{
color: #247197;
}
.AnyTagClassName
{
color: #247197;
}
</style>
background-color css
<style>
a { background-color: #247197; }
a { background-color: rgb(36,113,151); }
div.DivClassName
{
background-color: #247197;
}
.BgClassName
{
background-color: #247197;
}
</style>
border-color css
<style>
span { border-color: #247197; }
span { border-color: rgb(36,113,151); }
td.TdClassName
{
border-color: #247197;
}
.TagClassName
{
border-color: #247197;
}
</style>