Shades of Lochmara #247198
Tints of Lochmara #247198
RGB
CMYK
RGB Variations
Color information
#247198 (or 0x247198) is known color: Lochmara. HEX triplet: 24, 71 and 98. RGB value is (36,113,152). Sum of RGB (Red+Green+Blue) = 36+113+152=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #247198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247198 is #DB8E67. Grayscale: #5E5E5E. Windows color (decimal): -14388840 or 9990436. OLE color: 9990436.
HSL color Cylindrical-coordinate representation of color #247198: hue angle of 200.17º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247198 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 113 | 152 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.40 |
| HSL | 200.17º | 0.62% | 0.37% | - |
| HSV(B) | 200.17º | 0.76% | 0.6% | - |
| XYZ | 12.3 | 14.45 | 31.85 | - |
| YUV | 94.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 152 | 0.76 | 0.26 | 0 | 0.40 | 200.17 | 0.62 | 0.37 |
| Hex | 24 | 71 | 98 | 4C | 1A | 0 | 28 | C8 | 3E | 25 |
| Octal | 44 | 161 | 230 | 114 | 32 | 0 | 50 | 310 | 76 | 45 |
| Binary | 100100 | 1110001 | 10011000 | 1001100 | 11010 | 0 | 101000 | 11001000 | 111110 | 100101 |
Color Harmonies of #247198
Complementary color
Monochromatic Colors of #247198
Black with #247198
Text Example
Text Example
White with #247198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247198; }
p { color: rgb(36,113,152); }
H1.HeaderClassName
{
color: #247198;
}
.AnyTagClassName
{
color: #247198;
}
</style>
background-color css
<style>
a { background-color: #247198; }
a { background-color: rgb(36,113,152); }
div.DivClassName
{
background-color: #247198;
}
.BgClassName
{
background-color: #247198;
}
</style>
border-color css
<style>
span { border-color: #247198; }
span { border-color: rgb(36,113,152); }
td.TdClassName
{
border-color: #247198;
}
.TagClassName
{
border-color: #247198;
}
</style>