Shades of Lochmara #2770AA
Tints of Lochmara #2770AA
RGB
CMYK
RGB Variations
Color information
#2770AA (or 0x2770AA) is known color: Lochmara. HEX triplet: 27, 70 and AA. RGB value is (39,112,170). Sum of RGB (Red+Green+Blue) = 39+112+170=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 112 (44.14% from 255 or 34.89% 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 #2770AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2770AA is #D88F55. Grayscale: #606060. Windows color (decimal): -14192470 or 11169831. OLE color: 11169831.
HSL color Cylindrical-coordinate representation of color #2770AA: hue angle of 206.56º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2770AA is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 112 | 170 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.33 |
| HSL | 206.56º | 0.63% | 0.41% | - |
| HSV(B) | 206.56º | 0.77% | 0.67% | - |
| XYZ | 13.89 | 14.92 | 40.18 | - |
| YUV | 96.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 112 | 170 | 0.77 | 0.34 | 0 | 0.33 | 206.56 | 0.63 | 0.41 |
| Hex | 27 | 70 | AA | 4D | 22 | 0 | 21 | CF | 3F | 29 |
| Octal | 47 | 160 | 252 | 115 | 42 | 0 | 41 | 317 | 77 | 51 |
| Binary | 100111 | 1110000 | 10101010 | 1001101 | 100010 | 0 | 100001 | 11001111 | 111111 | 101001 |
Color Harmonies of #2770AA
Complementary color
Monochromatic Colors of #2770AA
Black with #2770AA
Text Example
Text Example
White with #2770AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2770AA; }
p { color: rgb(39,112,170); }
H1.HeaderClassName
{
color: #2770AA;
}
.AnyTagClassName
{
color: #2770AA;
}
</style>
background-color css
<style>
a { background-color: #2770AA; }
a { background-color: rgb(39,112,170); }
div.DivClassName
{
background-color: #2770AA;
}
.BgClassName
{
background-color: #2770AA;
}
</style>
border-color css
<style>
span { border-color: #2770AA; }
span { border-color: rgb(39,112,170); }
td.TdClassName
{
border-color: #2770AA;
}
.TagClassName
{
border-color: #2770AA;
}
</style>