Shades of Lochmara #247999
Tints of Lochmara #247999
RGB
CMYK
RGB Variations
Color information
#247999 (or 0x247999) is known color: Lochmara. HEX triplet: 24, 79 and 99. RGB value is (36,121,153). Sum of RGB (Red+Green+Blue) = 36+121+153=310 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.61% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #247999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247999 is #DB8666. Grayscale: #636363. Windows color (decimal): -14386791 or 10058020. OLE color: 10058020.
HSL color Cylindrical-coordinate representation of color #247999: hue angle of 196.41º 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 #247999 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 121 | 153 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.4 |
| HSL | 196.41º | 0.62% | 0.37% | - |
| HSV(B) | 196.41º | 0.76% | 0.6% | - |
| XYZ | 13.31 | 16.35 | 32.59 | - |
| YUV | 99.23 | 158.34 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 153 | 0.76 | 0.21 | 0 | 0.4 | 196.41 | 0.62 | 0.37 |
| Hex | 24 | 79 | 99 | 4C | 15 | 0 | 28 | C4 | 3E | 25 |
| Octal | 44 | 171 | 231 | 114 | 25 | 0 | 50 | 304 | 76 | 45 |
| Binary | 100100 | 1111001 | 10011001 | 1001100 | 10101 | 0 | 101000 | 11000100 | 111110 | 100101 |
Color Harmonies of #247999
Complementary color
Monochromatic Colors of #247999
Black with #247999
Text Example
Text Example
White with #247999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247999; }
p { color: rgb(36,121,153); }
H1.HeaderClassName
{
color: #247999;
}
.AnyTagClassName
{
color: #247999;
}
</style>
background-color css
<style>
a { background-color: #247999; }
a { background-color: rgb(36,121,153); }
div.DivClassName
{
background-color: #247999;
}
.BgClassName
{
background-color: #247999;
}
</style>
border-color css
<style>
span { border-color: #247999; }
span { border-color: rgb(36,121,153); }
td.TdClassName
{
border-color: #247999;
}
.TagClassName
{
border-color: #247999;
}
</style>