#2774AA

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

Shades of Lochmara #2774AA

Tints of Lochmara #2774AA

Color information

#2774AA (or 0x2774AA) is unknown color: approx Lochmara. HEX triplet: 27, 74 and AA. RGB value is (39,116,170). Sum of RGB (Red+Green+Blue) = 39+116+170=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #2774AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2774AA is #D88B55. Grayscale: #626262. Windows color (decimal): -14191446 or 11170855. OLE color: 11170855.

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

Color convert

RGB39116170-
CMYK0.770.3200.33
HSL204.73º62.68%40.98%-
HSV(B)204.73º77.06%66.67%-
XYZ14.3415.8240.33-
YUV99.13167.9985.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=12%
G=35.69%
B=52.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391161700.770.3200.33204.7362.6840.98
Hex2774AA4D20021cd3f29
Octal47164252115400413157751
Binary1001111110100101010101001101100000010000111001101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2774AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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