#2E7396

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

Shades of Lochmara #2E7396

Tints of Lochmara #2E7396

Color information

#2E7396 (or 0x2E7396) is unknown color: approx Lochmara. HEX triplet: 2E, 73 and 96. RGB value is (46,115,150). Sum of RGB (Red+Green+Blue) = 46+115+150=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E7396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E7396 is #D18C69. Grayscale: #626262. Windows color (decimal): -13732970 or 9859886. OLE color: 9859886.

HSL color Cylindrical-coordinate representation of color #2E7396: hue angle of 200.19º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7396 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB46115150-
CMYK0.690.2300.41
HSL200.19º53.06%38.43%-
HSV(B)200.19º69.33%58.82%-
XYZ12.7615.0431.09-
YUV98.36157.1490.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.79%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=14.79%
G=36.98%
B=48.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal461151500.690.2300.41200.1953.0638.43
Hex2E73964517029c83526
Octal56163226105270513106546
Binary101110111001110010110100010110111010100111001000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,115,150); }

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

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

 a { background-color: rgb(46,115,150); }

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

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

 span { border-color: rgb(46,115,150); }

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