COLOR #3A3572

HEX: #3A3572 RGB: (58,53,114)

Color info

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

RGB color model

#3A3572 color RGB value is (58,53,114).

RGB: (58,53,114) (23%, 21%, 45%)

RGB channels and saturation

R 58 of 255 = 23%
G 53 of 255 = 21%
B 114 of 255 = 45%

58
53
114

R + G + B ~ 30%. #3A3572 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 53 + 114 = 225 (100%)
R 58 of 225 ~ 25.78%
G 53 of 225 ~ 23.56%
B 114 of 225 ~ 50.67'%

%25.78
%23.56
%50.67

CMYK color model

#3A3572 color CMYK value is (49,54,0,55).

  • cyan value is 49.12%
  • magenta value is 53.51%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (49,54,0,55)
C49M54Y0K55 (49%, 54%, 0%, 55%)
(0.49 / 0.54 / 0.00 / 0.55)

CMYK percentages

%49.12
%53.51
%0
%55.29

Codes

Color #3A3572 in popluar color models

3A 35 72
RGB 58 53 114
HSL 245° 36.53% 32.75%
HSB/HSV 245° 53.51% 44.71%
CMYK 49.12% 53.51% 0.00%
55.29%

Color #3A3572 in popluar number systems.

HEX 3A 35 72
Decimal 58 53 114
Binary 111010 110101 1110010
Octal 72 65 162

Shades and tints

Shades of #3A3572

#3A3572
(58,53,114)
#353168
(53,49,104)
#302D5E
(48,45,94)
#2B2954
(43,41,84)
#26254A
(38,37,74)
#212140
(33,33,64)
#1C1D36
(28,29,54)
#17192C
(23,25,44)
#121522
(18,21,34)
#0D1118
(13,17,24)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #3A3572

#3A3572
(58,53,114)
#4B477E
(75,71,126)
#5C598A
(92,89,138)
#6D6B96
(109,107,150)
#7E7DA2
(126,125,162)
#8F8FAE
(143,143,174)
#A0A1BA
(160,161,186)
#B1B3C6
(177,179,198)
#C2C5D2
(194,197,210)
#D3D7DE
(211,215,222)
#E4E9EA
(228,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3572 color. Also use rgb(58,53,114) instead hex code.

Text Font Color

.myTextColor { color: #3A3572; }

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

This text font color is #3A3572.

Background Color

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

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

This div background color is #3A3572.

Border color

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

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

This div border color is #3A3572.

Opacity

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

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

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

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

This text has shadow with #3A3572 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A3572.

Preview

Color preview on black background

This text has color #3A3572 on black background.


Color preview on white background

This text has color #3A3572 on white background.


Black color preview on #3A3572 background

This text has black color on #3A3572 background.


White color preview on #3A3572 background

This text has white color on #3A3572 background.


Related colors

Complementary color

Complementary color for #hex is #C5CA8D.


I love getcolorcode.com

Triadic colors

1 #723A35 and #35723A with #3A3572 are triadic colors.

2 #72353A and #353A72 with #3A3572 are triadic colors.