COLOR #3E4583

HEX: #3E4583
RGB: (62,69,131)

Color info

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

RGB color model

#3E4583 color RGB value is (62,69,131).

  • red value is 62;
  • green value is 69;
  • blue value is 131.
RGB:
(62,69,131)
(24%,27%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 131 of 255 = 51%

62
69
131

R + G + B ~ 34%. #3E4583 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 131 = 262 (100%)
R 62 of 262 ~ 23.66%
G 69 of 262 ~ 26.34%
B 131 of 262 ~ 50%

%23.66
%26.34
%50

CMYK color model

#3E4583 color CMYK value is (53,47,0,49).

  • cyan value is 52.67%
  • magenta value is 47.33%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(53,47,0,49)
C53M47Y0K49 
(53%,47%,0%,49%)
(0.53/0.47/0.00/0.49)	

CMYK percentages

%52.67
%47.33
%0
%48.63

Codes

Color #3E4583 in popluar color models

3E4583
RGB6269131
HSL234°35.75%37.84%
HSB/HSV234°52.67%51.37%
CMYK52.67%47.33%0.00%
48.63%

Color #3E4583 in popluar number systems.

HEX3E4583
Decimal6269131
Binary111110100010110000011
Octal76105203

Shades and tints

Shades of #3E4583

#3E4583
(62,69,131)
#393F78
(57,63,120)
#34396D
(52,57,109)
#2F3362
(47,51,98)
#2A2D57
(42,45,87)
#25274C
(37,39,76)
#202141
(32,33,65)
#1B1B36
(27,27,54)
#16152B
(22,21,43)
#110F20
(17,15,32)
#0C0915
(12,9,21)
#000000
(0,0,0)

Tints of #3E4583

#3E4583
(62,69,131)
#4F558E
(79,85,142)
#606599
(96,101,153)
#7175A4
(113,117,164)
#8285AF
(130,133,175)
#9395BA
(147,149,186)
#A4A5C5
(164,165,197)
#B5B5D0
(181,181,208)
#C6C5DB
(198,197,219)
#D7D5E6
(215,213,230)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4583 color. Also use rgb(62,69,131) instead hex code.

Text Font Color

.myTextColor { color: #3E4583; }

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

This text font color is #3E4583.


Background Color

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

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

This div background color is #3E4583.


Border color

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

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

This div border color is #3E4583.


Opacity

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

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

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

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

This text has shadow with #3E4583 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4583 on black background.


Color preview on white background

This text has color #3E4583 on white background.



Black color preview on #3E4583 background

This text has black color on #3E4583 background.


White color preview on #3E4583 background

This text has white color on #3E4583 background.