Shades of Lochmara #2978A1
Tints of Lochmara #2978A1
RGB
CMYK
RGB Variations
Color information
#2978A1 (or 0x2978A1) is known color: Lochmara. HEX triplet: 29, 78 and A1. RGB value is (41,120,161). Sum of RGB (Red+Green+Blue) = 41+120+161=322 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.73% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 161 (63.28% from 255 or 50% from 322); Max value from RGB is 161 - color contains mainly: blue. Hex color #2978A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2978A1 is #D6875E. Grayscale: #646464. Windows color (decimal): -14059359 or 10582057. OLE color: 10582057.
HSL color Cylindrical-coordinate representation of color #2978A1: hue angle of 200.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2978A1 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 120 | 161 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.37 |
| HSL | 200.5º | 0.59% | 0.4% | - |
| HSV(B) | 200.5º | 0.75% | 0.63% | - |
| XYZ | 14.06 | 16.48 | 36.16 | - |
| YUV | 101.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 120 | 161 | 0.75 | 0.25 | 0 | 0.37 | 200.5 | 0.59 | 0.4 |
| Hex | 29 | 78 | A1 | 4B | 19 | 0 | 25 | C8 | 3B | 28 |
| Octal | 51 | 170 | 241 | 113 | 31 | 0 | 45 | 310 | 73 | 50 |
| Binary | 101001 | 1111000 | 10100001 | 1001011 | 11001 | 0 | 100101 | 11001000 | 111011 | 101000 |
Color Harmonies of #2978A1
Complementary color
Monochromatic Colors of #2978A1
Black with #2978A1
Text Example
Text Example
White with #2978A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2978A1; }
p { color: rgb(41,120,161); }
H1.HeaderClassName
{
color: #2978A1;
}
.AnyTagClassName
{
color: #2978A1;
}
</style>
background-color css
<style>
a { background-color: #2978A1; }
a { background-color: rgb(41,120,161); }
div.DivClassName
{
background-color: #2978A1;
}
.BgClassName
{
background-color: #2978A1;
}
</style>
border-color css
<style>
span { border-color: #2978A1; }
span { border-color: rgb(41,120,161); }
td.TdClassName
{
border-color: #2978A1;
}
.TagClassName
{
border-color: #2978A1;
}
</style>