#2771AA

Color #2771AA Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2771AA

Tints of Lochmara #2771AA

Color information

#2771AA (or 0x2771AA) is unknown color: approx Lochmara. HEX triplet: 27, 71 and AA. RGB value is (39,113,170). Sum of RGB (Red+Green+Blue) = 39+113+170=322 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.11% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #2771AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2771AA is #D88E55. Grayscale: #616161. Windows color (decimal): -14192214 or 11170087. OLE color: 11170087.

HSL color Cylindrical-coordinate representation of color #2771AA: hue angle of 206.11º 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 #2771AA is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39113170-
CMYK0.770.3400.33
HSL206.11º62.68%40.98%-
HSV(B)206.11º77.06%66.67%-
XYZ1415.1440.22-
YUV97.37168.9886.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 12.11%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=12.11%
G=35.09%
B=52.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391131700.770.3400.33206.1162.6840.98
Hex2771AA4D22021ce3f29
Octal47161252115420413167751
Binary1001111110001101010101001101100010010000111001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2771AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2771AA; }

 p { color: rgb(39,113,170); }

 H1.HeaderClassName
 {
   color: #2771AA;
 }
 .AnyTagClassName
 {
   color: #2771AA;
 }
</style>
background-color css

<style>
 a { background-color: #2771AA; }

 a { background-color: rgb(39,113,170); }

 div.DivClassName
 {
   background-color: #2771AA;
 }
 .BgClassName
 {
   background-color: #2771AA;
 }
</style>
border-color css

<style>
 span { border-color: #2771AA; }

 span { border-color: rgb(39,113,170); }

 td.TdClassName
 {
   border-color: #2771AA;
 }
 .TagClassName
 {
   border-color: #2771AA;
 }
</style>