#2770A1

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

Shades of Lochmara #2770A1

Tints of Lochmara #2770A1

Color information

#2770A1 (or 0x2770A1) is unknown color: approx Lochmara. HEX triplet: 27, 70 and A1. RGB value is (39,112,161). Sum of RGB (Red+Green+Blue) = 39+112+161=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 161 (63.28% from 255 or 51.60% from 312); Max value from RGB is 161 - color contains mainly: blue. Hex color #2770A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2770A1 is #D88F5E. Grayscale: #5F5F5F. Windows color (decimal): -14192479 or 10580007. OLE color: 10580007.

HSL color Cylindrical-coordinate representation of color #2770A1: hue angle of 204.1º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2770A1 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB39112161-
CMYK0.760.3000.37
HSL204.1º61%39.22%-
HSV(B)204.1º75.78%63.14%-
XYZ13.0614.5935.85-
YUV95.76164.8287.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.5%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 161 (63.28% from 255) = 51.60%
R=12.5%
G=35.90%
B=51.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391121610.760.3000.37204.16139.22
Hex2770A14C1E025cc3d27
Octal47160241114360453147547
Binary100111111000010100001100110011110010010111001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2770A1; }

 p { color: rgb(39,112,161); }

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

<style>
 a { background-color: #2770A1; }

 a { background-color: rgb(39,112,161); }

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

<style>
 span { border-color: #2770A1; }

 span { border-color: rgb(39,112,161); }

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