#2E659E

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

Shades of Lochmara #2E659E

Tints of Lochmara #2E659E

Color information

#2E659E (or 0x2E659E) is unknown color: approx Lochmara. HEX triplet: 2E, 65 and 9E. RGB value is (46,101,158). Sum of RGB (Red+Green+Blue) = 46+101+158=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #2E659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E659E is #D19A61. Grayscale: #5A5A5A. Windows color (decimal): -13736546 or 10380590. OLE color: 10380590.

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

Color convert

RGB46101158-
CMYK0.710.3600.38
HSL210.54º54.9%40%-
HSV(B)210.54º70.89%61.96%-
XYZ11.9512.3634.1-
YUV91.05165.7895.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.08%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=15.08%
G=33.11%
B=51.80%

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
Decimal461011580.710.3600.38210.5454.940
Hex2E659E4724026d33728
Octal56145236107440463236750
Binary1011101100101100111101000111100100010011011010011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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