#2770AE

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

Shades of Lochmara #2770AE

Tints of Lochmara #2770AE

Color information

#2770AE (or 0x2770AE) is unknown color: approx Lochmara. HEX triplet: 27, 70 and AE. RGB value is (39,112,174). Sum of RGB (Red+Green+Blue) = 39+112+174=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #2770AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2770AE is #D88F51. Grayscale: #606060. Windows color (decimal): -14192466 or 11431975. OLE color: 11431975.

HSL color Cylindrical-coordinate representation of color #2770AE: hue angle of 207.56º 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 #2770AE is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39112174-
CMYK0.780.3600.32
HSL207.56º63.38%41.76%-
HSV(B)207.56º77.59%68.24%-
XYZ14.2715.0842.2-
YUV97.24171.3286.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=12%
G=34.46%
B=53.54%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391121740.780.3600.32207.5663.3841.76
Hex2770AE4E24020d03f2a
Octal47160256116440403207752
Binary1001111110000101011101001110100100010000011010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2770AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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