COLOR #3A5EA7

HEX: #3A5EA7 RGB: (58,94,167)

Color info

#3A5EA7 contains mainly blue color. Web safe color of #3A5EA7 is #336699 (or #369).

RGB color model

#3A5EA7 color RGB value is (58,94,167).

RGB: (58,94,167) (23%, 37%, 65%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 167 of 255 = 65%

58
94
167

R + G + B ~ 42%. #3A5EA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 58 + 94 + 167 = 319 (100%)
R 58 of 319 ~ 18.18%
G 94 of 319 ~ 29.47%
B 167 of 319 ~ 52.35'%

%18.18
%29.47
%52.35

CMYK color model

#3A5EA7 color CMYK value is (65,44,0,35).

  • cyan value is 65.27%
  • magenta value is 43.71%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (65,44,0,35)
C65M44Y0K35 (65%, 44%, 0%, 35%)
(0.65 / 0.44 / 0.00 / 0.35)

CMYK percentages

%65.27
%43.71
%0
%34.51

Codes

Color #3A5EA7 in popluar color models

3A 5E A7
RGB 58 94 167
HSL 220° 48.44% 44.12%
HSB/HSV 220° 65.27% 65.49%
CMYK 65.27% 43.71% 0.00%
34.51%

Color #3A5EA7 in popluar number systems.

HEX 3A 5E A7
Decimal 58 94 167
Binary 111010 1011110 10100111
Octal 72 136 247

Shades and tints

Shades of #3A5EA7

#3A5EA7
(58,94,167)
#355698
(53,86,152)
#304E89
(48,78,137)
#2B467A
(43,70,122)
#263E6B
(38,62,107)
#21365C
(33,54,92)
#1C2E4D
(28,46,77)
#17263E
(23,38,62)
#121E2F
(18,30,47)
#0D1620
(13,22,32)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #3A5EA7

#3A5EA7
(58,94,167)
#4B6CAF
(75,108,175)
#5C7AB7
(92,122,183)
#6D88BF
(109,136,191)
#7E96C7
(126,150,199)
#8FA4CF
(143,164,207)
#A0B2D7
(160,178,215)
#B1C0DF
(177,192,223)
#C2CEE7
(194,206,231)
#D3DCEF
(211,220,239)
#E4EAF7
(228,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5EA7; }

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

This text font color is #3A5EA7.

Background Color

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

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

This div background color is #3A5EA7.

Border color

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

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

This div border color is #3A5EA7.

Opacity

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

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

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

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

This text has shadow with #3A5EA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5EA7.

Preview

Color preview on black background

This text has color #3A5EA7 on black background.


Color preview on white background

This text has color #3A5EA7 on white background.


Black color preview on #3A5EA7 background

This text has black color on #3A5EA7 background.


White color preview on #3A5EA7 background

This text has white color on #3A5EA7 background.


Related colors

Complementary color

Complementary color for #hex is #C5A158.


I love getcolorcode.com

Triadic colors

1 #A73A5E and #5EA73A with #3A5EA7 are triadic colors.

2 #A75E3A and #5E3AA7 with #3A5EA7 are triadic colors.