#2e649d

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

Shades of Lochmara #2E649D

Tints of Lochmara #2E649D

Color information

#2E649D (or 0x2E649D) is unknown color: approx Lochmara. HEX triplet: 2E, 64 and 9D. RGB value is (46,100,157). Sum of RGB (Red+Green+Blue) = 46+100+157=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E649D is #D19B62. Grayscale: #5A5A5A. Windows color (decimal): -13736803 or 10314798. OLE color: 10314798.

HSL color Cylindrical-coordinate representation of color #2E649D: hue angle of 210.81º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E649D is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB46100157-
CMYK0.710.3600.38
HSL210.81º54.68%39.8%-
HSV(B)210.81º70.7%61.57%-
XYZ11.7712.1333.62-
YUV90.35165.6196.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.18%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=15.18%
G=33.00%
B=51.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal461001570.710.3600.38210.8154.6839.8
Hex2E649D4724026d33728
Octal56144235107440463236750
Binary1011101100100100111011000111100100010011011010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e649d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,157); }

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

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

 a { background-color: rgb(46,100,157); }

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

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

 span { border-color: rgb(46,100,157); }

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