COLOR #323478

HEX: #323478
RGB: (50,52,120)

Color info

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

RGB color model

#323478 color RGB value is (50,52,120).

  • red value is 50;
  • green value is 52;
  • blue value is 120.
RGB:
(50,52,120)
(20%,20%,47%)

RGB channels and saturation

R 50 of 255 = 20%
G 52 of 255 = 20%
B 120 of 255 = 47%

50
52
120

R + G + B ~ 29%. #323478 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 52 + 120 = 222 (100%)
R 50 of 222 ~ 22.52%
G 52 of 222 ~ 23.42%
B 120 of 222 ~ 54.05%

%22.52
%23.42
%54.05

CMYK color model

#323478 color CMYK value is (58,57,0,53).

  • cyan value is 58.33%
  • magenta value is 56.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(58,57,0,53)
C58M57Y0K53 
(58%,57%,0%,53%)
(0.58/0.57/0.00/0.53)	

CMYK percentages

%58.33
%56.67
%0
%52.94

Codes

Color #323478 in popluar color models

323478
RGB5052120
HSL238°41.18%33.33%
HSB/HSV238°58.33%47.06%
CMYK58.33%56.67%0.00%
52.94%

Color #323478 in popluar number systems.

HEX323478
Decimal5052120
Binary1100101101001111000
Octal6264170

Shades and tints

Shades of #323478

#323478
(50,52,120)
#2E306E
(46,48,110)
#2A2C64
(42,44,100)
#26285A
(38,40,90)
#222450
(34,36,80)
#1E2046
(30,32,70)
#1A1C3C
(26,28,60)
#161832
(22,24,50)
#121428
(18,20,40)
#0E101E
(14,16,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #323478

#323478
(50,52,120)
#444684
(68,70,132)
#565890
(86,88,144)
#686A9C
(104,106,156)
#7A7CA8
(122,124,168)
#8C8EB4
(140,142,180)
#9EA0C0
(158,160,192)
#B0B2CC
(176,178,204)
#C2C4D8
(194,196,216)
#D4D6E4
(212,214,228)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #323478 color. Also use rgb(50,52,120) instead hex code.

Text Font Color

.myTextColor { color: #323478; }

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

This text font color is #323478.


Background Color

.myBgColor { background-color: #323478; }

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

This div background color is #323478.


Border color

.myBorderColor { border: 1px solid #323478; }

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

This div border color is #323478.


Opacity

.myOpacity80 { color: #323478; opacity: 0.8; }

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

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

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

This text has shadow with #323478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #323478 on black background.


Color preview on white background

This text has color #323478 on white background.



Black color preview on #323478 background

This text has black color on #323478 background.


White color preview on #323478 background

This text has white color on #323478 background.