COLOR #3E347F

HEX: #3E347F
RGB: (62,52,127)

Color info

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

RGB color model

#3E347F color RGB value is (62,52,127).

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

RGB channels and saturation

R 62 of 255 = 24%
G 52 of 255 = 20%
B 127 of 255 = 50%

62
52
127

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

Portions of RGB colors in percentages

R + G + B =
62 + 52 + 127 = 241 (100%)
R 62 of 241 ~ 25.73%
G 52 of 241 ~ 21.58%
B 127 of 241 ~ 52.7%

%25.73
%21.58
%52.7

CMYK color model

#3E347F color CMYK value is (51,59,0,50).

  • cyan value is 51.18%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(51,59,0,50)
C51M59Y0K50 
(51%,59%,0%,50%)
(0.51/0.59/0.00/0.50)	

CMYK percentages

%51.18
%59.06
%0
%50.2

Codes

Color #3E347F in popluar color models

3E347F
RGB6252127
HSL248°41.90%35.10%
HSB/HSV248°59.06%49.80%
CMYK51.18%59.06%0.00%
50.20%

Color #3E347F in popluar number systems.

HEX3E347F
Decimal6252127
Binary1111101101001111111
Octal7664177

Shades and tints

Shades of #3E347F

#3E347F
(62,52,127)
#393074
(57,48,116)
#342C69
(52,44,105)
#2F285E
(47,40,94)
#2A2453
(42,36,83)
#252048
(37,32,72)
#201C3D
(32,28,61)
#1B1832
(27,24,50)
#161427
(22,20,39)
#11101C
(17,16,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #3E347F

#3E347F
(62,52,127)
#4F468A
(79,70,138)
#605895
(96,88,149)
#716AA0
(113,106,160)
#827CAB
(130,124,171)
#938EB6
(147,142,182)
#A4A0C1
(164,160,193)
#B5B2CC
(181,178,204)
#C6C4D7
(198,196,215)
#D7D6E2
(215,214,226)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E347F; }

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

This text font color is #3E347F.


Background Color

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

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

This div background color is #3E347F.


Border color

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

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

This div border color is #3E347F.


Opacity

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

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

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

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

This text has shadow with #3E347F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E347F on black background.


Color preview on white background

This text has color #3E347F on white background.



Black color preview on #3E347F background

This text has black color on #3E347F background.


White color preview on #3E347F background

This text has white color on #3E347F background.