COLOR #3A4682

HEX: #3A4682 RGB: (58,70,130)

Color info

#3A4682 contains mainly blue color. Web safe color of #3A4682 is #333399 (or #339).

RGB color model

#3A4682 color RGB value is (58,70,130).

RGB: (58,70,130) (23%, 27%, 51%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 130 of 255 = 51%

58
70
130

R + G + B ~ 34%. #3A4682 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 70 + 130 = 258 (100%)
R 58 of 258 ~ 22.48%
G 70 of 258 ~ 27.13%
B 130 of 258 ~ 50.39'%

%22.48
%27.13
%50.39

CMYK color model

#3A4682 color CMYK value is (55,46,0,49).

  • cyan value is 55.38%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (55,46,0,49)
C55M46Y0K49 (55%, 46%, 0%, 49%)
(0.55 / 0.46 / 0.00 / 0.49)

CMYK percentages

%55.38
%46.15
%0
%49.02

Codes

Color #3A4682 in popluar color models

3A 46 82
RGB 58 70 130
HSL 230° 38.30% 36.86%
HSB/HSV 230° 55.38% 50.98%
CMYK 55.38% 46.15% 0.00%
49.02%

Color #3A4682 in popluar number systems.

HEX 3A 46 82
Decimal 58 70 130
Binary 111010 1000110 10000010
Octal 72 106 202

Shades and tints

Shades of #3A4682

#3A4682
(58,70,130)
#354077
(53,64,119)
#303A6C
(48,58,108)
#2B3461
(43,52,97)
#262E56
(38,46,86)
#21284B
(33,40,75)
#1C2240
(28,34,64)
#171C35
(23,28,53)
#12162A
(18,22,42)
#0D101F
(13,16,31)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #3A4682

#3A4682
(58,70,130)
#4B568D
(75,86,141)
#5C6698
(92,102,152)
#6D76A3
(109,118,163)
#7E86AE
(126,134,174)
#8F96B9
(143,150,185)
#A0A6C4
(160,166,196)
#B1B6CF
(177,182,207)
#C2C6DA
(194,198,218)
#D3D6E5
(211,214,229)
#E4E6F0
(228,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4682 color. Also use rgb(58,70,130) instead hex code.

Text Font Color

.myTextColor { color: #3A4682; }

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

This text font color is #3A4682.

Background Color

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

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

This div background color is #3A4682.

Border color

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

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

This div border color is #3A4682.

Opacity

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

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

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

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

This text has shadow with #3A4682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4682.

Preview

Color preview on black background

This text has color #3A4682 on black background.


Color preview on white background

This text has color #3A4682 on white background.


Black color preview on #3A4682 background

This text has black color on #3A4682 background.


White color preview on #3A4682 background

This text has white color on #3A4682 background.


Related colors

Complementary color

Complementary color for #hex is #C5B97D.


I love getcolorcode.com

Triadic colors

1 #823A46 and #46823A with #3A4682 are triadic colors.

2 #82463A and #463A82 with #3A4682 are triadic colors.