COLOR #3A5C7B

HEX: #3A5C7B RGB: (58,92,123)

Color info

#3A5C7B contains mainly green and blue colors. Web safe color of #3A5C7B is #336666 (or #366).

RGB color model

#3A5C7B color RGB value is (58,92,123).

RGB: (58,92,123) (23%, 36%, 48%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 123 of 255 = 48%

58
92
123

R + G + B ~ 36%. #3A5C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 92 + 123 = 273 (100%)
R 58 of 273 ~ 21.25%
G 92 of 273 ~ 33.7%
B 123 of 273 ~ 45.05'%

%21.25
%33.7
%45.05

CMYK color model

#3A5C7B color CMYK value is (53,25,0,52).

  • cyan value is 52.85%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (53,25,0,52)
C53M25Y0K52 (53%, 25%, 0%, 52%)
(0.53 / 0.25 / 0.00 / 0.52)

CMYK percentages

%52.85
%25.2
%0
%51.76

Codes

Color #3A5C7B in popluar color models

3A 5C 7B
RGB 58 92 123
HSL 209° 35.91% 35.49%
HSB/HSV 209° 52.85% 48.24%
CMYK 52.85% 25.20% 0.00%
51.76%

Color #3A5C7B in popluar number systems.

HEX 3A 5C 7B
Decimal 58 92 123
Binary 111010 1011100 1111011
Octal 72 134 173

Shades and tints

Shades of #3A5C7B

#3A5C7B
(58,92,123)
#355470
(53,84,112)
#304C65
(48,76,101)
#2B445A
(43,68,90)
#263C4F
(38,60,79)
#213444
(33,52,68)
#1C2C39
(28,44,57)
#17242E
(23,36,46)
#121C23
(18,28,35)
#0D1418
(13,20,24)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #3A5C7B

#3A5C7B
(58,92,123)
#4B6A87
(75,106,135)
#5C7893
(92,120,147)
#6D869F
(109,134,159)
#7E94AB
(126,148,171)
#8FA2B7
(143,162,183)
#A0B0C3
(160,176,195)
#B1BECF
(177,190,207)
#C2CCDB
(194,204,219)
#D3DAE7
(211,218,231)
#E4E8F3
(228,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5C7B color. Also use rgb(58,92,123) instead hex code.

Text Font Color

.myTextColor { color: #3A5C7B; }

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

This text font color is #3A5C7B.

Background Color

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

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

This div background color is #3A5C7B.

Border color

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

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

This div border color is #3A5C7B.

Opacity

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

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

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

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

This text has shadow with #3A5C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5C7B.

Preview

Color preview on black background

This text has color #3A5C7B on black background.


Color preview on white background

This text has color #3A5C7B on white background.


Black color preview on #3A5C7B background

This text has black color on #3A5C7B background.


White color preview on #3A5C7B background

This text has white color on #3A5C7B background.


Related colors

Complementary color

Complementary color for #hex is #C5A384.


I love getcolorcode.com

Triadic colors

1 #7B3A5C and #5C7B3A with #3A5C7B are triadic colors.

2 #7B5C3A and #5C3A7B with #3A5C7B are triadic colors.