Shades of Lochmara #247A99
Tints of Lochmara #247A99
RGB
CMYK
RGB Variations
Color information
#247A99 (or 0x247A99) is known color: Lochmara. HEX triplet: 24, 7A and 99. RGB value is (36,122,153). Sum of RGB (Red+Green+Blue) = 36+122+153=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #247A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A99 is #DB8566. Grayscale: #636363. Windows color (decimal): -14386535 or 10058276. OLE color: 10058276.
HSL color Cylindrical-coordinate representation of color #247A99: hue angle of 195.9º 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 #247A99 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 122 | 153 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.4 |
| HSL | 195.9º | 0.62% | 0.37% | - |
| HSV(B) | 195.9º | 0.76% | 0.6% | - |
| XYZ | 13.44 | 16.59 | 32.63 | - |
| YUV | 99.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 153 | 0.76 | 0.20 | 0 | 0.4 | 195.9 | 0.62 | 0.37 |
| Hex | 24 | 7A | 99 | 4C | 14 | 0 | 28 | C4 | 3E | 25 |
| Octal | 44 | 172 | 231 | 114 | 24 | 0 | 50 | 304 | 76 | 45 |
| Binary | 100100 | 1111010 | 10011001 | 1001100 | 10100 | 0 | 101000 | 11000100 | 111110 | 100101 |
Color Harmonies of #247A99
Complementary color
Monochromatic Colors of #247A99
Black with #247A99
Text Example
Text Example
White with #247A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A99; }
p { color: rgb(36,122,153); }
H1.HeaderClassName
{
color: #247A99;
}
.AnyTagClassName
{
color: #247A99;
}
</style>
background-color css
<style>
a { background-color: #247A99; }
a { background-color: rgb(36,122,153); }
div.DivClassName
{
background-color: #247A99;
}
.BgClassName
{
background-color: #247A99;
}
</style>
border-color css
<style>
span { border-color: #247A99; }
span { border-color: rgb(36,122,153); }
td.TdClassName
{
border-color: #247A99;
}
.TagClassName
{
border-color: #247A99;
}
</style>