COLOR #3A5781

HEX: #3A5781
RGB: (58,87,129)

Color info

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

RGB color model

#3A5781 color RGB value is (58,87,129).

  • red value is 58;
  • green value is 87;
  • blue value is 129.
RGB:
(58,87,129)
(23%,34%,51%)

RGB channels and saturation

R 58 of 255 = 23%
G 87 of 255 = 34%
B 129 of 255 = 51%

58
87
129

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

Portions of RGB colors in percentages

R + G + B =
58 + 87 + 129 = 274 (100%)
R 58 of 274 ~ 21.17%
G 87 of 274 ~ 31.75%
B 129 of 274 ~ 47.08%

%21.17
%31.75
%47.08

CMYK color model

#3A5781 color CMYK value is (55,33,0,49).

  • cyan value is 55.04%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(55,33,0,49)
C55M33Y0K49 
(55%,33%,0%,49%)
(0.55/0.33/0.00/0.49)	

CMYK percentages

%55.04
%32.56
%0
%49.41

Codes

Color #3A5781 in popluar color models

3A5781
RGB5887129
HSL215°37.97%36.67%
HSB/HSV215°55.04%50.59%
CMYK55.04%32.56%0.00%
49.41%

Color #3A5781 in popluar number systems.

HEX3A5781
Decimal5887129
Binary111010101011110000001
Octal72127201

Shades and tints

Shades of #3A5781

#3A5781
(58,87,129)
#355076
(53,80,118)
#30496B
(48,73,107)
#2B4260
(43,66,96)
#263B55
(38,59,85)
#21344A
(33,52,74)
#1C2D3F
(28,45,63)
#172634
(23,38,52)
#121F29
(18,31,41)
#0D181E
(13,24,30)
#081113
(8,17,19)
#000000
(0,0,0)

Tints of #3A5781

#3A5781
(58,87,129)
#4B668C
(75,102,140)
#5C7597
(92,117,151)
#6D84A2
(109,132,162)
#7E93AD
(126,147,173)
#8FA2B8
(143,162,184)
#A0B1C3
(160,177,195)
#B1C0CE
(177,192,206)
#C2CFD9
(194,207,217)
#D3DEE4
(211,222,228)
#E4EDEF
(228,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5781 color. Also use rgb(58,87,129) instead hex code.

Text Font Color

.myTextColor { color: #3A5781; }

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

This text font color is #3A5781.


Background Color

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

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

This div background color is #3A5781.


Border color

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

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

This div border color is #3A5781.


Opacity

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

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

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

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

This text has shadow with #3A5781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A5781 on black background.


Color preview on white background

This text has color #3A5781 on white background.



Black color preview on #3A5781 background

This text has black color on #3A5781 background.


White color preview on #3A5781 background

This text has white color on #3A5781 background.