COLOR #3E3A98

HEX: #3E3A98
RGB: (62,58,152)

Color info

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

RGB color model

#3E3A98 color RGB value is (62,58,152).

  • red value is 62;
  • green value is 58;
  • blue value is 152.
RGB:
(62,58,152)
(24%,23%,60%)

RGB channels and saturation

R 62 of 255 = 24%
G 58 of 255 = 23%
B 152 of 255 = 60%

62
58
152

R + G + B ~ 36%. #3E3A98 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 58 + 152 = 272 (100%)
R 62 of 272 ~ 22.79%
G 58 of 272 ~ 21.32%
B 152 of 272 ~ 55.88%

%22.79
%21.32
%55.88

CMYK color model

#3E3A98 color CMYK value is (59,62,0,40).

  • cyan value is 59.21%
  • magenta value is 61.84%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(59,62,0,40)
C59M62Y0K40 
(59%,62%,0%,40%)
(0.59/0.62/0.00/0.40)	

CMYK percentages

%59.21
%61.84
%0
%40.39

Codes

Color #3E3A98 in popluar color models

3E3A98
RGB6258152
HSL243°44.76%41.18%
HSB/HSV243°61.84%59.61%
CMYK59.21%61.84%0.00%
40.39%

Color #3E3A98 in popluar number systems.

HEX3E3A98
Decimal6258152
Binary11111011101010011000
Octal7672230

Shades and tints

Shades of #3E3A98

#3E3A98
(62,58,152)
#39358B
(57,53,139)
#34307E
(52,48,126)
#2F2B71
(47,43,113)
#2A2664
(42,38,100)
#252157
(37,33,87)
#201C4A
(32,28,74)
#1B173D
(27,23,61)
#161230
(22,18,48)
#110D23
(17,13,35)
#0C0816
(12,8,22)
#000000
(0,0,0)

Tints of #3E3A98

#3E3A98
(62,58,152)
#4F4BA1
(79,75,161)
#605CAA
(96,92,170)
#716DB3
(113,109,179)
#827EBC
(130,126,188)
#938FC5
(147,143,197)
#A4A0CE
(164,160,206)
#B5B1D7
(181,177,215)
#C6C2E0
(198,194,224)
#D7D3E9
(215,211,233)
#E8E4F2
(232,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3A98 color. Also use rgb(62,58,152) instead hex code.

Text Font Color

.myTextColor { color: #3E3A98; }

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

This text font color is #3E3A98.


Background Color

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

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

This div background color is #3E3A98.


Border color

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

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

This div border color is #3E3A98.


Opacity

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

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

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

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

This text has shadow with #3E3A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3A98 on black background.


Color preview on white background

This text has color #3E3A98 on white background.



Black color preview on #3E3A98 background

This text has black color on #3E3A98 background.


White color preview on #3E3A98 background

This text has white color on #3E3A98 background.