COLOR #3E3775

HEX: #3E3775
RGB: (62,55,117)

Color info

#3E3775 contains mainly red and blue colors. Web safe color of #3E3775 is #333366 (or #336).

RGB color model

#3E3775 color RGB value is (62,55,117).

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

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 117 of 255 = 46%

62
55
117

R + G + B ~ 31%. #3E3775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 117 = 234 (100%)
R 62 of 234 ~ 26.5%
G 55 of 234 ~ 23.5%
B 117 of 234 ~ 50%

%26.5
%23.5
%50

CMYK color model

#3E3775 color CMYK value is (47,53,0,54).

  • cyan value is 47.01%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(47,53,0,54)
C47M53Y0K54 
(47%,53%,0%,54%)
(0.47/0.53/0.00/0.54)	

CMYK percentages

%47.01
%52.99
%0
%54.12

Codes

Color #3E3775 in popluar color models

3E3775
RGB6255117
HSL247°36.05%33.73%
HSB/HSV247°52.99%45.88%
CMYK47.01%52.99%0.00%
54.12%

Color #3E3775 in popluar number systems.

HEX3E3775
Decimal6255117
Binary1111101101111110101
Octal7667165

Shades and tints

Shades of #3E3775

#3E3775
(62,55,117)
#39326B
(57,50,107)
#342D61
(52,45,97)
#2F2857
(47,40,87)
#2A234D
(42,35,77)
#251E43
(37,30,67)
#201939
(32,25,57)
#1B142F
(27,20,47)
#160F25
(22,15,37)
#110A1B
(17,10,27)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #3E3775

#3E3775
(62,55,117)
#4F4981
(79,73,129)
#605B8D
(96,91,141)
#716D99
(113,109,153)
#827FA5
(130,127,165)
#9391B1
(147,145,177)
#A4A3BD
(164,163,189)
#B5B5C9
(181,181,201)
#C6C7D5
(198,199,213)
#D7D9E1
(215,217,225)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3775; }

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

This text font color is #3E3775.


Background Color

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

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

This div background color is #3E3775.


Border color

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

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

This div border color is #3E3775.


Opacity

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

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

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

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

This text has shadow with #3E3775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3775 on black background.


Color preview on white background

This text has color #3E3775 on white background.



Black color preview on #3E3775 background

This text has black color on #3E3775 background.


White color preview on #3E3775 background

This text has white color on #3E3775 background.