COLOR #3A5EA9

HEX: #3A5EA9 RGB: (58,94,169)

Color info

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

RGB color model

#3A5EA9 color RGB value is (58,94,169).

RGB: (58,94,169) (23%, 37%, 66%)

RGB channels and saturation

R 58 of 255 = 23%
G 94 of 255 = 37%
B 169 of 255 = 66%

58
94
169

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

Portions of RGB colors in percentages

R + G + B = 58 + 94 + 169 = 321 (100%)
R 58 of 321 ~ 18.07%
G 94 of 321 ~ 29.28%
B 169 of 321 ~ 52.65'%

%18.07
%29.28
%52.65

CMYK color model

#3A5EA9 color CMYK value is (66,44,0,34).

  • cyan value is 65.68%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK: (66,44,0,34) C66M44Y0K34 (66%,44%,0%,34%) (0.66/0.44/0.00/0.34) 

CMYK percentages

%65.68
%44.38
%0
%33.73

Codes

Color #3A5EA9 in popluar color models

3A 5E A9
RGB 58 94 169
HSL 221° 48.90% 44.51%
HSB/HSV 221° 65.68% 66.27%
CMYK 65.68% 44.38% 0.00%
33.73%

Color #3A5EA9 in popluar number systems.

HEX 3A 5E A9
Decimal 58 94 169
Binary 111010 1011110 10101001
Octal 72 136 251

Shades and tints

Shades of #3A5EA9

#3A5EA9
(58,94,169)
#35569A
(53,86,154)
#304E8B
(48,78,139)
#2B467C
(43,70,124)
#263E6D
(38,62,109)
#21365E
(33,54,94)
#1C2E4F
(28,46,79)
#172640
(23,38,64)
#121E31
(18,30,49)
#0D1622
(13,22,34)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #3A5EA9

#3A5EA9
(58,94,169)
#4B6CB0
(75,108,176)
#5C7AB7
(92,122,183)
#6D88BE
(109,136,190)
#7E96C5
(126,150,197)
#8FA4CC
(143,164,204)
#A0B2D3
(160,178,211)
#B1C0DA
(177,192,218)
#C2CEE1
(194,206,225)
#D3DCE8
(211,220,232)
#E4EAEF
(228,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5EA9; }

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

This text font color is #3A5EA9.

Background Color

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

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

This div background color is #3A5EA9.

Border color

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

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

This div border color is #3A5EA9.

Opacity

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

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

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

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

This text has shadow with #3A5EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5EA9.

Preview

Color preview on black background

This text has color #3A5EA9 on black background.


Color preview on white background

This text has color #3A5EA9 on white background.


Black color preview on #3A5EA9 background

This text has black color on #3A5EA9 background.


White color preview on #3A5EA9 background

This text has white color on #3A5EA9 background.


Related colors

Complementary color

Complementary color for #hex is #C5A156.


I love getcolorcode.com

Triadic colors

1 #A93A5E and #5EA93A with #3A5EA9 are triadic colors.

2 #A95E3A and #5E3AA9 with #3A5EA9 are triadic colors.