Shades of Lochmara #2971AF
Tints of Lochmara #2971AF
RGB
CMYK
RGB Variations
Color information
#2971AF (or 0x2971AF) is known color: Lochmara. HEX triplet: 29, 71 and AF. RGB value is (41,113,175). Sum of RGB (Red+Green+Blue) = 41+113+175=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #2971AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2971AF is #D68E50. Grayscale: #626262. Windows color (decimal): -14061137 or 11497769. OLE color: 11497769.
HSL color Cylindrical-coordinate representation of color #2971AF: hue angle of 207.76º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2971AF is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 113 | 175 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.31 |
| HSL | 207.76º | 0.62% | 0.42% | - |
| HSV(B) | 207.76º | 0.77% | 0.69% | - |
| XYZ | 14.56 | 15.38 | 42.76 | - |
| YUV | 98.54 | 171.15 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 175 | 0.77 | 0.35 | 0 | 0.31 | 207.76 | 0.62 | 0.42 |
| Hex | 29 | 71 | AF | 4D | 23 | 0 | 1F | D0 | 3E | 2A |
| Octal | 51 | 161 | 257 | 115 | 43 | 0 | 37 | 320 | 76 | 52 |
| Binary | 101001 | 1110001 | 10101111 | 1001101 | 100011 | 0 | 11111 | 11010000 | 111110 | 101010 |
Color Harmonies of #2971AF
Complementary color
Monochromatic Colors of #2971AF
Black with #2971AF
Text Example
Text Example
White with #2971AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971AF; }
p { color: rgb(41,113,175); }
H1.HeaderClassName
{
color: #2971AF;
}
.AnyTagClassName
{
color: #2971AF;
}
</style>
background-color css
<style>
a { background-color: #2971AF; }
a { background-color: rgb(41,113,175); }
div.DivClassName
{
background-color: #2971AF;
}
.BgClassName
{
background-color: #2971AF;
}
</style>
border-color css
<style>
span { border-color: #2971AF; }
span { border-color: rgb(41,113,175); }
td.TdClassName
{
border-color: #2971AF;
}
.TagClassName
{
border-color: #2971AF;
}
</style>