Shades of Lochmara #2077AA
Tints of Lochmara #2077AA
RGB
CMYK
RGB Variations
Color information
#2077AA (or 0x2077AA) is known color: Lochmara. HEX triplet: 20, 77 and AA. RGB value is (32,119,170). Sum of RGB (Red+Green+Blue) = 32+119+170=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #2077AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2077AA is #DF8855. Grayscale: #626262. Windows color (decimal): -14649430 or 11171616. OLE color: 11171616.
HSL color Cylindrical-coordinate representation of color #2077AA: hue angle of 202.17º 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 #2077AA is Cyan = 0.81, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 119 | 170 | - |
| CMYK | 0.81 | 0.3 | 0 | 0.33 |
| HSL | 202.17º | 0.68% | 0.4% | - |
| HSV(B) | 202.17º | 0.81% | 0.67% | - |
| XYZ | 14.45 | 16.4 | 40.43 | - |
| YUV | 98.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 119 | 170 | 0.81 | 0.3 | 0 | 0.33 | 202.17 | 0.68 | 0.4 |
| Hex | 20 | 77 | AA | 51 | 1E | 0 | 21 | CA | 44 | 28 |
| Octal | 40 | 167 | 252 | 121 | 36 | 0 | 41 | 312 | 104 | 50 |
| Binary | 100000 | 1110111 | 10101010 | 1010001 | 11110 | 0 | 100001 | 11001010 | 1000100 | 101000 |
Color Harmonies of #2077AA
Complementary color
Monochromatic Colors of #2077AA
Black with #2077AA
Text Example
Text Example
White with #2077AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2077AA; }
p { color: rgb(32,119,170); }
H1.HeaderClassName
{
color: #2077AA;
}
.AnyTagClassName
{
color: #2077AA;
}
</style>
background-color css
<style>
a { background-color: #2077AA; }
a { background-color: rgb(32,119,170); }
div.DivClassName
{
background-color: #2077AA;
}
.BgClassName
{
background-color: #2077AA;
}
</style>
border-color css
<style>
span { border-color: #2077AA; }
span { border-color: rgb(32,119,170); }
td.TdClassName
{
border-color: #2077AA;
}
.TagClassName
{
border-color: #2077AA;
}
</style>