COLOR #3A556B

HEX: #3A556B RGB: (58,85,107)

Color info

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

RGB color model

#3A556B color RGB value is (58,85,107).

RGB: (58,85,107) (23%, 33%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 107 of 255 = 42%

58
85
107

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

Portions of RGB colors in percentages

R + G + B = 58 + 85 + 107 = 250 (100%)
R 58 of 250 ~ 23.2%
G 85 of 250 ~ 34%
B 107 of 250 ~ 42.8'%

%23.2
%34
%42.8

CMYK color model

#3A556B color CMYK value is (46,21,0,58).

  • cyan value is 45.79%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (46,21,0,58) C46M21Y0K58 (46%,21%,0%,58%) (0.46/0.21/0.00/0.58) 

CMYK percentages

%45.79
%20.56
%0
%58.04

Codes

Color #3A556B in popluar color models

3A 55 6B
RGB 58 85 107
HSL 207° 29.70% 32.35%
HSB/HSV 207° 45.79% 41.96%
CMYK 45.79% 20.56% 0.00%
58.04%

Color #3A556B in popluar number systems.

HEX 3A 55 6B
Decimal 58 85 107
Binary 111010 1010101 1101011
Octal 72 125 153

Shades and tints

Shades of #3A556B

#3A556B
(58,85,107)
#354E62
(53,78,98)
#304759
(48,71,89)
#2B4050
(43,64,80)
#263947
(38,57,71)
#21323E
(33,50,62)
#1C2B35
(28,43,53)
#17242C
(23,36,44)
#121D23
(18,29,35)
#0D161A
(13,22,26)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #3A556B

#3A556B
(58,85,107)
#4B6478
(75,100,120)
#5C7385
(92,115,133)
#6D8292
(109,130,146)
#7E919F
(126,145,159)
#8FA0AC
(143,160,172)
#A0AFB9
(160,175,185)
#B1BEC6
(177,190,198)
#C2CDD3
(194,205,211)
#D3DCE0
(211,220,224)
#E4EBED
(228,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A556B; }

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

This text font color is #3A556B.

Background Color

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

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

This div background color is #3A556B.

Border color

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

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

This div border color is #3A556B.

Opacity

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

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

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

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

This text has shadow with #3A556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A556B.

Preview

Color preview on black background

This text has color #3A556B on black background.


Color preview on white background

This text has color #3A556B on white background.


Black color preview on #3A556B background

This text has black color on #3A556B background.


White color preview on #3A556B background

This text has white color on #3A556B background.


Related colors

Complementary color

Complementary color for #hex is #C5AA94.


I love getcolorcode.com

Triadic colors

1 #6B3A55 and #556B3A with #3A556B are triadic colors.

2 #6B553A and #553A6B with #3A556B are triadic colors.