#2E7AAC

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

Shades of Lochmara #2E7AAC

Tints of Lochmara #2E7AAC

Color information

#2E7AAC (or 0x2E7AAC) is unknown color: approx Lochmara. HEX triplet: 2E, 7A and AC. RGB value is (46,122,172). Sum of RGB (Red+Green+Blue) = 46+122+172=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E7AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7AAC is #D18553. Grayscale: #686868. Windows color (decimal): -13731156 or 11303470. OLE color: 11303470.

HSL color Cylindrical-coordinate representation of color #2E7AAC: hue angle of 203.81º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E7AAC is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46122172-
CMYK0.730.2900.33
HSL203.81º57.8%42.75%-
HSV(B)203.81º73.26%67.45%-
XYZ15.5317.4841.58-
YUV104.98165.8285.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=13.53%
G=35.88%
B=50.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461221720.730.2900.33203.8157.842.75
Hex2E7AAC491D021cc3a2b
Octal56172254111350413147253
Binary101110111101010101100100100111101010000111001100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7AAC; }

 p { color: rgb(46,122,172); }

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

<style>
 a { background-color: #2E7AAC; }

 a { background-color: rgb(46,122,172); }

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

<style>
 span { border-color: #2E7AAC; }

 span { border-color: rgb(46,122,172); }

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