COLOR #3A5C7E

HEX: #3A5C7E
RGB: (58,92,126)

Color info

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

RGB color model

#3A5C7E color RGB value is (58,92,126).

  • red value is 58;
  • green value is 92;
  • blue value is 126.
RGB:
(58,92,126)
(23%,36%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 92 of 255 = 36%
B 126 of 255 = 49%

58
92
126

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

Portions of RGB colors in percentages

R + G + B =
58 + 92 + 126 = 276 (100%)
R 58 of 276 ~ 21.01%
G 92 of 276 ~ 33.33%
B 126 of 276 ~ 45.65%

%21.01
%33.33
%45.65

CMYK color model

#3A5C7E color CMYK value is (54,27,0,51).

  • cyan value is 53.97%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(54,27,0,51)
C54M27Y0K51 
(54%,27%,0%,51%)
(0.54/0.27/0.00/0.51)	

CMYK percentages

%53.97
%26.98
%0
%50.59

Codes

Color #3A5C7E in popluar color models

3A5C7E
RGB5892126
HSL210°36.96%36.08%
HSB/HSV210°53.97%49.41%
CMYK53.97%26.98%0.00%
50.59%

Color #3A5C7E in popluar number systems.

HEX3A5C7E
Decimal5892126
Binary11101010111001111110
Octal72134176

Shades and tints

Shades of #3A5C7E

#3A5C7E
(58,92,126)
#355473
(53,84,115)
#304C68
(48,76,104)
#2B445D
(43,68,93)
#263C52
(38,60,82)
#213447
(33,52,71)
#1C2C3C
(28,44,60)
#172431
(23,36,49)
#121C26
(18,28,38)
#0D141B
(13,20,27)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #3A5C7E

#3A5C7E
(58,92,126)
#4B6A89
(75,106,137)
#5C7894
(92,120,148)
#6D869F
(109,134,159)
#7E94AA
(126,148,170)
#8FA2B5
(143,162,181)
#A0B0C0
(160,176,192)
#B1BECB
(177,190,203)
#C2CCD6
(194,204,214)
#D3DAE1
(211,218,225)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5C7E; }

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

This text font color is #3A5C7E.


Background Color

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

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

This div background color is #3A5C7E.


Border color

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

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

This div border color is #3A5C7E.


Opacity

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

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

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

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

This text has shadow with #3A5C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5C7E on black background.


Color preview on white background

This text has color #3A5C7E on white background.



Black color preview on #3A5C7E background

This text has black color on #3A5C7E background.


White color preview on #3A5C7E background

This text has white color on #3A5C7E background.