#2E7AA3

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

Shades of Lochmara #2E7AA3

Tints of Lochmara #2E7AA3

Color information

#2E7AA3 (or 0x2E7AA3) is unknown color: approx Lochmara. HEX triplet: 2E, 7A and A3. RGB value is (46,122,163). Sum of RGB (Red+Green+Blue) = 46+122+163=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #2E7AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7AA3 is #D1855C. Grayscale: #676767. Windows color (decimal): -13731165 or 10713646. OLE color: 10713646.

HSL color Cylindrical-coordinate representation of color #2E7AA3: hue angle of 201.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E7AA3 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB46122163-
CMYK0.720.2500.36
HSL201.03º55.98%40.98%-
HSV(B)201.03º71.78%63.92%-
XYZ14.717.1437.18-
YUV103.95161.3286.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.90%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 163 (64.06% from 255) = 49.24%
R=13.90%
G=36.86%
B=49.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461221630.720.2500.36201.0355.9840.98
Hex2E7AA34819024c93829
Octal56172243110310443117051
Binary101110111101010100011100100011001010010011001001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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