COLOR #3A4879

HEX: #3A4879 RGB: (58,72,121)

Color info

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

RGB color model

#3A4879 color RGB value is (58,72,121).

RGB: (58,72,121) (23%, 28%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 72 of 255 = 28%
B 121 of 255 = 47%

58
72
121

R + G + B ~ 33%. #3A4879 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 72 + 121 = 251 (100%)
R 58 of 251 ~ 23.11%
G 72 of 251 ~ 28.69%
B 121 of 251 ~ 48.21'%

%23.11
%28.69
%48.21

CMYK color model

#3A4879 color CMYK value is (52,40,0,53).

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

CMYK: (52,40,0,53)
C52M40Y0K53 (52%, 40%, 0%, 53%)
(0.52 / 0.40 / 0.00 / 0.53)

CMYK percentages

%52.07
%40.5
%0
%52.55

Codes

Color #3A4879 in popluar color models

3A 48 79
RGB 58 72 121
HSL 227° 35.20% 35.10%
HSB/HSV 227° 52.07% 47.45%
CMYK 52.07% 40.50% 0.00%
52.55%

Color #3A4879 in popluar number systems.

HEX 3A 48 79
Decimal 58 72 121
Binary 111010 1001000 1111001
Octal 72 110 171

Shades and tints

Shades of #3A4879

#3A4879
(58,72,121)
#35426E
(53,66,110)
#303C63
(48,60,99)
#2B3658
(43,54,88)
#26304D
(38,48,77)
#212A42
(33,42,66)
#1C2437
(28,36,55)
#171E2C
(23,30,44)
#121821
(18,24,33)
#0D1216
(13,18,22)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #3A4879

#3A4879
(58,72,121)
#4B5885
(75,88,133)
#5C6891
(92,104,145)
#6D789D
(109,120,157)
#7E88A9
(126,136,169)
#8F98B5
(143,152,181)
#A0A8C1
(160,168,193)
#B1B8CD
(177,184,205)
#C2C8D9
(194,200,217)
#D3D8E5
(211,216,229)
#E4E8F1
(228,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A4879; }

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

This text font color is #3A4879.

Background Color

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

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

This div background color is #3A4879.

Border color

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

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

This div border color is #3A4879.

Opacity

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

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

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

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

This text has shadow with #3A4879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4879.

Preview

Color preview on black background

This text has color #3A4879 on black background.


Color preview on white background

This text has color #3A4879 on white background.


Black color preview on #3A4879 background

This text has black color on #3A4879 background.


White color preview on #3A4879 background

This text has white color on #3A4879 background.


Related colors

Complementary color

Complementary color for #hex is #C5B786.


I love getcolorcode.com

Triadic colors

1 #793A48 and #48793A with #3A4879 are triadic colors.

2 #79483A and #483A79 with #3A4879 are triadic colors.