COLOR #3A559A

HEX: #3A559A
RGB: (58,85,154)

Color info

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

RGB color model

#3A559A color RGB value is (58,85,154).

  • red value is 58;
  • green value is 85;
  • blue value is 154.
RGB:
(58,85,154)
(23%,33%,60%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 154 of 255 = 60%

58
85
154

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

Portions of RGB colors in percentages

R + G + B =
58 + 85 + 154 = 297 (100%)
R 58 of 297 ~ 19.53%
G 85 of 297 ~ 28.62%
B 154 of 297 ~ 51.85%

%19.53
%28.62
%51.85

CMYK color model

#3A559A color CMYK value is (62,45,0,40).

  • cyan value is 62.34%
  • magenta value is 44.81%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(62,45,0,40)
C62M45Y0K40 
(62%,45%,0%,40%)
(0.62/0.45/0.00/0.40)	

CMYK percentages

%62.34
%44.81
%0
%39.61

Codes

Color #3A559A in popluar color models

3A559A
RGB5885154
HSL223°45.28%41.57%
HSB/HSV223°62.34%60.39%
CMYK62.34%44.81%0.00%
39.61%

Color #3A559A in popluar number systems.

HEX3A559A
Decimal5885154
Binary111010101010110011010
Octal72125232

Shades and tints

Shades of #3A559A

#3A559A
(58,85,154)
#354E8C
(53,78,140)
#30477E
(48,71,126)
#2B4070
(43,64,112)
#263962
(38,57,98)
#213254
(33,50,84)
#1C2B46
(28,43,70)
#172438
(23,36,56)
#121D2A
(18,29,42)
#0D161C
(13,22,28)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #3A559A

#3A559A
(58,85,154)
#4B64A3
(75,100,163)
#5C73AC
(92,115,172)
#6D82B5
(109,130,181)
#7E91BE
(126,145,190)
#8FA0C7
(143,160,199)
#A0AFD0
(160,175,208)
#B1BED9
(177,190,217)
#C2CDE2
(194,205,226)
#D3DCEB
(211,220,235)
#E4EBF4
(228,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A559A color. Also use rgb(58,85,154) instead hex code.

Text Font Color

.myTextColor { color: #3A559A; }

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

This text font color is #3A559A.


Background Color

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

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

This div background color is #3A559A.


Border color

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

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

This div border color is #3A559A.


Opacity

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

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

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

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

This text has shadow with #3A559A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A559A on black background.


Color preview on white background

This text has color #3A559A on white background.



Black color preview on #3A559A background

This text has black color on #3A559A background.


White color preview on #3A559A background

This text has white color on #3A559A background.