COLOR #3A556E

HEX: #3A556E RGB: (58,85,110)

Color info

#3A556E contains red, green and blue colors in about the same proportion. Web safe color of #3A556E is #336666 (or #366).

RGB color model

#3A556E color RGB value is (58,85,110).

RGB: (58,85,110) (23%, 33%, 43%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 110 of 255 = 43%

58
85
110

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

Portions of RGB colors in percentages

R + G + B = 58 + 85 + 110 = 253 (100%)
R 58 of 253 ~ 22.92%
G 85 of 253 ~ 33.6%
B 110 of 253 ~ 43.48'%

%22.92
%33.6
%43.48

CMYK color model

#3A556E color CMYK value is (47,23,0,57).

  • cyan value is 47.27%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (47,23,0,57)
C47M23Y0K57 (47%, 23%, 0%, 57%)
(0.47 / 0.23 / 0.00 / 0.57)

CMYK percentages

%47.27
%22.73
%0
%56.86

Codes

Color #3A556E in popluar color models

3A 55 6E
RGB 58 85 110
HSL 209° 30.95% 32.94%
HSB/HSV 209° 47.27% 43.14%
CMYK 47.27% 22.73% 0.00%
56.86%

Color #3A556E in popluar number systems.

HEX 3A 55 6E
Decimal 58 85 110
Binary 111010 1010101 1101110
Octal 72 125 156

Shades and tints

Shades of #3A556E

#3A556E
(58,85,110)
#354E64
(53,78,100)
#30475A
(48,71,90)
#2B4050
(43,64,80)
#263946
(38,57,70)
#21323C
(33,50,60)
#1C2B32
(28,43,50)
#172428
(23,36,40)
#121D1E
(18,29,30)
#0D1614
(13,22,20)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #3A556E

#3A556E
(58,85,110)
#4B647B
(75,100,123)
#5C7388
(92,115,136)
#6D8295
(109,130,149)
#7E91A2
(126,145,162)
#8FA0AF
(143,160,175)
#A0AFBC
(160,175,188)
#B1BEC9
(177,190,201)
#C2CDD6
(194,205,214)
#D3DCE3
(211,220,227)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A556E; }

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

This text font color is #3A556E.

Background Color

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

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

This div background color is #3A556E.

Border color

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

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

This div border color is #3A556E.

Opacity

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

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

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

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

This text has shadow with #3A556E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A556E.

Preview

Color preview on black background

This text has color #3A556E on black background.


Color preview on white background

This text has color #3A556E on white background.


Black color preview on #3A556E background

This text has black color on #3A556E background.


White color preview on #3A556E background

This text has white color on #3A556E background.


Related colors

Complementary color

Complementary color for #hex is #C5AA91.


I love getcolorcode.com

Triadic colors

1 #6E3A55 and #556E3A with #3A556E are triadic colors.

2 #6E553A and #553A6E with #3A556E are triadic colors.