#2E6FA3

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

Shades of Lochmara #2E6FA3

Tints of Lochmara #2E6FA3

Color information

#2E6FA3 (or 0x2E6FA3) is unknown color: approx Lochmara. HEX triplet: 2E, 6F and A3. RGB value is (46,111,163). Sum of RGB (Red+Green+Blue) = 46+111+163=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #2E6FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6FA3 is #D1905C. Grayscale: #616161. Windows color (decimal): -13733981 or 10710830. OLE color: 10710830.

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

Color convert

RGB46111163-
CMYK0.720.3200.36
HSL206.67º55.98%40.98%-
HSV(B)206.67º71.78%63.92%-
XYZ13.4214.5936.76-
YUV97.49164.9791.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 163 (64.06% from 255) = 50.94%
R=14.38%
G=34.69%
B=50.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal461111630.720.3200.36206.6755.9840.98
Hex2E6FA34820024cf3829
Octal56157243110400443177051
Binary1011101101111101000111001000100000010010011001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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