Shades of Lochmara #2071AA
Tints of Lochmara #2071AA
RGB
CMYK
RGB Variations
Color information
#2071AA (or 0x2071AA) is known color: Lochmara. HEX triplet: 20, 71 and AA. RGB value is (32,113,170). Sum of RGB (Red+Green+Blue) = 32+113+170=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #2071AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2071AA is #DF8E55. Grayscale: #5E5E5E. Windows color (decimal): -14650966 or 11170080. OLE color: 11170080.
HSL color Cylindrical-coordinate representation of color #2071AA: hue angle of 204.78º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2071AA is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 113 | 170 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.33 |
| HSL | 204.78º | 0.68% | 0.4% | - |
| HSV(B) | 204.78º | 0.81% | 0.67% | - |
| XYZ | 13.76 | 15.02 | 40.2 | - |
| YUV | 95.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 170 | 0.81 | 0.34 | 0 | 0.33 | 204.78 | 0.68 | 0.4 |
| Hex | 20 | 71 | AA | 51 | 22 | 0 | 21 | CD | 44 | 28 |
| Octal | 40 | 161 | 252 | 121 | 42 | 0 | 41 | 315 | 104 | 50 |
| Binary | 100000 | 1110001 | 10101010 | 1010001 | 100010 | 0 | 100001 | 11001101 | 1000100 | 101000 |
Color Harmonies of #2071AA
Complementary color
Monochromatic Colors of #2071AA
Black with #2071AA
Text Example
Text Example
White with #2071AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2071AA; }
p { color: rgb(32,113,170); }
H1.HeaderClassName
{
color: #2071AA;
}
.AnyTagClassName
{
color: #2071AA;
}
</style>
background-color css
<style>
a { background-color: #2071AA; }
a { background-color: rgb(32,113,170); }
div.DivClassName
{
background-color: #2071AA;
}
.BgClassName
{
background-color: #2071AA;
}
</style>
border-color css
<style>
span { border-color: #2071AA; }
span { border-color: rgb(32,113,170); }
td.TdClassName
{
border-color: #2071AA;
}
.TagClassName
{
border-color: #2071AA;
}
</style>