COLOR #3A5EA6

HEX: #3A5EA6 RGB: (58,94,166)

Color info

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

RGB color model

#3A5EA6 color RGB value is (58,94,166).

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

RGB channels and saturation

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

58
94
166

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

Portions of RGB colors in percentages

R + G + B = 58 + 94 + 166 = 318 (100%)
R 58 of 318 ~ 18.24%
G 94 of 318 ~ 29.56%
B 166 of 318 ~ 52.2'%

%18.24
%29.56
%52.2

CMYK color model

#3A5EA6 color CMYK value is (65,43,0,35).

  • cyan value is 65.06%
  • magenta value is 43.37%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (65,43,0,35)
C65M43Y0K35 (65%, 43%, 0%, 35%)
(0.65 / 0.43 / 0.00 / 0.35)

CMYK percentages

%65.06
%43.37
%0
%34.9

Codes

Color #3A5EA6 in popluar color models

3A 5E A6
RGB 58 94 166
HSL 220° 48.21% 43.92%
HSB/HSV 220° 65.06% 65.10%
CMYK 65.06% 43.37% 0.00%
34.90%

Color #3A5EA6 in popluar number systems.

HEX 3A 5E A6
Decimal 58 94 166
Binary 111010 1011110 10100110
Octal 72 136 246

Shades and tints

Shades of #3A5EA6

#3A5EA6
(58,94,166)
#355697
(53,86,151)
#304E88
(48,78,136)
#2B4679
(43,70,121)
#263E6A
(38,62,106)
#21365B
(33,54,91)
#1C2E4C
(28,46,76)
#17263D
(23,38,61)
#121E2E
(18,30,46)
#0D161F
(13,22,31)
#080E10
(8,14,16)
#000000
(0,0,0)

Tints of #3A5EA6

#3A5EA6
(58,94,166)
#4B6CAE
(75,108,174)
#5C7AB6
(92,122,182)
#6D88BE
(109,136,190)
#7E96C6
(126,150,198)
#8FA4CE
(143,164,206)
#A0B2D6
(160,178,214)
#B1C0DE
(177,192,222)
#C2CEE6
(194,206,230)
#D3DCEE
(211,220,238)
#E4EAF6
(228,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5EA6; }

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

This text font color is #3A5EA6.

Background Color

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

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

This div background color is #3A5EA6.

Border color

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

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

This div border color is #3A5EA6.

Opacity

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

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

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

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

This text has shadow with #3A5EA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5EA6.

Preview

Color preview on black background

This text has color #3A5EA6 on black background.


Color preview on white background

This text has color #3A5EA6 on white background.


Black color preview on #3A5EA6 background

This text has black color on #3A5EA6 background.


White color preview on #3A5EA6 background

This text has white color on #3A5EA6 background.


Related colors

Complementary color

Complementary color for #hex is #C5A159.


I love getcolorcode.com

Triadic colors

1 #A63A5E and #5EA63A with #3A5EA6 are triadic colors.

2 #A65E3A and #5E3AA6 with #3A5EA6 are triadic colors.