COLOR #3A4E5B

HEX: #3A4E5B RGB: (58,78,91)

Color info

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

RGB color model

#3A4E5B color RGB value is (58,78,91).

RGB: (58,78,91) (23%, 31%, 36%)

RGB channels and saturation

R 58 of 255 = 23%
G 78 of 255 = 31%
B 91 of 255 = 36%

58
78
91

R + G + B ~ 30%. #3A4E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 78 + 91 = 227 (100%)
R 58 of 227 ~ 25.55%
G 78 of 227 ~ 34.36%
B 91 of 227 ~ 40.09'%

%25.55
%34.36
%40.09

CMYK color model

#3A4E5B color CMYK value is (36,14,0,64).

  • cyan value is 36.26%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (36,14,0,64)
C36M14Y0K64 (36%, 14%, 0%, 64%)
(0.36 / 0.14 / 0.00 / 0.64)

CMYK percentages

%36.26
%14.29
%0
%64.31

Codes

Color #3A4E5B in popluar color models

3A 4E 5B
RGB 58 78 91
HSL 204° 22.15% 29.22%
HSB/HSV 204° 36.26% 35.69%
CMYK 36.26% 14.29% 0.00%
64.31%

Color #3A4E5B in popluar number systems.

HEX 3A 4E 5B
Decimal 58 78 91
Binary 111010 1001110 1011011
Octal 72 116 133

Shades and tints

Shades of #3A4E5B

#3A4E5B
(58,78,91)
#354753
(53,71,83)
#30404B
(48,64,75)
#2B3943
(43,57,67)
#26323B
(38,50,59)
#212B33
(33,43,51)
#1C242B
(28,36,43)
#171D23
(23,29,35)
#12161B
(18,22,27)
#0D0F13
(13,15,19)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #3A4E5B

#3A4E5B
(58,78,91)
#4B5E69
(75,94,105)
#5C6E77
(92,110,119)
#6D7E85
(109,126,133)
#7E8E93
(126,142,147)
#8F9EA1
(143,158,161)
#A0AEAF
(160,174,175)
#B1BEBD
(177,190,189)
#C2CECB
(194,206,203)
#D3DED9
(211,222,217)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4E5B color. Also use rgb(58,78,91) instead hex code.

Text Font Color

.myTextColor { color: #3A4E5B; }

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

This text font color is #3A4E5B.

Background Color

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

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

This div background color is #3A4E5B.

Border color

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

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

This div border color is #3A4E5B.

Opacity

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

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

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

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

This text has shadow with #3A4E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4E5B.

Preview

Color preview on black background

This text has color #3A4E5B on black background.


Color preview on white background

This text has color #3A4E5B on white background.


Black color preview on #3A4E5B background

This text has black color on #3A4E5B background.


White color preview on #3A4E5B background

This text has white color on #3A4E5B background.


Related colors

Complementary color

Complementary color for #hex is #C5B1A4.


I love getcolorcode.com

Triadic colors

1 #5B3A4E and #4E5B3A with #3A4E5B are triadic colors.

2 #5B4E3A and #4E3A5B with #3A4E5B are triadic colors.