#2E659F

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

Shades of Lochmara #2E659F

Tints of Lochmara #2E659F

Color information

#2E659F (or 0x2E659F) is unknown color: approx Lochmara. HEX triplet: 2E, 65 and 9F. RGB value is (46,101,159). Sum of RGB (Red+Green+Blue) = 46+101+159=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E659F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E659F is #D19A60. Grayscale: #5A5A5A. Windows color (decimal): -13736545 or 10446126. OLE color: 10446126.

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

Color convert

RGB46101159-
CMYK0.710.3600.38
HSL210.8º55.12%40.2%-
HSV(B)210.8º71.07%62.35%-
XYZ12.0412.3934.56-
YUV91.17166.2895.78-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=15.03%
G=33.01%
B=51.96%

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
Decimal461011590.710.3600.38210.855.1240.2
Hex2E659F4724026d33728
Octal56145237107440463236750
Binary1011101100101100111111000111100100010011011010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,101,159); }

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

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

 a { background-color: rgb(46,101,159); }

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

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

 span { border-color: rgb(46,101,159); }

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