Shades of Lochmara #2979A0
Tints of Lochmara #2979A0
RGB
CMYK
RGB Variations
Color information
#2979A0 (or 0x2979A0) is known color: Lochmara. HEX triplet: 29, 79 and A0. RGB value is (41,121,160). Sum of RGB (Red+Green+Blue) = 41+121+160=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #2979A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2979A0 is #D6865F. Grayscale: #656565. Windows color (decimal): -14059104 or 10516777. OLE color: 10516777.
HSL color Cylindrical-coordinate representation of color #2979A0: hue angle of 199.66º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2979A0 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 121 | 160 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.37 |
| HSL | 199.66º | 0.59% | 0.39% | - |
| HSV(B) | 199.66º | 0.74% | 0.63% | - |
| XYZ | 14.1 | 16.68 | 35.74 | - |
| YUV | 101.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 121 | 160 | 0.74 | 0.24 | 0 | 0.37 | 199.66 | 0.59 | 0.39 |
| Hex | 29 | 79 | A0 | 4A | 18 | 0 | 25 | C8 | 3B | 27 |
| Octal | 51 | 171 | 240 | 112 | 30 | 0 | 45 | 310 | 73 | 47 |
| Binary | 101001 | 1111001 | 10100000 | 1001010 | 11000 | 0 | 100101 | 11001000 | 111011 | 100111 |
Color Harmonies of #2979A0
Complementary color
Monochromatic Colors of #2979A0
Black with #2979A0
Text Example
Text Example
White with #2979A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2979A0; }
p { color: rgb(41,121,160); }
H1.HeaderClassName
{
color: #2979A0;
}
.AnyTagClassName
{
color: #2979A0;
}
</style>
background-color css
<style>
a { background-color: #2979A0; }
a { background-color: rgb(41,121,160); }
div.DivClassName
{
background-color: #2979A0;
}
.BgClassName
{
background-color: #2979A0;
}
</style>
border-color css
<style>
span { border-color: #2979A0; }
span { border-color: rgb(41,121,160); }
td.TdClassName
{
border-color: #2979A0;
}
.TagClassName
{
border-color: #2979A0;
}
</style>