#2E71B4

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

Shades of Lochmara #2E71B4

Tints of Lochmara #2E71B4

Color information

#2E71B4 (or 0x2E71B4) is unknown color: approx Lochmara. HEX triplet: 2E, 71 and B4. RGB value is (46,113,180). Sum of RGB (Red+Green+Blue) = 46+113+180=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E71B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E71B4 is #D18E4B. Grayscale: #646464. Windows color (decimal): -13733452 or 11825454. OLE color: 11825454.

HSL color Cylindrical-coordinate representation of color #2E71B4: hue angle of 210º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E71B4 is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46113180-
CMYK0.740.3700.29
HSL210º59.29%44.31%-
HSV(B)210º74.44%70.59%-
XYZ15.2715.6945.4-
YUV100.6172.889.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.57%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=13.57%
G=33.33%
B=53.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461131800.740.3700.2921059.2944.31
Hex2E71B44A2501Dd23b2c
Octal56161264112450353227354
Binary101110111000110110100100101010010101110111010010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E71B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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