COLOR #323F9B

HEX: #323F9B
RGB: (50,63,155)

Color info

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

RGB color model

#323F9B color RGB value is (50,63,155).

  • red value is 50;
  • green value is 63;
  • blue value is 155.
RGB:
(50,63,155)
(20%,25%,61%)

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 155 of 255 = 61%

50
63
155

R + G + B ~ 35%. #323F9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 63 + 155 = 268 (100%)
R 50 of 268 ~ 18.66%
G 63 of 268 ~ 23.51%
B 155 of 268 ~ 57.84%

%18.66
%23.51
%57.84

CMYK color model

#323F9B color CMYK value is (68,59,0,39).

  • cyan value is 67.74%
  • magenta value is 59.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(68,59,0,39)
C68M59Y0K39 
(68%,59%,0%,39%)
(0.68/0.59/0.00/0.39)	

CMYK percentages

%67.74
%59.35
%0
%39.22

Codes

Color #323F9B in popluar color models

323F9B
RGB5063155
HSL233°51.22%40.20%
HSB/HSV233°67.74%60.78%
CMYK67.74%59.35%0.00%
39.22%

Color #323F9B in popluar number systems.

HEX323F9B
Decimal5063155
Binary11001011111110011011
Octal6277233

Shades and tints

Shades of #323F9B

#323F9B
(50,63,155)
#2E3A8D
(46,58,141)
#2A357F
(42,53,127)
#263071
(38,48,113)
#222B63
(34,43,99)
#1E2655
(30,38,85)
#1A2147
(26,33,71)
#161C39
(22,28,57)
#12172B
(18,23,43)
#0E121D
(14,18,29)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #323F9B

#323F9B
(50,63,155)
#4450A4
(68,80,164)
#5661AD
(86,97,173)
#6872B6
(104,114,182)
#7A83BF
(122,131,191)
#8C94C8
(140,148,200)
#9EA5D1
(158,165,209)
#B0B6DA
(176,182,218)
#C2C7E3
(194,199,227)
#D4D8EC
(212,216,236)
#E6E9F5
(230,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323F9B color. Also use rgb(50,63,155) instead hex code.

Text Font Color

.myTextColor { color: #323F9B; }

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

This text font color is #323F9B.


Background Color

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

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

This div background color is #323F9B.


Border color

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

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

This div border color is #323F9B.


Opacity

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

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

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

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

This text has shadow with #323F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323F9B on black background.


Color preview on white background

This text has color #323F9B on white background.



Black color preview on #323F9B background

This text has black color on #323F9B background.


White color preview on #323F9B background

This text has white color on #323F9B background.