COLOR #3E558D

HEX: #3E558D
RGB: (62,85,141)

Color info

#3E558D contains mainly green and blue colors. Web safe color of #3E558D is #336699 (or #369).

RGB color model

#3E558D color RGB value is (62,85,141).

  • red value is 62;
  • green value is 85;
  • blue value is 141.
RGB:
(62,85,141)
(24%,33%,55%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 141 of 255 = 55%

62
85
141

R + G + B ~ 37%. #3E558D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 141 = 288 (100%)
R 62 of 288 ~ 21.53%
G 85 of 288 ~ 29.51%
B 141 of 288 ~ 48.96%

%21.53
%29.51
%48.96

CMYK color model

#3E558D color CMYK value is (56,40,0,45).

  • cyan value is 56.03%
  • magenta value is 39.72%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(56,40,0,45)
C56M40Y0K45 
(56%,40%,0%,45%)
(0.56/0.40/0.00/0.45)	

CMYK percentages

%56.03
%39.72
%0
%44.71

Codes

Color #3E558D in popluar color models

3E558D
RGB6285141
HSL223°38.92%39.80%
HSB/HSV223°56.03%55.29%
CMYK56.03%39.72%0.00%
44.71%

Color #3E558D in popluar number systems.

HEX3E558D
Decimal6285141
Binary111110101010110001101
Octal76125215

Shades and tints

Shades of #3E558D

#3E558D
(62,85,141)
#394E81
(57,78,129)
#344775
(52,71,117)
#2F4069
(47,64,105)
#2A395D
(42,57,93)
#253251
(37,50,81)
#202B45
(32,43,69)
#1B2439
(27,36,57)
#161D2D
(22,29,45)
#111621
(17,22,33)
#0C0F15
(12,15,21)
#000000
(0,0,0)

Tints of #3E558D

#3E558D
(62,85,141)
#4F6497
(79,100,151)
#6073A1
(96,115,161)
#7182AB
(113,130,171)
#8291B5
(130,145,181)
#93A0BF
(147,160,191)
#A4AFC9
(164,175,201)
#B5BED3
(181,190,211)
#C6CDDD
(198,205,221)
#D7DCE7
(215,220,231)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E558D color. Also use rgb(62,85,141) instead hex code.

Text Font Color

.myTextColor { color: #3E558D; }

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

This text font color is #3E558D.


Background Color

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

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

This div background color is #3E558D.


Border color

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

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

This div border color is #3E558D.


Opacity

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

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

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

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

This text has shadow with #3E558D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E558D on black background.


Color preview on white background

This text has color #3E558D on white background.



Black color preview on #3E558D background

This text has black color on #3E558D background.


White color preview on #3E558D background

This text has white color on #3E558D background.