COLOR #3A3474

HEX: #3A3474 RGB: (58,52,116)

Color info

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

RGB color model

#3A3474 color RGB value is (58,52,116).

RGB: (58,52,116) (23%, 20%, 45%)

RGB channels and saturation

R 58 of 255 = 23%
G 52 of 255 = 20%
B 116 of 255 = 45%

58
52
116

R + G + B ~ 29%. #3A3474 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 52 + 116 = 226 (100%)
R 58 of 226 ~ 25.66%
G 52 of 226 ~ 23.01%
B 116 of 226 ~ 51.33'%

%25.66
%23.01
%51.33

CMYK color model

#3A3474 color CMYK value is (50,55,0,55).

  • cyan value is 50.00%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (50,55,0,55)
C50M55Y0K55 (50%, 55%, 0%, 55%)
(0.50 / 0.55 / 0.00 / 0.55)

CMYK percentages

%50
%55.17
%0
%54.51

Codes

Color #3A3474 in popluar color models

3A 34 74
RGB 58 52 116
HSL 246° 38.10% 32.94%
HSB/HSV 246° 55.17% 45.49%
CMYK 50.00% 55.17% 0.00%
54.51%

Color #3A3474 in popluar number systems.

HEX 3A 34 74
Decimal 58 52 116
Binary 111010 110100 1110100
Octal 72 64 164

Shades and tints

Shades of #3A3474

#3A3474
(58,52,116)
#35306A
(53,48,106)
#302C60
(48,44,96)
#2B2856
(43,40,86)
#26244C
(38,36,76)
#212042
(33,32,66)
#1C1C38
(28,28,56)
#17182E
(23,24,46)
#121424
(18,20,36)
#0D101A
(13,16,26)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #3A3474

#3A3474
(58,52,116)
#4B4680
(75,70,128)
#5C588C
(92,88,140)
#6D6A98
(109,106,152)
#7E7CA4
(126,124,164)
#8F8EB0
(143,142,176)
#A0A0BC
(160,160,188)
#B1B2C8
(177,178,200)
#C2C4D4
(194,196,212)
#D3D6E0
(211,214,224)
#E4E8EC
(228,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3474 color. Also use rgb(58,52,116) instead hex code.

Text Font Color

.myTextColor { color: #3A3474; }

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

This text font color is #3A3474.

Background Color

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

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

This div background color is #3A3474.

Border color

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

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

This div border color is #3A3474.

Opacity

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

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

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

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

This text has shadow with #3A3474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3474.

Preview

Color preview on black background

This text has color #3A3474 on black background.


Color preview on white background

This text has color #3A3474 on white background.


Black color preview on #3A3474 background

This text has black color on #3A3474 background.


White color preview on #3A3474 background

This text has white color on #3A3474 background.


Related colors

Complementary color

Complementary color for #hex is #C5CB8B.


I love getcolorcode.com

Triadic colors

1 #743A34 and #34743A with #3A3474 are triadic colors.

2 #74343A and #343A74 with #3A3474 are triadic colors.