COLOR #3E398D

HEX: #3E398D
RGB: (62,57,141)

Color info

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

RGB color model

#3E398D color RGB value is (62,57,141).

  • red value is 62;
  • green value is 57;
  • blue value is 141.
RGB:
(62,57,141)
(24%,22%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 57 of 255 = 22%
B 141 of 255 = 55%

62
57
141

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

Portions of RGB colors in percentages

R + G + B =
62 + 57 + 141 = 260 (100%)
R 62 of 260 ~ 23.85%
G 57 of 260 ~ 21.92%
B 141 of 260 ~ 54.23%

%23.85
%21.92
%54.23

CMYK color model

#3E398D color CMYK value is (56,60,0,45).

  • cyan value is 56.03%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(56,60,0,45)
C56M60Y0K45 
(56%,60%,0%,45%)
(0.56/0.60/0.00/0.45)	

CMYK percentages

%56.03
%59.57
%0
%44.71

Codes

Color #3E398D in popluar color models

3E398D
RGB6257141
HSL244°42.42%38.82%
HSB/HSV244°59.57%55.29%
CMYK56.03%59.57%0.00%
44.71%

Color #3E398D in popluar number systems.

HEX3E398D
Decimal6257141
Binary11111011100110001101
Octal7671215

Shades and tints

Shades of #3E398D

#3E398D
(62,57,141)
#393481
(57,52,129)
#342F75
(52,47,117)
#2F2A69
(47,42,105)
#2A255D
(42,37,93)
#252051
(37,32,81)
#201B45
(32,27,69)
#1B1639
(27,22,57)
#16112D
(22,17,45)
#110C21
(17,12,33)
#0C0715
(12,7,21)
#000000
(0,0,0)

Tints of #3E398D

#3E398D
(62,57,141)
#4F4B97
(79,75,151)
#605DA1
(96,93,161)
#716FAB
(113,111,171)
#8281B5
(130,129,181)
#9393BF
(147,147,191)
#A4A5C9
(164,165,201)
#B5B7D3
(181,183,211)
#C6C9DD
(198,201,221)
#D7DBE7
(215,219,231)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E398D color. Also use rgb(62,57,141) instead hex code.

Text Font Color

.myTextColor { color: #3E398D; }

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

This text font color is #3E398D.


Background Color

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

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

This div background color is #3E398D.


Border color

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

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

This div border color is #3E398D.


Opacity

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

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

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

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

This text has shadow with #3E398D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E398D on black background.


Color preview on white background

This text has color #3E398D on white background.



Black color preview on #3E398D background

This text has black color on #3E398D background.


White color preview on #3E398D background

This text has white color on #3E398D background.