COLOR #321F87

HEX: #321F87
RGB: (50,31,135)

Color info

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

RGB color model

#321F87 color RGB value is (50,31,135).

  • red value is 50;
  • green value is 31;
  • blue value is 135.
RGB:
(50,31,135)
(20%,12%,53%)

RGB channels and saturation

R 50 of 255 = 20%
G 31 of 255 = 12%
B 135 of 255 = 53%

50
31
135

R + G + B ~ 28%. #321F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 31 + 135 = 216 (100%)
R 50 of 216 ~ 23.15%
G 31 of 216 ~ 14.35%
B 135 of 216 ~ 62.5%

%23.15
%14.35
%62.5

CMYK color model

#321F87 color CMYK value is (63,77,0,47).

  • cyan value is 62.96%
  • magenta value is 77.04%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(63,77,0,47)
C63M77Y0K47 
(63%,77%,0%,47%)
(0.63/0.77/0.00/0.47)	

CMYK percentages

%62.96
%77.04
%0
%47.06

Codes

Color #321F87 in popluar color models

321F87
RGB5031135
HSL251°62.65%32.55%
HSB/HSV251°77.04%52.94%
CMYK62.96%77.04%0.00%
47.06%

Color #321F87 in popluar number systems.

HEX321F87
Decimal5031135
Binary1100101111110000111
Octal6237207

Shades and tints

Shades of #321F87

#321F87
(50,31,135)
#2E1D7B
(46,29,123)
#2A1B6F
(42,27,111)
#261963
(38,25,99)
#221757
(34,23,87)
#1E154B
(30,21,75)
#1A133F
(26,19,63)
#161133
(22,17,51)
#120F27
(18,15,39)
#0E0D1B
(14,13,27)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #321F87

#321F87
(50,31,135)
#443391
(68,51,145)
#56479B
(86,71,155)
#685BA5
(104,91,165)
#7A6FAF
(122,111,175)
#8C83B9
(140,131,185)
#9E97C3
(158,151,195)
#B0ABCD
(176,171,205)
#C2BFD7
(194,191,215)
#D4D3E1
(212,211,225)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321F87 color. Also use rgb(50,31,135) instead hex code.

Text Font Color

.myTextColor { color: #321F87; }

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

This text font color is #321F87.


Background Color

.myBgColor { background-color: #321F87; }

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

This div background color is #321F87.


Border color

.myBorderColor { border: 1px solid #321F87; }

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

This div border color is #321F87.


Opacity

.myOpacity80 { color: #321F87; opacity: 0.8; }

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

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

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

This text has shadow with #321F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #321F87 on black background.


Color preview on white background

This text has color #321F87 on white background.



Black color preview on #321F87 background

This text has black color on #321F87 background.


White color preview on #321F87 background

This text has white color on #321F87 background.