#2772AA

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

Shades of Lochmara #2772AA

Tints of Lochmara #2772AA

Color information

#2772AA (or 0x2772AA) is unknown color: approx Lochmara. HEX triplet: 27, 72 and AA. RGB value is (39,114,170). Sum of RGB (Red+Green+Blue) = 39+114+170=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #2772AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2772AA is #D88D55. Grayscale: #616161. Windows color (decimal): -14191958 or 11170343. OLE color: 11170343.

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

Color convert

RGB39114170-
CMYK0.770.3300.33
HSL205.65º62.68%40.98%-
HSV(B)205.65º77.06%66.67%-
XYZ14.1115.3740.25-
YUV97.96168.6585.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=12.07%
G=35.29%
B=52.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391141700.770.3300.33205.6562.6840.98
Hex2772AA4D21021ce3f29
Octal47162252115410413167751
Binary1001111110010101010101001101100001010000111001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2772AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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