COLOR #323AA5

HEX: #323AA5
RGB: (50,58,165)

Color info

#323AA5 contains mainly blue color. Web safe color of #323AA5 is #333399 (or #339).

RGB color model

#323AA5 color RGB value is (50,58,165).

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

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 165 of 255 = 65%

50
58
165

R + G + B ~ 36%. #323AA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 165 = 273 (100%)
R 50 of 273 ~ 18.32%
G 58 of 273 ~ 21.25%
B 165 of 273 ~ 60.44%

%18.32
%21.25
%60.44

CMYK color model

#323AA5 color CMYK value is (70,65,0,35).

  • cyan value is 69.70%
  • magenta value is 64.85%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(70,65,0,35)
C70M65Y0K35 
(70%,65%,0%,35%)
(0.70/0.65/0.00/0.35)	

CMYK percentages

%69.7
%64.85
%0
%35.29

Codes

Color #323AA5 in popluar color models

323AA5
RGB5058165
HSL236°53.49%42.16%
HSB/HSV236°69.70%64.71%
CMYK69.70%64.85%0.00%
35.29%

Color #323AA5 in popluar number systems.

HEX323AA5
Decimal5058165
Binary11001011101010100101
Octal6272245

Shades and tints

Shades of #323AA5

#323AA5
(50,58,165)
#2E3596
(46,53,150)
#2A3087
(42,48,135)
#262B78
(38,43,120)
#222669
(34,38,105)
#1E215A
(30,33,90)
#1A1C4B
(26,28,75)
#16173C
(22,23,60)
#12122D
(18,18,45)
#0E0D1E
(14,13,30)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #323AA5

#323AA5
(50,58,165)
#444BAD
(68,75,173)
#565CB5
(86,92,181)
#686DBD
(104,109,189)
#7A7EC5
(122,126,197)
#8C8FCD
(140,143,205)
#9EA0D5
(158,160,213)
#B0B1DD
(176,177,221)
#C2C2E5
(194,194,229)
#D4D3ED
(212,211,237)
#E6E4F5
(230,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323AA5 color. Also use rgb(50,58,165) instead hex code.

Text Font Color

.myTextColor { color: #323AA5; }

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

This text font color is #323AA5.


Background Color

.myBgColor { background-color: #323AA5; }

<div style="background-color:#323AA5">Inner text</div>

This div background color is #323AA5.


Border color

.myBorderColor { border: 1px solid #323AA5; }

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

This div border color is #323AA5.


Opacity

.myOpacity80 { color: #323AA5; opacity: 0.8; }

<p style="color:#323AA5;opacity:0.8;">80%</p>

Text with #323AA5 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 #323AA5;}

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

This text has shadow with #323AA5 color.

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

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

This text has shadow with #323AA5 primary color and red secondary color.


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

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

This text has shadow with #323AA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323AA5 on black background.


Color preview on white background

This text has color #323AA5 on white background.



Black color preview on #323AA5 background

This text has black color on #323AA5 background.


White color preview on #323AA5 background

This text has white color on #323AA5 background.