COLOR #323584

HEX: #323584
RGB: (50,53,132)

Color info

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

RGB color model

#323584 color RGB value is (50,53,132).

  • red value is 50;
  • green value is 53;
  • blue value is 132.
RGB:
(50,53,132)
(20%,21%,52%)

RGB channels and saturation

R 50 of 255 = 20%
G 53 of 255 = 21%
B 132 of 255 = 52%

50
53
132

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

Portions of RGB colors in percentages

R + G + B =
50 + 53 + 132 = 235 (100%)
R 50 of 235 ~ 21.28%
G 53 of 235 ~ 22.55%
B 132 of 235 ~ 56.17%

%21.28
%22.55
%56.17

CMYK color model

#323584 color CMYK value is (62,60,0,48).

  • cyan value is 62.12%
  • magenta value is 59.85%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(62,60,0,48)
C62M60Y0K48 
(62%,60%,0%,48%)
(0.62/0.60/0.00/0.48)	

CMYK percentages

%62.12
%59.85
%0
%48.24

Codes

Color #323584 in popluar color models

323584
RGB5053132
HSL238°45.05%35.69%
HSB/HSV238°62.12%51.76%
CMYK62.12%59.85%0.00%
48.24%

Color #323584 in popluar number systems.

HEX323584
Decimal5053132
Binary11001011010110000100
Octal6265204

Shades and tints

Shades of #323584

#323584
(50,53,132)
#2E3178
(46,49,120)
#2A2D6C
(42,45,108)
#262960
(38,41,96)
#222554
(34,37,84)
#1E2148
(30,33,72)
#1A1D3C
(26,29,60)
#161930
(22,25,48)
#121524
(18,21,36)
#0E1118
(14,17,24)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #323584

#323584
(50,53,132)
#44478F
(68,71,143)
#56599A
(86,89,154)
#686BA5
(104,107,165)
#7A7DB0
(122,125,176)
#8C8FBB
(140,143,187)
#9EA1C6
(158,161,198)
#B0B3D1
(176,179,209)
#C2C5DC
(194,197,220)
#D4D7E7
(212,215,231)
#E6E9F2
(230,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323584 color. Also use rgb(50,53,132) instead hex code.

Text Font Color

.myTextColor { color: #323584; }

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

This text font color is #323584.


Background Color

.myBgColor { background-color: #323584; }

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

This div background color is #323584.


Border color

.myBorderColor { border: 1px solid #323584; }

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

This div border color is #323584.


Opacity

.myOpacity80 { color: #323584; opacity: 0.8; }

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

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

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

This text has shadow with #323584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323584 on black background.


Color preview on white background

This text has color #323584 on white background.



Black color preview on #323584 background

This text has black color on #323584 background.


White color preview on #323584 background

This text has white color on #323584 background.