COLOR #3E5B82

HEX: #3E5B82
RGB: (62,91,130)

Color info

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

RGB color model

#3E5B82 color RGB value is (62,91,130).

  • red value is 62;
  • green value is 91;
  • blue value is 130.
RGB:
(62,91,130)
(24%,36%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 130 of 255 = 51%

62
91
130

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

Portions of RGB colors in percentages

R + G + B =
62 + 91 + 130 = 283 (100%)
R 62 of 283 ~ 21.91%
G 91 of 283 ~ 32.16%
B 130 of 283 ~ 45.94%

%21.91
%32.16
%45.94

CMYK color model

#3E5B82 color CMYK value is (52,30,0,49).

  • cyan value is 52.31%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(52,30,0,49)
C52M30Y0K49 
(52%,30%,0%,49%)
(0.52/0.30/0.00/0.49)	

CMYK percentages

%52.31
%30
%0
%49.02

Codes

Color #3E5B82 in popluar color models

3E5B82
RGB6291130
HSL214°35.42%37.65%
HSB/HSV214°52.31%50.98%
CMYK52.31%30.00%0.00%
49.02%

Color #3E5B82 in popluar number systems.

HEX3E5B82
Decimal6291130
Binary111110101101110000010
Octal76133202

Shades and tints

Shades of #3E5B82

#3E5B82
(62,91,130)
#395377
(57,83,119)
#344B6C
(52,75,108)
#2F4361
(47,67,97)
#2A3B56
(42,59,86)
#25334B
(37,51,75)
#202B40
(32,43,64)
#1B2335
(27,35,53)
#161B2A
(22,27,42)
#11131F
(17,19,31)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #3E5B82

#3E5B82
(62,91,130)
#4F698D
(79,105,141)
#607798
(96,119,152)
#7185A3
(113,133,163)
#8293AE
(130,147,174)
#93A1B9
(147,161,185)
#A4AFC4
(164,175,196)
#B5BDCF
(181,189,207)
#C6CBDA
(198,203,218)
#D7D9E5
(215,217,229)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5B82 color. Also use rgb(62,91,130) instead hex code.

Text Font Color

.myTextColor { color: #3E5B82; }

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

This text font color is #3E5B82.


Background Color

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

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

This div background color is #3E5B82.


Border color

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

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

This div border color is #3E5B82.


Opacity

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

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

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

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

This text has shadow with #3E5B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5B82 on black background.


Color preview on white background

This text has color #3E5B82 on white background.



Black color preview on #3E5B82 background

This text has black color on #3E5B82 background.


White color preview on #3E5B82 background

This text has white color on #3E5B82 background.