Shades of Lochmara #2076AE
Tints of Lochmara #2076AE
RGB
CMYK
RGB Variations
Color information
#2076AE (or 0x2076AE) is known color: Lochmara. HEX triplet: 20, 76 and AE. RGB value is (32,118,174). Sum of RGB (Red+Green+Blue) = 32+118+174=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #2076AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2076AE is #DF8951. Grayscale: #626262. Windows color (decimal): -14649682 or 11433504. OLE color: 11433504.
HSL color Cylindrical-coordinate representation of color #2076AE: hue angle of 203.66º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2076AE is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 118 | 174 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.32 |
| HSL | 203.66º | 0.69% | 0.4% | - |
| HSV(B) | 203.66º | 0.82% | 0.68% | - |
| XYZ | 14.71 | 16.32 | 42.42 | - |
| YUV | 98.67 | 170.51 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 174 | 0.82 | 0.32 | 0 | 0.32 | 203.66 | 0.69 | 0.4 |
| Hex | 20 | 76 | AE | 52 | 20 | 0 | 20 | CC | 45 | 28 |
| Octal | 40 | 166 | 256 | 122 | 40 | 0 | 40 | 314 | 105 | 50 |
| Binary | 100000 | 1110110 | 10101110 | 1010010 | 100000 | 0 | 100000 | 11001100 | 1000101 | 101000 |
Color Harmonies of #2076AE
Complementary color
Monochromatic Colors of #2076AE
Black with #2076AE
Text Example
Text Example
White with #2076AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2076AE; }
p { color: rgb(32,118,174); }
H1.HeaderClassName
{
color: #2076AE;
}
.AnyTagClassName
{
color: #2076AE;
}
</style>
background-color css
<style>
a { background-color: #2076AE; }
a { background-color: rgb(32,118,174); }
div.DivClassName
{
background-color: #2076AE;
}
.BgClassName
{
background-color: #2076AE;
}
</style>
border-color css
<style>
span { border-color: #2076AE; }
span { border-color: rgb(32,118,174); }
td.TdClassName
{
border-color: #2076AE;
}
.TagClassName
{
border-color: #2076AE;
}
</style>