COLOR #323F72

HEX: #323F72
RGB: (50,63,114)

Color info

#323F72 contains mainly green and blue colors. Web safe color of #323F72 is #333366 (or #336).

RGB color model

#323F72 color RGB value is (50,63,114).

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

RGB channels and saturation

R 50 of 255 = 20%
G 63 of 255 = 25%
B 114 of 255 = 45%

50
63
114

R + G + B ~ 30%. #323F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 63 + 114 = 227 (100%)
R 50 of 227 ~ 22.03%
G 63 of 227 ~ 27.75%
B 114 of 227 ~ 50.22%

%22.03
%27.75
%50.22

CMYK color model

#323F72 color CMYK value is (56,45,0,55).

  • cyan value is 56.14%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(56,45,0,55)
C56M45Y0K55 
(56%,45%,0%,55%)
(0.56/0.45/0.00/0.55)	

CMYK percentages

%56.14
%44.74
%0
%55.29

Codes

Color #323F72 in popluar color models

323F72
RGB5063114
HSL228°39.02%32.16%
HSB/HSV228°56.14%44.71%
CMYK56.14%44.74%0.00%
55.29%

Color #323F72 in popluar number systems.

HEX323F72
Decimal5063114
Binary1100101111111110010
Octal6277162

Shades and tints

Shades of #323F72

#323F72
(50,63,114)
#2E3A68
(46,58,104)
#2A355E
(42,53,94)
#263054
(38,48,84)
#222B4A
(34,43,74)
#1E2640
(30,38,64)
#1A2136
(26,33,54)
#161C2C
(22,28,44)
#121722
(18,23,34)
#0E1218
(14,18,24)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #323F72

#323F72
(50,63,114)
#44507E
(68,80,126)
#56618A
(86,97,138)
#687296
(104,114,150)
#7A83A2
(122,131,162)
#8C94AE
(140,148,174)
#9EA5BA
(158,165,186)
#B0B6C6
(176,182,198)
#C2C7D2
(194,199,210)
#D4D8DE
(212,216,222)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323F72; }

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

This text font color is #323F72.


Background Color

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

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

This div background color is #323F72.


Border color

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

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

This div border color is #323F72.


Opacity

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

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

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

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

This text has shadow with #323F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323F72 on black background.


Color preview on white background

This text has color #323F72 on white background.



Black color preview on #323F72 background

This text has black color on #323F72 background.


White color preview on #323F72 background

This text has white color on #323F72 background.