Shades of Lochmara #247299
Tints of Lochmara #247299
RGB
CMYK
RGB Variations
Color information
#247299 (or 0x247299) is known color: Lochmara. HEX triplet: 24, 72 and 99. RGB value is (36,114,153). Sum of RGB (Red+Green+Blue) = 36+114+153=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #247299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247299 is #DB8D66. Grayscale: #5E5E5E. Windows color (decimal): -14388583 or 10056228. OLE color: 10056228.
HSL color Cylindrical-coordinate representation of color #247299: hue angle of 200º 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 #247299 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 114 | 153 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.4 |
| HSL | 200º | 0.62% | 0.37% | - |
| HSV(B) | 200º | 0.76% | 0.6% | - |
| XYZ | 12.49 | 14.71 | 32.32 | - |
| YUV | 95.12 | 160.66 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 153 | 0.76 | 0.25 | 0 | 0.4 | 200 | 0.62 | 0.37 |
| Hex | 24 | 72 | 99 | 4C | 19 | 0 | 28 | C8 | 3E | 25 |
| Octal | 44 | 162 | 231 | 114 | 31 | 0 | 50 | 310 | 76 | 45 |
| Binary | 100100 | 1110010 | 10011001 | 1001100 | 11001 | 0 | 101000 | 11001000 | 111110 | 100101 |
Color Harmonies of #247299
Complementary color
Monochromatic Colors of #247299
Black with #247299
Text Example
Text Example
White with #247299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247299; }
p { color: rgb(36,114,153); }
H1.HeaderClassName
{
color: #247299;
}
.AnyTagClassName
{
color: #247299;
}
</style>
background-color css
<style>
a { background-color: #247299; }
a { background-color: rgb(36,114,153); }
div.DivClassName
{
background-color: #247299;
}
.BgClassName
{
background-color: #247299;
}
</style>
border-color css
<style>
span { border-color: #247299; }
span { border-color: rgb(36,114,153); }
td.TdClassName
{
border-color: #247299;
}
.TagClassName
{
border-color: #247299;
}
</style>