COLOR #3A5E83

HEX: #3A5E83
RGB: (58,94,131)

Color info

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

RGB color model

#3A5E83 color RGB value is (58,94,131).

  • red value is 58;
  • green value is 94;
  • blue value is 131.
RGB:
(58,94,131)
(23%,37%,51%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 131 of 255 = 51%

58
94
131

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

Portions of RGB colors in percentages

R + G + B =
58 + 94 + 131 = 283 (100%)
R 58 of 283 ~ 20.49%
G 94 of 283 ~ 33.22%
B 131 of 283 ~ 46.29%

%20.49
%33.22
%46.29

CMYK color model

#3A5E83 color CMYK value is (56,28,0,49).

  • cyan value is 55.73%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(56,28,0,49)
C56M28Y0K49 
(56%,28%,0%,49%)
(0.56/0.28/0.00/0.49)	

CMYK percentages

%55.73
%28.24
%0
%48.63

Codes

Color #3A5E83 in popluar color models

3A5E83
RGB5894131
HSL210°38.62%37.06%
HSB/HSV210°55.73%51.37%
CMYK55.73%28.24%0.00%
48.63%

Color #3A5E83 in popluar number systems.

HEX3A5E83
Decimal5894131
Binary111010101111010000011
Octal72136203

Shades and tints

Shades of #3A5E83

#3A5E83
(58,94,131)
#355678
(53,86,120)
#304E6D
(48,78,109)
#2B4662
(43,70,98)
#263E57
(38,62,87)
#21364C
(33,54,76)
#1C2E41
(28,46,65)
#172636
(23,38,54)
#121E2B
(18,30,43)
#0D1620
(13,22,32)
#080E15
(8,14,21)
#000000
(0,0,0)

Tints of #3A5E83

#3A5E83
(58,94,131)
#4B6C8E
(75,108,142)
#5C7A99
(92,122,153)
#6D88A4
(109,136,164)
#7E96AF
(126,150,175)
#8FA4BA
(143,164,186)
#A0B2C5
(160,178,197)
#B1C0D0
(177,192,208)
#C2CEDB
(194,206,219)
#D3DCE6
(211,220,230)
#E4EAF1
(228,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5E83 color. Also use rgb(58,94,131) instead hex code.

Text Font Color

.myTextColor { color: #3A5E83; }

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

This text font color is #3A5E83.


Background Color

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

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

This div background color is #3A5E83.


Border color

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

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

This div border color is #3A5E83.


Opacity

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

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

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

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

This text has shadow with #3A5E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5E83 on black background.


Color preview on white background

This text has color #3A5E83 on white background.



Black color preview on #3A5E83 background

This text has black color on #3A5E83 background.


White color preview on #3A5E83 background

This text has white color on #3A5E83 background.