COLOR #3E3482

HEX: #3E3482
RGB: (62,52,130)

Color info

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

RGB color model

#3E3482 color RGB value is (62,52,130).

  • red value is 62;
  • green value is 52;
  • blue value is 130.
RGB:
(62,52,130)
(24%,20%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 52 of 255 = 20%
B 130 of 255 = 51%

62
52
130

R + G + B ~ 32%. #3E3482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 52 + 130 = 244 (100%)
R 62 of 244 ~ 25.41%
G 52 of 244 ~ 21.31%
B 130 of 244 ~ 53.28%

%25.41
%21.31
%53.28

CMYK color model

#3E3482 color CMYK value is (52,60,0,49).

  • cyan value is 52.31%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(52,60,0,49)
C52M60Y0K49 
(52%,60%,0%,49%)
(0.52/0.60/0.00/0.49)	

CMYK percentages

%52.31
%60
%0
%49.02

Codes

Color #3E3482 in popluar color models

3E3482
RGB6252130
HSL248°42.86%35.69%
HSB/HSV248°60.00%50.98%
CMYK52.31%60.00%0.00%
49.02%

Color #3E3482 in popluar number systems.

HEX3E3482
Decimal6252130
Binary11111011010010000010
Octal7664202

Shades and tints

Shades of #3E3482

#3E3482
(62,52,130)
#393077
(57,48,119)
#342C6C
(52,44,108)
#2F2861
(47,40,97)
#2A2456
(42,36,86)
#25204B
(37,32,75)
#201C40
(32,28,64)
#1B1835
(27,24,53)
#16142A
(22,20,42)
#11101F
(17,16,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #3E3482

#3E3482
(62,52,130)
#4F468D
(79,70,141)
#605898
(96,88,152)
#716AA3
(113,106,163)
#827CAE
(130,124,174)
#938EB9
(147,142,185)
#A4A0C4
(164,160,196)
#B5B2CF
(181,178,207)
#C6C4DA
(198,196,218)
#D7D6E5
(215,214,229)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3482 color. Also use rgb(62,52,130) instead hex code.

Text Font Color

.myTextColor { color: #3E3482; }

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

This text font color is #3E3482.


Background Color

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

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

This div background color is #3E3482.


Border color

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

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

This div border color is #3E3482.


Opacity

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

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

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

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

This text has shadow with #3E3482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3482 on black background.


Color preview on white background

This text has color #3E3482 on white background.



Black color preview on #3E3482 background

This text has black color on #3E3482 background.


White color preview on #3E3482 background

This text has white color on #3E3482 background.