COLOR #3E5591

HEX: #3E5591 RGB: (62,85,145)

Color info

#3E5591 contains mainly blue color. Web safe color of #3E5591 is #336699 (or #369).

RGB color model

#3E5591 color RGB value is (62,85,145).

RGB: (62,85,145) (24%, 33%, 57%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 145 of 255 = 57%

62
85
145

R + G + B ~ 38%. #3E5591 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 145 = 292 (100%)
R 62 of 292 ~ 21.23%
G 85 of 292 ~ 29.11%
B 145 of 292 ~ 49.66'%

%21.23
%29.11
%49.66

CMYK color model

#3E5591 color CMYK value is (57,41,0,43).

  • cyan value is 57.24%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (57,41,0,43)
C57M41Y0K43 (57%, 41%, 0%, 43%)
(0.57 / 0.41 / 0.00 / 0.43)

CMYK percentages

%57.24
%41.38
%0
%43.14

Codes

Color #3E5591 in popluar color models

3E 55 91
RGB 62 85 145
HSL 223° 40.10% 40.59%
HSB/HSV 223° 57.24% 56.86%
CMYK 57.24% 41.38% 0.00%
43.14%

Color #3E5591 in popluar number systems.

HEX 3E 55 91
Decimal 62 85 145
Binary 111110 1010101 10010001
Octal 76 125 221

Shades and tints

Shades of #3E5591

#3E5591
(62,85,145)
#394E84
(57,78,132)
#344777
(52,71,119)
#2F406A
(47,64,106)
#2A395D
(42,57,93)
#253250
(37,50,80)
#202B43
(32,43,67)
#1B2436
(27,36,54)
#161D29
(22,29,41)
#11161C
(17,22,28)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #3E5591

#3E5591
(62,85,145)
#4F649B
(79,100,155)
#6073A5
(96,115,165)
#7182AF
(113,130,175)
#8291B9
(130,145,185)
#93A0C3
(147,160,195)
#A4AFCD
(164,175,205)
#B5BED7
(181,190,215)
#C6CDE1
(198,205,225)
#D7DCEB
(215,220,235)
#E8EBF5
(232,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5591 color. Also use rgb(62,85,145) instead hex code.

Text Font Color

.myTextColor { color: #3E5591; }

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

This text font color is #3E5591.

Background Color

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

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

This div background color is #3E5591.

Border color

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

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

This div border color is #3E5591.

Opacity

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

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

Text with #3E5591 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 #3E5591;}

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

This text has shadow with #3E5591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5591.

Preview

Color preview on black background

This text has color #3E5591 on black background.


Color preview on white background

This text has color #3E5591 on white background.


Black color preview on #3E5591 background

This text has black color on #3E5591 background.


White color preview on #3E5591 background

This text has white color on #3E5591 background.


Related colors

Complementary color

Complementary color for #hex is #C1AA6E.


I love getcolorcode.com

Triadic colors

1 #913E55 and #55913E with #3E5591 are triadic colors.

2 #91553E and #553E91 with #3E5591 are triadic colors.