Shades of Lochmara #247098
Tints of Lochmara #247098
RGB
CMYK
RGB Variations
Color information
#247098 (or 0x247098) is known color: Lochmara. HEX triplet: 24, 70 and 98. RGB value is (36,112,152). Sum of RGB (Red+Green+Blue) = 36+112+152=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #247098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247098 is #DB8F67. Grayscale: #5D5D5D. Windows color (decimal): -14389096 or 9990180. OLE color: 9990180.
HSL color Cylindrical-coordinate representation of color #247098: hue angle of 200.69º 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 #247098 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 112 | 152 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.40 |
| HSL | 200.69º | 0.62% | 0.37% | - |
| HSV(B) | 200.69º | 0.76% | 0.6% | - |
| XYZ | 12.19 | 14.23 | 31.81 | - |
| YUV | 93.84 | 160.82 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 152 | 0.76 | 0.26 | 0 | 0.40 | 200.69 | 0.62 | 0.37 |
| Hex | 24 | 70 | 98 | 4C | 1A | 0 | 28 | C9 | 3E | 25 |
| Octal | 44 | 160 | 230 | 114 | 32 | 0 | 50 | 311 | 76 | 45 |
| Binary | 100100 | 1110000 | 10011000 | 1001100 | 11010 | 0 | 101000 | 11001001 | 111110 | 100101 |
Color Harmonies of #247098
Complementary color
Monochromatic Colors of #247098
Black with #247098
Text Example
Text Example
White with #247098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247098; }
p { color: rgb(36,112,152); }
H1.HeaderClassName
{
color: #247098;
}
.AnyTagClassName
{
color: #247098;
}
</style>
background-color css
<style>
a { background-color: #247098; }
a { background-color: rgb(36,112,152); }
div.DivClassName
{
background-color: #247098;
}
.BgClassName
{
background-color: #247098;
}
</style>
border-color css
<style>
span { border-color: #247098; }
span { border-color: rgb(36,112,152); }
td.TdClassName
{
border-color: #247098;
}
.TagClassName
{
border-color: #247098;
}
</style>