COLOR #3A327E

HEX: #3A327E
RGB: (58,50,126)

Color info

#3A327E contains mainly blue color. Web safe color of #3A327E is #333366 (or #336).

RGB color model

#3A327E color RGB value is (58,50,126).

  • red value is 58;
  • green value is 50;
  • blue value is 126.
RGB:
(58,50,126)
(23%,20%,49%)

RGB channels and saturation

R 58 of 255 = 23%
G 50 of 255 = 20%
B 126 of 255 = 49%

58
50
126

R + G + B ~ 31%. #3A327E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 50 + 126 = 234 (100%)
R 58 of 234 ~ 24.79%
G 50 of 234 ~ 21.37%
B 126 of 234 ~ 53.85%

%24.79
%21.37
%53.85

CMYK color model

#3A327E color CMYK value is (54,60,0,51).

  • cyan value is 53.97%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(54,60,0,51)
C54M60Y0K51 
(54%,60%,0%,51%)
(0.54/0.60/0.00/0.51)	

CMYK percentages

%53.97
%60.32
%0
%50.59

Codes

Color #3A327E in popluar color models

3A327E
RGB5850126
HSL246°43.18%34.51%
HSB/HSV246°60.32%49.41%
CMYK53.97%60.32%0.00%
50.59%

Color #3A327E in popluar number systems.

HEX3A327E
Decimal5850126
Binary1110101100101111110
Octal7262176

Shades and tints

Shades of #3A327E

#3A327E
(58,50,126)
#352E73
(53,46,115)
#302A68
(48,42,104)
#2B265D
(43,38,93)
#262252
(38,34,82)
#211E47
(33,30,71)
#1C1A3C
(28,26,60)
#171631
(23,22,49)
#121226
(18,18,38)
#0D0E1B
(13,14,27)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A327E

#3A327E
(58,50,126)
#4B4489
(75,68,137)
#5C5694
(92,86,148)
#6D689F
(109,104,159)
#7E7AAA
(126,122,170)
#8F8CB5
(143,140,181)
#A09EC0
(160,158,192)
#B1B0CB
(177,176,203)
#C2C2D6
(194,194,214)
#D3D4E1
(211,212,225)
#E4E6EC
(228,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A327E color. Also use rgb(58,50,126) instead hex code.

Text Font Color

.myTextColor { color: #3A327E; }

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

This text font color is #3A327E.


Background Color

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

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

This div background color is #3A327E.


Border color

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

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

This div border color is #3A327E.


Opacity

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

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

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

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

This text has shadow with #3A327E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A327E on black background.


Color preview on white background

This text has color #3A327E on white background.



Black color preview on #3A327E background

This text has black color on #3A327E background.


White color preview on #3A327E background

This text has white color on #3A327E background.