COLOR #3A3984

HEX: #3A3984
RGB: (58,57,132)

Color info

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

RGB color model

#3A3984 color RGB value is (58,57,132).

  • red value is 58;
  • green value is 57;
  • blue value is 132.
RGB:
(58,57,132)
(23%,22%,52%)

RGB channels and saturation

R 58 of 255 = 23%
G 57 of 255 = 22%
B 132 of 255 = 52%

58
57
132

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

Portions of RGB colors in percentages

R + G + B =
58 + 57 + 132 = 247 (100%)
R 58 of 247 ~ 23.48%
G 57 of 247 ~ 23.08%
B 132 of 247 ~ 53.44%

%23.48
%23.08
%53.44

CMYK color model

#3A3984 color CMYK value is (56,57,0,48).

  • cyan value is 56.06%
  • magenta value is 56.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(56,57,0,48)
C56M57Y0K48 
(56%,57%,0%,48%)
(0.56/0.57/0.00/0.48)	

CMYK percentages

%56.06
%56.82
%0
%48.24

Codes

Color #3A3984 in popluar color models

3A3984
RGB5857132
HSL241°39.68%37.06%
HSB/HSV241°56.82%51.76%
CMYK56.06%56.82%0.00%
48.24%

Color #3A3984 in popluar number systems.

HEX3A3984
Decimal5857132
Binary11101011100110000100
Octal7271204

Shades and tints

Shades of #3A3984

#3A3984
(58,57,132)
#353478
(53,52,120)
#302F6C
(48,47,108)
#2B2A60
(43,42,96)
#262554
(38,37,84)
#212048
(33,32,72)
#1C1B3C
(28,27,60)
#171630
(23,22,48)
#121124
(18,17,36)
#0D0C18
(13,12,24)
#08070C
(8,7,12)
#000000
(0,0,0)

Tints of #3A3984

#3A3984
(58,57,132)
#4B4B8F
(75,75,143)
#5C5D9A
(92,93,154)
#6D6FA5
(109,111,165)
#7E81B0
(126,129,176)
#8F93BB
(143,147,187)
#A0A5C6
(160,165,198)
#B1B7D1
(177,183,209)
#C2C9DC
(194,201,220)
#D3DBE7
(211,219,231)
#E4EDF2
(228,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3984 color. Also use rgb(58,57,132) instead hex code.

Text Font Color

.myTextColor { color: #3A3984; }

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

This text font color is #3A3984.


Background Color

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

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

This div background color is #3A3984.


Border color

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

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

This div border color is #3A3984.


Opacity

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

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

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

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

This text has shadow with #3A3984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3984 on black background.


Color preview on white background

This text has color #3A3984 on white background.



Black color preview on #3A3984 background

This text has black color on #3A3984 background.


White color preview on #3A3984 background

This text has white color on #3A3984 background.