#2E71A4

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

Shades of Lochmara #2E71A4

Tints of Lochmara #2E71A4

Color information

#2E71A4 (or 0x2E71A4) is unknown color: approx Lochmara. HEX triplet: 2E, 71 and A4. RGB value is (46,113,164). Sum of RGB (Red+Green+Blue) = 46+113+164=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 164 (64.45% from 255 or 50.77% from 323); Max value from RGB is 164 - color contains mainly: blue. Hex color #2E71A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E71A4 is #D18E5B. Grayscale: #626262. Windows color (decimal): -13733468 or 10776878. OLE color: 10776878.

HSL color Cylindrical-coordinate representation of color #2E71A4: hue angle of 205.93º 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 #2E71A4 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB46113164-
CMYK0.720.3100.36
HSL205.93º56.19%41.18%-
HSV(B)205.93º71.95%64.31%-
XYZ13.7315.0737.31-
YUV98.78164.890.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.24%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 164 (64.45% from 255) = 50.77%
R=14.24%
G=34.98%
B=50.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461131640.720.3100.36205.9356.1941.18
Hex2E71A4481F024ce3829
Octal56161244110370443167051
Binary101110111000110100100100100011111010010011001110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,164); }

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

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

 a { background-color: rgb(46,113,164); }

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

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

 span { border-color: rgb(46,113,164); }

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