COLOR #3A5B8D

HEX: #3A5B8D RGB: (58,91,141)

Color info

#3A5B8D contains mainly green and blue colors. Web safe color of #3A5B8D is #336699 (or #369).

RGB color model

#3A5B8D color RGB value is (58,91,141).

RGB: (58,91,141) (23%, 36%, 55%)

RGB channels and saturation

R 58 of 255 = 23%
G 91 of 255 = 36%
B 141 of 255 = 55%

58
91
141

R + G + B ~ 38%. #3A5B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 91 + 141 = 290 (100%)
R 58 of 290 ~ 20%
G 91 of 290 ~ 31.38%
B 141 of 290 ~ 48.62'%

%20
%31.38
%48.62

CMYK color model

#3A5B8D color CMYK value is (59,35,0,45).

  • cyan value is 58.87%
  • magenta value is 35.46%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (59,35,0,45) C59M35Y0K45 (59%,35%,0%,45%) (0.59/0.35/0.00/0.45) 

CMYK percentages

%58.87
%35.46
%0
%44.71

Codes

Color #3A5B8D in popluar color models

3A 5B 8D
RGB 58 91 141
HSL 216° 41.71% 39.02%
HSB/HSV 216° 58.87% 55.29%
CMYK 58.87% 35.46% 0.00%
44.71%

Color #3A5B8D in popluar number systems.

HEX 3A 5B 8D
Decimal 58 91 141
Binary 111010 1011011 10001101
Octal 72 133 215

Shades and tints

Shades of #3A5B8D

#3A5B8D
(58,91,141)
#355381
(53,83,129)
#304B75
(48,75,117)
#2B4369
(43,67,105)
#263B5D
(38,59,93)
#213351
(33,51,81)
#1C2B45
(28,43,69)
#172339
(23,35,57)
#121B2D
(18,27,45)
#0D1321
(13,19,33)
#080B15
(8,11,21)
#000000
(0,0,0)

Tints of #3A5B8D

#3A5B8D
(58,91,141)
#4B6997
(75,105,151)
#5C77A1
(92,119,161)
#6D85AB
(109,133,171)
#7E93B5
(126,147,181)
#8FA1BF
(143,161,191)
#A0AFC9
(160,175,201)
#B1BDD3
(177,189,211)
#C2CBDD
(194,203,221)
#D3D9E7
(211,217,231)
#E4E7F1
(228,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5B8D; }

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

This text font color is #3A5B8D.

Background Color

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

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

This div background color is #3A5B8D.

Border color

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

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

This div border color is #3A5B8D.

Opacity

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

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

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

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

This text has shadow with #3A5B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5B8D.

Preview

Color preview on black background

This text has color #3A5B8D on black background.


Color preview on white background

This text has color #3A5B8D on white background.


Black color preview on #3A5B8D background

This text has black color on #3A5B8D background.


White color preview on #3A5B8D background

This text has white color on #3A5B8D background.


Related colors

Complementary color

Complementary color for #hex is #C5A472.


I love getcolorcode.com

Triadic colors

1 #8D3A5B and #5B8D3A with #3A5B8D are triadic colors.

2 #8D5B3A and #5B3A8D with #3A5B8D are triadic colors.