Shades of Lochmara #2C71AB
Tints of Lochmara #2C71AB
RGB
CMYK
RGB Variations
Color information
#2C71AB (or 0x2C71AB) is known color: Lochmara. HEX triplet: 2C, 71 and AB. RGB value is (44,113,171). Sum of RGB (Red+Green+Blue) = 44+113+171=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C71AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C71AB is #D38E54. Grayscale: #626262. Windows color (decimal): -13864533 or 11235628. OLE color: 11235628.
HSL color Cylindrical-coordinate representation of color #2C71AB: hue angle of 207.4º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C71AB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 113 | 171 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.33 |
| HSL | 207.4º | 0.59% | 0.42% | - |
| HSV(B) | 207.4º | 0.74% | 0.67% | - |
| XYZ | 14.29 | 15.29 | 40.73 | - |
| YUV | 98.98 | 168.64 | 88.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 113 | 171 | 0.74 | 0.34 | 0 | 0.33 | 207.4 | 0.59 | 0.42 |
| Hex | 2C | 71 | AB | 4A | 22 | 0 | 21 | CF | 3B | 2A |
| Octal | 54 | 161 | 253 | 112 | 42 | 0 | 41 | 317 | 73 | 52 |
| Binary | 101100 | 1110001 | 10101011 | 1001010 | 100010 | 0 | 100001 | 11001111 | 111011 | 101010 |
Color Harmonies of #2C71AB
Complementary color
Monochromatic Colors of #2C71AB
Black with #2C71AB
Text Example
Text Example
White with #2C71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C71AB; }
p { color: rgb(44,113,171); }
H1.HeaderClassName
{
color: #2C71AB;
}
.AnyTagClassName
{
color: #2C71AB;
}
</style>
background-color css
<style>
a { background-color: #2C71AB; }
a { background-color: rgb(44,113,171); }
div.DivClassName
{
background-color: #2C71AB;
}
.BgClassName
{
background-color: #2C71AB;
}
</style>
border-color css
<style>
span { border-color: #2C71AB; }
span { border-color: rgb(44,113,171); }
td.TdClassName
{
border-color: #2C71AB;
}
.TagClassName
{
border-color: #2C71AB;
}
</style>