#2771AE

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

Shades of Lochmara #2771AE

Tints of Lochmara #2771AE

Color information

#2771AE (or 0x2771AE) is unknown color: approx Lochmara. HEX triplet: 27, 71 and AE. RGB value is (39,113,174). Sum of RGB (Red+Green+Blue) = 39+113+174=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #2771AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2771AE is #D88E51. Grayscale: #616161. Windows color (decimal): -14192210 or 11432231. OLE color: 11432231.

HSL color Cylindrical-coordinate representation of color #2771AE: hue angle of 207.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2771AE is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39113174-
CMYK0.780.3500.32
HSL207.11º63.38%41.76%-
HSV(B)207.11º77.59%68.24%-
XYZ14.3815.342.24-
YUV97.83170.9886.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.96%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=11.96%
G=34.66%
B=53.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391131740.780.3500.32207.1163.3841.76
Hex2771AE4E23020cf3f2a
Octal47161256116430403177752
Binary1001111110001101011101001110100011010000011001111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2771AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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