COLOR #3E3B80

HEX: #3E3B80
RGB: (62,59,128)

Color info

#3E3B80 contains mainly blue color. Web safe color of #3E3B80 is #333366 (or #336).

RGB color model

#3E3B80 color RGB value is (62,59,128).

  • red value is 62;
  • green value is 59;
  • blue value is 128.
RGB:
(62,59,128)
(24%,23%,50%)

RGB channels and saturation

R 62 of 255 = 24%
G 59 of 255 = 23%
B 128 of 255 = 50%

62
59
128

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

Portions of RGB colors in percentages

R + G + B =
62 + 59 + 128 = 249 (100%)
R 62 of 249 ~ 24.9%
G 59 of 249 ~ 23.69%
B 128 of 249 ~ 51.41%

%24.9
%23.69
%51.41

CMYK color model

#3E3B80 color CMYK value is (52,54,0,50).

  • cyan value is 51.56%
  • magenta value is 53.91%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(52,54,0,50)
C52M54Y0K50 
(52%,54%,0%,50%)
(0.52/0.54/0.00/0.50)	

CMYK percentages

%51.56
%53.91
%0
%49.8

Codes

Color #3E3B80 in popluar color models

3E3B80
RGB6259128
HSL243°36.90%36.67%
HSB/HSV243°53.91%50.20%
CMYK51.56%53.91%0.00%
49.80%

Color #3E3B80 in popluar number systems.

HEX3E3B80
Decimal6259128
Binary11111011101110000000
Octal7673200

Shades and tints

Shades of #3E3B80

#3E3B80
(62,59,128)
#393675
(57,54,117)
#34316A
(52,49,106)
#2F2C5F
(47,44,95)
#2A2754
(42,39,84)
#252249
(37,34,73)
#201D3E
(32,29,62)
#1B1833
(27,24,51)
#161328
(22,19,40)
#110E1D
(17,14,29)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #3E3B80

#3E3B80
(62,59,128)
#4F4C8B
(79,76,139)
#605D96
(96,93,150)
#716EA1
(113,110,161)
#827FAC
(130,127,172)
#9390B7
(147,144,183)
#A4A1C2
(164,161,194)
#B5B2CD
(181,178,205)
#C6C3D8
(198,195,216)
#D7D4E3
(215,212,227)
#E8E5EE
(232,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3B80 color. Also use rgb(62,59,128) instead hex code.

Text Font Color

.myTextColor { color: #3E3B80; }

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

This text font color is #3E3B80.


Background Color

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

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

This div background color is #3E3B80.


Border color

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

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

This div border color is #3E3B80.


Opacity

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

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

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

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

This text has shadow with #3E3B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3B80 on black background.


Color preview on white background

This text has color #3E3B80 on white background.



Black color preview on #3E3B80 background

This text has black color on #3E3B80 background.


White color preview on #3E3B80 background

This text has white color on #3E3B80 background.