COLOR #3E3A89

HEX: #3E3A89
RGB: (62,58,137)

Color info

#3E3A89 contains mainly blue color. Web safe color of #3E3A89 is #333399 (or #339).

RGB color model

#3E3A89 color RGB value is (62,58,137).

  • red value is 62;
  • green value is 58;
  • blue value is 137.
RGB:
(62,58,137)
(24%,23%,54%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 137 of 255 = 54%

62
58
137

R + G + B ~ 34%. #3E3A89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 58 + 137 = 257 (100%)
R 62 of 257 ~ 24.12%
G 58 of 257 ~ 22.57%
B 137 of 257 ~ 53.31%

%24.12
%22.57
%53.31

CMYK color model

#3E3A89 color CMYK value is (55,58,0,46).

  • cyan value is 54.74%
  • magenta value is 57.66%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(55,58,0,46)
C55M58Y0K46 
(55%,58%,0%,46%)
(0.55/0.58/0.00/0.46)	

CMYK percentages

%54.74
%57.66
%0
%46.27

Codes

Color #3E3A89 in popluar color models

3E3A89
RGB6258137
HSL243°40.51%38.24%
HSB/HSV243°57.66%53.73%
CMYK54.74%57.66%0.00%
46.27%

Color #3E3A89 in popluar number systems.

HEX3E3A89
Decimal6258137
Binary11111011101010001001
Octal7672211

Shades and tints

Shades of #3E3A89

#3E3A89
(62,58,137)
#39357D
(57,53,125)
#343071
(52,48,113)
#2F2B65
(47,43,101)
#2A2659
(42,38,89)
#25214D
(37,33,77)
#201C41
(32,28,65)
#1B1735
(27,23,53)
#161229
(22,18,41)
#110D1D
(17,13,29)
#0C0811
(12,8,17)
#000000
(0,0,0)

Tints of #3E3A89

#3E3A89
(62,58,137)
#4F4B93
(79,75,147)
#605C9D
(96,92,157)
#716DA7
(113,109,167)
#827EB1
(130,126,177)
#938FBB
(147,143,187)
#A4A0C5
(164,160,197)
#B5B1CF
(181,177,207)
#C6C2D9
(198,194,217)
#D7D3E3
(215,211,227)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A89 color. Also use rgb(62,58,137) instead hex code.

Text Font Color

.myTextColor { color: #3E3A89; }

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

This text font color is #3E3A89.


Background Color

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

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

This div background color is #3E3A89.


Border color

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

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

This div border color is #3E3A89.


Opacity

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

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

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

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

This text has shadow with #3E3A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3A89 on black background.


Color preview on white background

This text has color #3E3A89 on white background.



Black color preview on #3E3A89 background

This text has black color on #3E3A89 background.


White color preview on #3E3A89 background

This text has white color on #3E3A89 background.