COLOR #3E398C

HEX: #3E398C
RGB: (62,57,140)

Color info

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

RGB color model

#3E398C color RGB value is (62,57,140).

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

RGB channels and saturation

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

62
57
140

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

Portions of RGB colors in percentages

R + G + B =
62 + 57 + 140 = 259 (100%)
R 62 of 259 ~ 23.94%
G 57 of 259 ~ 22.01%
B 140 of 259 ~ 54.05%

%23.94
%22.01
%54.05

CMYK color model

#3E398C color CMYK value is (56,59,0,45).

  • cyan value is 55.71%
  • magenta value is 59.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(56,59,0,45)
C56M59Y0K45 
(56%,59%,0%,45%)
(0.56/0.59/0.00/0.45)	

CMYK percentages

%55.71
%59.29
%0
%45.1

Codes

Color #3E398C in popluar color models

3E398C
RGB6257140
HSL244°42.13%38.63%
HSB/HSV244°59.29%54.90%
CMYK55.71%59.29%0.00%
45.10%

Color #3E398C in popluar number systems.

HEX3E398C
Decimal6257140
Binary11111011100110001100
Octal7671214

Shades and tints

Shades of #3E398C

#3E398C
(62,57,140)
#393480
(57,52,128)
#342F74
(52,47,116)
#2F2A68
(47,42,104)
#2A255C
(42,37,92)
#252050
(37,32,80)
#201B44
(32,27,68)
#1B1638
(27,22,56)
#16112C
(22,17,44)
#110C20
(17,12,32)
#0C0714
(12,7,20)
#000000
(0,0,0)

Tints of #3E398C

#3E398C
(62,57,140)
#4F4B96
(79,75,150)
#605DA0
(96,93,160)
#716FAA
(113,111,170)
#8281B4
(130,129,180)
#9393BE
(147,147,190)
#A4A5C8
(164,165,200)
#B5B7D2
(181,183,210)
#C6C9DC
(198,201,220)
#D7DBE6
(215,219,230)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E398C; }

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

This text font color is #3E398C.


Background Color

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

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

This div background color is #3E398C.


Border color

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

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

This div border color is #3E398C.


Opacity

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

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

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

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

This text has shadow with #3E398C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E398C on black background.


Color preview on white background

This text has color #3E398C on white background.



Black color preview on #3E398C background

This text has black color on #3E398C background.


White color preview on #3E398C background

This text has white color on #3E398C background.