Html Css Color HEX #2E749D Lochmara

📋 copy color: '#2E749D'

red 46 ◦ green 116 ◦ blue 157

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

Shades of Lochmara #2E749D

Tints of Lochmara #2E749D

RGB

 RED value IS 46 (18.36% from 255) = 14.42%

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 14.42%
G = 36.36%
B = 49.22%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2E749D (or 0x2E749D) is known color: Lochmara. HEX triplet: 2E, 74 and 9D. RGB value is (46,116,157). Sum of RGB (Red+Green+Blue) = 46+116+157=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E749D is #D18B62. Grayscale: #636363. Windows color (decimal): -13732707 or 10318894. OLE color: 10318894.

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

Color convert

RGB 46 116 157 -
CMYK 0.71 0.26 0 0.38
HSL 202.16º 0.55% 0.4% -
HSV(B) 202.16º 0.71% 0.62% -
XYZ 13.46 15.51 34.18 -
YUV 99.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 46 116 157 0.71 0.26 0 0.38 202.16 0.55 0.4
Hex 2E 74 9D 47 1A 0 26 CA 37 28
Octal 56 164 235 107 32 0 46 312 67 50
Binary 101110 1110100 10011101 1000111 11010 0 100110 11001010 110111 101000

Color Harmonies of #2E749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E749D

Black with #2E749D

Text Example


Text Example

White with #2E749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E749D;
 }
 .AnyTagClassName
 {
   color: #2E749D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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