Html Css Color HEX #2E7396 Lochmara

📋 copy color: '#2E7396'

red 46 ◦ green 115 ◦ blue 150

#2E7396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #2E7396

Tints of Lochmara #2E7396

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 value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2E7396 (or 0x2E7396) is known color: 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

RGB 46 115 150 -
CMYK 0.69 0.23 0 0.41
HSL 200.19º 0.53% 0.38% -
HSV(B) 200.19º 0.69% 0.59% -
XYZ 12.76 15.04 31.09 -
YUV 98.36 157.14 90.65 -
System Red Green Blue C M Y K H S L
Decimal 46 115 150 0.69 0.23 0 0.41 200.19 0.53 0.38
Hex 2E 73 96 45 17 0 29 C8 35 26
Octal 56 163 226 105 27 0 51 310 65 46
Binary 101110 1110011 10010110 1000101 10111 0 101001 11001000 110101 100110

Color Harmonies of #2E7396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7396

Black with #2E7396

Text Example


Text Example

White with #2E7396

Text Example


Text Example

HTML Codes & Css Web 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>