COLOR #3A5994

HEX: #3A5994
RGB: (58,89,148)

Color info

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

RGB color model

#3A5994 color RGB value is (58,89,148).

  • red value is 58;
  • green value is 89;
  • blue value is 148.
RGB:
(58,89,148)
(23%,35%,58%)

RGB channels and saturation

R 58 of 255 = 23%
G 89 of 255 = 35%
B 148 of 255 = 58%

58
89
148

R + G + B ~ 39%. #3A5994 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 89 + 148 = 295 (100%)
R 58 of 295 ~ 19.66%
G 89 of 295 ~ 30.17%
B 148 of 295 ~ 50.17%

%19.66
%30.17
%50.17

CMYK color model

#3A5994 color CMYK value is (61,40,0,42).

  • cyan value is 60.81%
  • magenta value is 39.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(61,40,0,42)
C61M40Y0K42 
(61%,40%,0%,42%)
(0.61/0.40/0.00/0.42)	

CMYK percentages

%60.81
%39.86
%0
%41.96

Codes

Color #3A5994 in popluar color models

3A5994
RGB5889148
HSL219°43.69%40.39%
HSB/HSV219°60.81%58.04%
CMYK60.81%39.86%0.00%
41.96%

Color #3A5994 in popluar number systems.

HEX3A5994
Decimal5889148
Binary111010101100110010100
Octal72131224

Shades and tints

Shades of #3A5994

#3A5994
(58,89,148)
#355187
(53,81,135)
#30497A
(48,73,122)
#2B416D
(43,65,109)
#263960
(38,57,96)
#213153
(33,49,83)
#1C2946
(28,41,70)
#172139
(23,33,57)
#12192C
(18,25,44)
#0D111F
(13,17,31)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #3A5994

#3A5994
(58,89,148)
#4B689D
(75,104,157)
#5C77A6
(92,119,166)
#6D86AF
(109,134,175)
#7E95B8
(126,149,184)
#8FA4C1
(143,164,193)
#A0B3CA
(160,179,202)
#B1C2D3
(177,194,211)
#C2D1DC
(194,209,220)
#D3E0E5
(211,224,229)
#E4EFEE
(228,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5994 color. Also use rgb(58,89,148) instead hex code.

Text Font Color

.myTextColor { color: #3A5994; }

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

This text font color is #3A5994.


Background Color

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

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

This div background color is #3A5994.


Border color

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

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

This div border color is #3A5994.


Opacity

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

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

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

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

This text has shadow with #3A5994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5994 on black background.


Color preview on white background

This text has color #3A5994 on white background.



Black color preview on #3A5994 background

This text has black color on #3A5994 background.


White color preview on #3A5994 background

This text has white color on #3A5994 background.