Shades of Lochmara #2479A0
Tints of Lochmara #2479A0
RGB
CMYK
RGB Variations
Color information
#2479A0 (or 0x2479A0) is known color: Lochmara. HEX triplet: 24, 79 and A0. RGB value is (36,121,160). Sum of RGB (Red+Green+Blue) = 36+121+160=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #2479A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2479A0 is #DB865F. Grayscale: #636363. Windows color (decimal): -14386784 or 10516772. OLE color: 10516772.
HSL color Cylindrical-coordinate representation of color #2479A0: hue angle of 198.87º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2479A0 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 121 | 160 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.37 |
| HSL | 198.87º | 0.63% | 0.38% | - |
| HSV(B) | 198.87º | 0.78% | 0.63% | - |
| XYZ | 13.91 | 16.59 | 35.73 | - |
| YUV | 100.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 160 | 0.78 | 0.24 | 0 | 0.37 | 198.87 | 0.63 | 0.38 |
| Hex | 24 | 79 | A0 | 4E | 18 | 0 | 25 | C7 | 3F | 26 |
| Octal | 44 | 171 | 240 | 116 | 30 | 0 | 45 | 307 | 77 | 46 |
| Binary | 100100 | 1111001 | 10100000 | 1001110 | 11000 | 0 | 100101 | 11000111 | 111111 | 100110 |
Color Harmonies of #2479A0
Complementary color
Monochromatic Colors of #2479A0
Black with #2479A0
Text Example
Text Example
White with #2479A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2479A0; }
p { color: rgb(36,121,160); }
H1.HeaderClassName
{
color: #2479A0;
}
.AnyTagClassName
{
color: #2479A0;
}
</style>
background-color css
<style>
a { background-color: #2479A0; }
a { background-color: rgb(36,121,160); }
div.DivClassName
{
background-color: #2479A0;
}
.BgClassName
{
background-color: #2479A0;
}
</style>
border-color css
<style>
span { border-color: #2479A0; }
span { border-color: rgb(36,121,160); }
td.TdClassName
{
border-color: #2479A0;
}
.TagClassName
{
border-color: #2479A0;
}
</style>