#2E6AB4

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

Shades of Lochmara #2E6AB4

Tints of Lochmara #2E6AB4

Color information

#2E6AB4 (or 0x2E6AB4) is unknown color: approx Lochmara. HEX triplet: 2E, 6A and B4. RGB value is (46,106,180). Sum of RGB (Red+Green+Blue) = 46+106+180=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #2E6AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6AB4 is #D1954B. Grayscale: #606060. Windows color (decimal): -13735244 or 11823662. OLE color: 11823662.

HSL color Cylindrical-coordinate representation of color #2E6AB4: hue angle of 213.13º 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 #2E6AB4 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB46106180-
CMYK0.740.4100.29
HSL213.13º59.29%44.31%-
HSV(B)213.13º74.44%70.59%-
XYZ14.5214.1845.15-
YUV96.5175.1291.98-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.86%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=13.86%
G=31.93%
B=54.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal461061800.740.4100.29213.1359.2944.31
Hex2E6AB44A2901Dd53b2c
Octal56152264112510353257354
Binary101110110101010110100100101010100101110111010101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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