COLOR #3E358D

HEX: #3E358D RGB: (62,53,141)

Color info

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

RGB color model

#3E358D color RGB value is (62,53,141).

RGB: (62,53,141) (24%, 21%, 55%)

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 141 of 255 = 55%

62
53
141

R + G + B ~ 33%. #3E358D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 53 + 141 = 256 (100%)
R 62 of 256 ~ 24.22%
G 53 of 256 ~ 20.7%
B 141 of 256 ~ 55.08'%

%24.22
%20.7
%55.08

CMYK color model

#3E358D color CMYK value is (56,62,0,45).

  • cyan value is 56.03%
  • magenta value is 62.41%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (56,62,0,45) C56M62Y0K45 (56%,62%,0%,45%) (0.56/0.62/0.00/0.45) 

CMYK percentages

%56.03
%62.41
%0
%44.71

Codes

Color #3E358D in popluar color models

3E 35 8D
RGB 62 53 141
HSL 246° 45.36% 38.04%
HSB/HSV 246° 62.41% 55.29%
CMYK 56.03% 62.41% 0.00%
44.71%

Color #3E358D in popluar number systems.

HEX 3E 35 8D
Decimal 62 53 141
Binary 111110 110101 10001101
Octal 76 65 215

Shades and tints

Shades of #3E358D

#3E358D
(62,53,141)
#393181
(57,49,129)
#342D75
(52,45,117)
#2F2969
(47,41,105)
#2A255D
(42,37,93)
#252151
(37,33,81)
#201D45
(32,29,69)
#1B1939
(27,25,57)
#16152D
(22,21,45)
#111121
(17,17,33)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #3E358D

#3E358D
(62,53,141)
#4F4797
(79,71,151)
#6059A1
(96,89,161)
#716BAB
(113,107,171)
#827DB5
(130,125,181)
#938FBF
(147,143,191)
#A4A1C9
(164,161,201)
#B5B3D3
(181,179,211)
#C6C5DD
(198,197,221)
#D7D7E7
(215,215,231)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E358D; }

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

This text font color is #3E358D.

Background Color

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

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

This div background color is #3E358D.

Border color

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

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

This div border color is #3E358D.

Opacity

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

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

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

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

This text has shadow with #3E358D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E358D.

Preview

Color preview on black background

This text has color #3E358D on black background.


Color preview on white background

This text has color #3E358D on white background.


Black color preview on #3E358D background

This text has black color on #3E358D background.


White color preview on #3E358D background

This text has white color on #3E358D background.


Related colors

Complementary color

Complementary color for #hex is #C1CA72.


I love getcolorcode.com

Triadic colors

1 #8D3E35 and #358D3E with #3E358D are triadic colors.

2 #8D353E and #353E8D with #3E358D are triadic colors.