COLOR #3E7894

HEX: #3E7894 RGB: (62,120,148)

Color info

#3E7894 contains mainly green and blue colors. Web safe color of #3E7894 is #336699 (or #369).

RGB color model

#3E7894 color RGB value is (62,120,148).

RGB: (62,120,148) (24%, 47%, 58%)

RGB channels and saturation

R 62 of 255 = 24%
G 120 of 255 = 47%
B 148 of 255 = 58%

62
120
148

R + G + B ~ 43%. #3E7894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 62 + 120 + 148 = 330 (100%)
R 62 of 330 ~ 18.79%
G 120 of 330 ~ 36.36%
B 148 of 330 ~ 44.85'%

%18.79
%36.36
%44.85

CMYK color model

#3E7894 color CMYK value is (58,19,0,42).

  • cyan value is 58.11%
  • magenta value is 18.92%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (58,19,0,42)
C58M19Y0K42 (58%, 19%, 0%, 42%)
(0.58 / 0.19 / 0.00 / 0.42)

CMYK percentages

%58.11
%18.92
%0
%41.96

Codes

Color #3E7894 in popluar color models

3E 78 94
RGB 62 120 148
HSL 200° 40.95% 41.18%
HSB/HSV 200° 58.11% 58.04%
CMYK 58.11% 18.92% 0.00%
41.96%

Color #3E7894 in popluar number systems.

HEX 3E 78 94
Decimal 62 120 148
Binary 111110 1111000 10010100
Octal 76 170 224

Shades and tints

Shades of #3E7894

#3E7894
(62,120,148)
#396E87
(57,110,135)
#34647A
(52,100,122)
#2F5A6D
(47,90,109)
#2A5060
(42,80,96)
#254653
(37,70,83)
#203C46
(32,60,70)
#1B3239
(27,50,57)
#16282C
(22,40,44)
#111E1F
(17,30,31)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #3E7894

#3E7894
(62,120,148)
#4F849D
(79,132,157)
#6090A6
(96,144,166)
#719CAF
(113,156,175)
#82A8B8
(130,168,184)
#93B4C1
(147,180,193)
#A4C0CA
(164,192,202)
#B5CCD3
(181,204,211)
#C6D8DC
(198,216,220)
#D7E4E5
(215,228,229)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7894 color. Also use rgb(62,120,148) instead hex code.

Text Font Color

.myTextColor { color: #3E7894; }

<p style="color:#3E7894">This sample text font color is #3E7894.</p>

This text font color is #3E7894.

Background Color

.myBgColor { background-color: #3E7894; }

<div style="background-color:#3E7894">Inner text</div>

This div background color is #3E7894.

Border color

.myBorderColor { border: 1px solid #3E7894; }

<div style="border:3px solid #3E7894">Div</div>

This div border color is #3E7894.

Opacity

.myOpacity80 { color: #3E7894; opacity: 0.8; }

<p style="color:#3E7894;opacity:0.8;">80%</p>

Text with #3E7894 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3E7894;}

<p style="text-shadow: 3px 3px 1px #3E7894">Text here.</p>

This text has shadow with #3E7894 color.


.textShadow {text-shadow: 3px 3px 1px #3E7894', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3E7894, 5px 5px 20px red">Text here.</p>

This text has shadow with #3E7894 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3E7894, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3E7894, Direction=45, Strength=4)">Text</p>

This text has shadow with #3E7894 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3E7894;
-webkit-box-shadow: 1px 1px 3px 2px #3E7894;
box-shadow: 1px 1px 3px 2px #3E7894;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3E7894; -webkit-box-shadow: 1px 1px 3px 2px #3E7894; box-shadow:1px 1px 3px 2px #3E7894;">
Div content here
</div>

This div box has shadow with color #3E7894.

Preview

Color preview on black background

This text has color #3E7894 on black background.


Color preview on white background

This text has color #3E7894 on white background.


Black color preview on #3E7894 background

This text has black color on #3E7894 background.


White color preview on #3E7894 background

This text has white color on #3E7894 background.


Related colors

Complementary color

Complementary color for #hex is #C1876B.


I love getcolorcode.com

Triadic colors

1 #943E78 and #78943E with #3E7894 are triadic colors.

2 #94783E and #783E94 with #3E7894 are triadic colors.