COLOR #3A497A

HEX: #3A497A RGB: (58,73,122)

Color info

#3A497A contains mainly green and blue colors. Web safe color of #3A497A is #333366 (or #336).

RGB color model

#3A497A color RGB value is (58,73,122).

RGB: (58,73,122) (23%, 29%, 48%)

RGB channels and saturation

R 58 of 255 = 23%
G 73 of 255 = 29%
B 122 of 255 = 48%

58
73
122

R + G + B ~ 33%. #3A497A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 73 + 122 = 253 (100%)
R 58 of 253 ~ 22.92%
G 73 of 253 ~ 28.85%
B 122 of 253 ~ 48.22'%

%22.92
%28.85
%48.22

CMYK color model

#3A497A color CMYK value is (52,40,0,52).

  • cyan value is 52.46%
  • magenta value is 40.16%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,40,0,52) C52M40Y0K52 (52%,40%,0%,52%) (0.52/0.40/0.00/0.52) 

CMYK percentages

%52.46
%40.16
%0
%52.16

Codes

Color #3A497A in popluar color models

3A 49 7A
RGB 58 73 122
HSL 226° 35.56% 35.29%
HSB/HSV 226° 52.46% 47.84%
CMYK 52.46% 40.16% 0.00%
52.16%

Color #3A497A in popluar number systems.

HEX 3A 49 7A
Decimal 58 73 122
Binary 111010 1001001 1111010
Octal 72 111 172

Shades and tints

Shades of #3A497A

#3A497A
(58,73,122)
#35436F
(53,67,111)
#303D64
(48,61,100)
#2B3759
(43,55,89)
#26314E
(38,49,78)
#212B43
(33,43,67)
#1C2538
(28,37,56)
#171F2D
(23,31,45)
#121922
(18,25,34)
#0D1317
(13,19,23)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #3A497A

#3A497A
(58,73,122)
#4B5986
(75,89,134)
#5C6992
(92,105,146)
#6D799E
(109,121,158)
#7E89AA
(126,137,170)
#8F99B6
(143,153,182)
#A0A9C2
(160,169,194)
#B1B9CE
(177,185,206)
#C2C9DA
(194,201,218)
#D3D9E6
(211,217,230)
#E4E9F2
(228,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A497A color. Also use rgb(58,73,122) instead hex code.

Text Font Color

.myTextColor { color: #3A497A; }

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

This text font color is #3A497A.

Background Color

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

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

This div background color is #3A497A.

Border color

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

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

This div border color is #3A497A.

Opacity

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

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

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

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

This text has shadow with #3A497A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A497A.

Preview

Color preview on black background

This text has color #3A497A on black background.


Color preview on white background

This text has color #3A497A on white background.


Black color preview on #3A497A background

This text has black color on #3A497A background.


White color preview on #3A497A background

This text has white color on #3A497A background.


Related colors

Complementary color

Complementary color for #hex is #C5B685.


I love getcolorcode.com

Triadic colors

1 #7A3A49 and #497A3A with #3A497A are triadic colors.

2 #7A493A and #493A7A with #3A497A are triadic colors.