#2771A9

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

Shades of Lochmara #2771A9

Tints of Lochmara #2771A9

Color information

#2771A9 (or 0x2771A9) is unknown color: approx Lochmara. HEX triplet: 27, 71 and A9. RGB value is (39,113,169). Sum of RGB (Red+Green+Blue) = 39+113+169=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #2771A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2771A9 is #D88E56. Grayscale: #606060. Windows color (decimal): -14192215 or 11104551. OLE color: 11104551.

HSL color Cylindrical-coordinate representation of color #2771A9: hue angle of 205.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2771A9 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB39113169-
CMYK0.770.3300.34
HSL205.85º62.5%40.78%-
HSV(B)205.85º76.92%66.27%-
XYZ13.915.1139.72-
YUV97.26168.4886.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 113 (44.53% from 255) = 35.20%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=12.15%
G=35.20%
B=52.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal391131690.770.3300.34205.8562.540.78
Hex2771A94D21022ce3e29
Octal47161251115410423167651
Binary1001111110001101010011001101100001010001011001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2771A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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