COLOR #323C7A

HEX: #323C7A
RGB: (50,60,122)

Color info

#323C7A contains mainly blue color. Web safe color of #323C7A is #333366 (or #336).

RGB color model

#323C7A color RGB value is (50,60,122).

  • red value is 50;
  • green value is 60;
  • blue value is 122.
RGB:
(50,60,122)
(20%,24%,48%)

RGB channels and saturation

R 50 of 255 = 20%
G 60 of 255 = 24%
B 122 of 255 = 48%

50
60
122

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

Portions of RGB colors in percentages

R + G + B =
50 + 60 + 122 = 232 (100%)
R 50 of 232 ~ 21.55%
G 60 of 232 ~ 25.86%
B 122 of 232 ~ 52.59%

%21.55
%25.86
%52.59

CMYK color model

#323C7A color CMYK value is (59,51,0,52).

  • cyan value is 59.02%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(59,51,0,52)
C59M51Y0K52 
(59%,51%,0%,52%)
(0.59/0.51/0.00/0.52)	

CMYK percentages

%59.02
%50.82
%0
%52.16

Codes

Color #323C7A in popluar color models

323C7A
RGB5060122
HSL232°41.86%33.73%
HSB/HSV232°59.02%47.84%
CMYK59.02%50.82%0.00%
52.16%

Color #323C7A in popluar number systems.

HEX323C7A
Decimal5060122
Binary1100101111001111010
Octal6274172

Shades and tints

Shades of #323C7A

#323C7A
(50,60,122)
#2E376F
(46,55,111)
#2A3264
(42,50,100)
#262D59
(38,45,89)
#22284E
(34,40,78)
#1E2343
(30,35,67)
#1A1E38
(26,30,56)
#16192D
(22,25,45)
#121422
(18,20,34)
#0E0F17
(14,15,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #323C7A

#323C7A
(50,60,122)
#444D86
(68,77,134)
#565E92
(86,94,146)
#686F9E
(104,111,158)
#7A80AA
(122,128,170)
#8C91B6
(140,145,182)
#9EA2C2
(158,162,194)
#B0B3CE
(176,179,206)
#C2C4DA
(194,196,218)
#D4D5E6
(212,213,230)
#E6E6F2
(230,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323C7A color. Also use rgb(50,60,122) instead hex code.

Text Font Color

.myTextColor { color: #323C7A; }

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

This text font color is #323C7A.


Background Color

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

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

This div background color is #323C7A.


Border color

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

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

This div border color is #323C7A.


Opacity

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

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

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

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

This text has shadow with #323C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323C7A on black background.


Color preview on white background

This text has color #323C7A on white background.



Black color preview on #323C7A background

This text has black color on #323C7A background.


White color preview on #323C7A background

This text has white color on #323C7A background.