COLOR #3E378D

HEX: #3E378D RGB: (62,55,141)

Color info

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

RGB color model

#3E378D color RGB value is (62,55,141).

RGB: (62,55,141) (24%, 22%, 55%)

RGB channels and saturation

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

62
55
141

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

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 141 = 258 (100%)
R 62 of 258 ~ 24.03%
G 55 of 258 ~ 21.32%
B 141 of 258 ~ 54.65'%

%24.03
%21.32
%54.65

CMYK color model

#3E378D color CMYK value is (56,61,0,45).

  • cyan value is 56.03%
  • magenta value is 60.99%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (56,61,0,45)
C56M61Y0K45 (56%, 61%, 0%, 45%)
(0.56 / 0.61 / 0.00 / 0.45)

CMYK percentages

%56.03
%60.99
%0
%44.71

Codes

Color #3E378D in popluar color models

3E 37 8D
RGB 62 55 141
HSL 245° 43.88% 38.43%
HSB/HSV 245° 60.99% 55.29%
CMYK 56.03% 60.99% 0.00%
44.71%

Color #3E378D in popluar number systems.

HEX 3E 37 8D
Decimal 62 55 141
Binary 111110 110111 10001101
Octal 76 67 215

Shades and tints

Shades of #3E378D

#3E378D
(62,55,141)
#393281
(57,50,129)
#342D75
(52,45,117)
#2F2869
(47,40,105)
#2A235D
(42,35,93)
#251E51
(37,30,81)
#201945
(32,25,69)
#1B1439
(27,20,57)
#160F2D
(22,15,45)
#110A21
(17,10,33)
#0C0515
(12,5,21)
#000000
(0,0,0)

Tints of #3E378D

#3E378D
(62,55,141)
#4F4997
(79,73,151)
#605BA1
(96,91,161)
#716DAB
(113,109,171)
#827FB5
(130,127,181)
#9391BF
(147,145,191)
#A4A3C9
(164,163,201)
#B5B5D3
(181,181,211)
#C6C7DD
(198,199,221)
#D7D9E7
(215,217,231)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E378D; }

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

This text font color is #3E378D.

Background Color

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

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

This div background color is #3E378D.

Border color

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

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

This div border color is #3E378D.

Opacity

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

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

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

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

This text has shadow with #3E378D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E378D.

Preview

Color preview on black background

This text has color #3E378D on black background.


Color preview on white background

This text has color #3E378D on white background.


Black color preview on #3E378D background

This text has black color on #3E378D background.


White color preview on #3E378D background

This text has white color on #3E378D background.


Related colors

Complementary color

Complementary color for #hex is #C1C872.


I love getcolorcode.com

Triadic colors

1 #8D3E37 and #378D3E with #3E378D are triadic colors.

2 #8D373E and #373E8D with #3E378D are triadic colors.