COLOR #324C84

HEX: #324C84
RGB: (50,76,132)

Color info

#324C84 contains mainly green and blue colors. Web safe color of #324C84 is #333399 (or #339).

RGB color model

#324C84 color RGB value is (50,76,132).

  • red value is 50;
  • green value is 76;
  • blue value is 132.
RGB:
(50,76,132)
(20%,30%,52%)

RGB channels and saturation

R 50 of 255 = 20%
G 76 of 255 = 30%
B 132 of 255 = 52%

50
76
132

R + G + B ~ 34%. #324C84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 76 + 132 = 258 (100%)
R 50 of 258 ~ 19.38%
G 76 of 258 ~ 29.46%
B 132 of 258 ~ 51.16%

%19.38
%29.46
%51.16

CMYK color model

#324C84 color CMYK value is (62,42,0,48).

  • cyan value is 62.12%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(62,42,0,48)
C62M42Y0K48 
(62%,42%,0%,48%)
(0.62/0.42/0.00/0.48)	

CMYK percentages

%62.12
%42.42
%0
%48.24

Codes

Color #324C84 in popluar color models

324C84
RGB5076132
HSL221°45.05%35.69%
HSB/HSV221°62.12%51.76%
CMYK62.12%42.42%0.00%
48.24%

Color #324C84 in popluar number systems.

HEX324C84
Decimal5076132
Binary110010100110010000100
Octal62114204

Shades and tints

Shades of #324C84

#324C84
(50,76,132)
#2E4678
(46,70,120)
#2A406C
(42,64,108)
#263A60
(38,58,96)
#223454
(34,52,84)
#1E2E48
(30,46,72)
#1A283C
(26,40,60)
#162230
(22,34,48)
#121C24
(18,28,36)
#0E1618
(14,22,24)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #324C84

#324C84
(50,76,132)
#445C8F
(68,92,143)
#566C9A
(86,108,154)
#687CA5
(104,124,165)
#7A8CB0
(122,140,176)
#8C9CBB
(140,156,187)
#9EACC6
(158,172,198)
#B0BCD1
(176,188,209)
#C2CCDC
(194,204,220)
#D4DCE7
(212,220,231)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324C84 color. Also use rgb(50,76,132) instead hex code.

Text Font Color

.myTextColor { color: #324C84; }

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

This text font color is #324C84.


Background Color

.myBgColor { background-color: #324C84; }

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

This div background color is #324C84.


Border color

.myBorderColor { border: 1px solid #324C84; }

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

This div border color is #324C84.


Opacity

.myOpacity80 { color: #324C84; opacity: 0.8; }

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

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

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

This text has shadow with #324C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324C84 on black background.


Color preview on white background

This text has color #324C84 on white background.



Black color preview on #324C84 background

This text has black color on #324C84 background.


White color preview on #324C84 background

This text has white color on #324C84 background.