Shades of Lochmara #247499
Tints of Lochmara #247499
RGB
CMYK
RGB Variations
Color information
#247499 (or 0x247499) is known color: Lochmara. HEX triplet: 24, 74 and 99. RGB value is (36,116,153). Sum of RGB (Red+Green+Blue) = 36+116+153=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #247499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247499 is #DB8B66. Grayscale: #606060. Windows color (decimal): -14388071 or 10056740. OLE color: 10056740.
HSL color Cylindrical-coordinate representation of color #247499: hue angle of 198.97º 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 #247499 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 116 | 153 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.4 |
| HSL | 198.97º | 0.62% | 0.37% | - |
| HSV(B) | 198.97º | 0.76% | 0.6% | - |
| XYZ | 12.72 | 15.17 | 32.39 | - |
| YUV | 96.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 153 | 0.76 | 0.24 | 0 | 0.4 | 198.97 | 0.62 | 0.37 |
| Hex | 24 | 74 | 99 | 4C | 18 | 0 | 28 | C7 | 3E | 25 |
| Octal | 44 | 164 | 231 | 114 | 30 | 0 | 50 | 307 | 76 | 45 |
| Binary | 100100 | 1110100 | 10011001 | 1001100 | 11000 | 0 | 101000 | 11000111 | 111110 | 100101 |
Color Harmonies of #247499
Complementary color
Monochromatic Colors of #247499
Black with #247499
Text Example
Text Example
White with #247499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247499; }
p { color: rgb(36,116,153); }
H1.HeaderClassName
{
color: #247499;
}
.AnyTagClassName
{
color: #247499;
}
</style>
background-color css
<style>
a { background-color: #247499; }
a { background-color: rgb(36,116,153); }
div.DivClassName
{
background-color: #247499;
}
.BgClassName
{
background-color: #247499;
}
</style>
border-color css
<style>
span { border-color: #247499; }
span { border-color: rgb(36,116,153); }
td.TdClassName
{
border-color: #247499;
}
.TagClassName
{
border-color: #247499;
}
</style>