COLOR #323A65

HEX: #323A65
RGB: (50,58,101)

Color info

#323A65 contains red, green and blue colors in about the same proportion. Web safe color of #323A65 is #333366 (or #336).

RGB color model

#323A65 color RGB value is (50,58,101).

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

RGB channels and saturation

R 50 of 255 = 20%
G 58 of 255 = 23%
B 101 of 255 = 40%

50
58
101

R + G + B ~ 28%. #323A65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 58 + 101 = 209 (100%)
R 50 of 209 ~ 23.92%
G 58 of 209 ~ 27.75%
B 101 of 209 ~ 48.33%

%23.92
%27.75
%48.33

CMYK color model

#323A65 color CMYK value is (50,43,0,60).

  • cyan value is 50.50%
  • magenta value is 42.57%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(50,43,0,60)
C50M43Y0K60 
(50%,43%,0%,60%)
(0.50/0.43/0.00/0.60)	

CMYK percentages

%50.5
%42.57
%0
%60.39

Codes

Color #323A65 in popluar color models

323A65
RGB5058101
HSL231°33.77%29.61%
HSB/HSV231°50.50%39.61%
CMYK50.50%42.57%0.00%
60.39%

Color #323A65 in popluar number systems.

HEX323A65
Decimal5058101
Binary1100101110101100101
Octal6272145

Shades and tints

Shades of #323A65

#323A65
(50,58,101)
#2E355C
(46,53,92)
#2A3053
(42,48,83)
#262B4A
(38,43,74)
#222641
(34,38,65)
#1E2138
(30,33,56)
#1A1C2F
(26,28,47)
#161726
(22,23,38)
#12121D
(18,18,29)
#0E0D14
(14,13,20)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #323A65

#323A65
(50,58,101)
#444B73
(68,75,115)
#565C81
(86,92,129)
#686D8F
(104,109,143)
#7A7E9D
(122,126,157)
#8C8FAB
(140,143,171)
#9EA0B9
(158,160,185)
#B0B1C7
(176,177,199)
#C2C2D5
(194,194,213)
#D4D3E3
(212,211,227)
#E6E4F1
(230,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #323A65; }

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

This text font color is #323A65.


Background Color

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

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

This div background color is #323A65.


Border color

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

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

This div border color is #323A65.


Opacity

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

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

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

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

This text has shadow with #323A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323A65 on black background.


Color preview on white background

This text has color #323A65 on white background.



Black color preview on #323A65 background

This text has black color on #323A65 background.


White color preview on #323A65 background

This text has white color on #323A65 background.