COLOR #3A4479

HEX: #3A4479 RGB: (58,68,121)

Color info

#3A4479 contains mainly green and blue colors. Web safe color of #3A4479 is #333366 (or #336).

RGB color model

#3A4479 color RGB value is (58,68,121).

RGB: (58,68,121) (23%, 27%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 68 of 255 = 27%
B 121 of 255 = 47%

58
68
121

R + G + B ~ 32%. #3A4479 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 68 + 121 = 247 (100%)
R 58 of 247 ~ 23.48%
G 68 of 247 ~ 27.53%
B 121 of 247 ~ 48.99'%

%23.48
%27.53
%48.99

CMYK color model

#3A4479 color CMYK value is (52,44,0,53).

  • cyan value is 52.07%
  • magenta value is 43.80%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (52,44,0,53)
C52M44Y0K53 (52%, 44%, 0%, 53%)
(0.52 / 0.44 / 0.00 / 0.53)

CMYK percentages

%52.07
%43.8
%0
%52.55

Codes

Color #3A4479 in popluar color models

3A 44 79
RGB 58 68 121
HSL 230° 35.20% 35.10%
HSB/HSV 230° 52.07% 47.45%
CMYK 52.07% 43.80% 0.00%
52.55%

Color #3A4479 in popluar number systems.

HEX 3A 44 79
Decimal 58 68 121
Binary 111010 1000100 1111001
Octal 72 104 171

Shades and tints

Shades of #3A4479

#3A4479
(58,68,121)
#353E6E
(53,62,110)
#303863
(48,56,99)
#2B3258
(43,50,88)
#262C4D
(38,44,77)
#212642
(33,38,66)
#1C2037
(28,32,55)
#171A2C
(23,26,44)
#121421
(18,20,33)
#0D0E16
(13,14,22)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #3A4479

#3A4479
(58,68,121)
#4B5585
(75,85,133)
#5C6691
(92,102,145)
#6D779D
(109,119,157)
#7E88A9
(126,136,169)
#8F99B5
(143,153,181)
#A0AAC1
(160,170,193)
#B1BBCD
(177,187,205)
#C2CCD9
(194,204,217)
#D3DDE5
(211,221,229)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4479 color. Also use rgb(58,68,121) instead hex code.

Text Font Color

.myTextColor { color: #3A4479; }

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

This text font color is #3A4479.

Background Color

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

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

This div background color is #3A4479.

Border color

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

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

This div border color is #3A4479.

Opacity

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

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

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

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

This text has shadow with #3A4479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4479.

Preview

Color preview on black background

This text has color #3A4479 on black background.


Color preview on white background

This text has color #3A4479 on white background.


Black color preview on #3A4479 background

This text has black color on #3A4479 background.


White color preview on #3A4479 background

This text has white color on #3A4479 background.


Related colors

Complementary color

Complementary color for #hex is #C5BB86.


I love getcolorcode.com

Triadic colors

1 #793A44 and #44793A with #3A4479 are triadic colors.

2 #79443A and #443A79 with #3A4479 are triadic colors.