COLOR #324A84

HEX: #324A84
RGB: (50,74,132)

Color info

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

RGB color model

#324A84 color RGB value is (50,74,132).

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

RGB channels and saturation

R 50 of 255 = 20%
G 74 of 255 = 29%
B 132 of 255 = 52%

50
74
132

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

Portions of RGB colors in percentages

R + G + B =
50 + 74 + 132 = 256 (100%)
R 50 of 256 ~ 19.53%
G 74 of 256 ~ 28.91%
B 132 of 256 ~ 51.56%

%19.53
%28.91
%51.56

CMYK color model

#324A84 color CMYK value is (62,44,0,48).

  • cyan value is 62.12%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(62,44,0,48)
C62M44Y0K48 
(62%,44%,0%,48%)
(0.62/0.44/0.00/0.48)	

CMYK percentages

%62.12
%43.94
%0
%48.24

Codes

Color #324A84 in popluar color models

324A84
RGB5074132
HSL222°45.05%35.69%
HSB/HSV222°62.12%51.76%
CMYK62.12%43.94%0.00%
48.24%

Color #324A84 in popluar number systems.

HEX324A84
Decimal5074132
Binary110010100101010000100
Octal62112204

Shades and tints

Shades of #324A84

#324A84
(50,74,132)
#2E4478
(46,68,120)
#2A3E6C
(42,62,108)
#263860
(38,56,96)
#223254
(34,50,84)
#1E2C48
(30,44,72)
#1A263C
(26,38,60)
#162030
(22,32,48)
#121A24
(18,26,36)
#0E1418
(14,20,24)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #324A84

#324A84
(50,74,132)
#445A8F
(68,90,143)
#566A9A
(86,106,154)
#687AA5
(104,122,165)
#7A8AB0
(122,138,176)
#8C9ABB
(140,154,187)
#9EAAC6
(158,170,198)
#B0BAD1
(176,186,209)
#C2CADC
(194,202,220)
#D4DAE7
(212,218,231)
#E6EAF2
(230,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324A84; }

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

This text font color is #324A84.


Background Color

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

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

This div background color is #324A84.


Border color

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

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

This div border color is #324A84.


Opacity

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

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

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

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

This text has shadow with #324A84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324A84 on black background.


Color preview on white background

This text has color #324A84 on white background.



Black color preview on #324A84 background

This text has black color on #324A84 background.


White color preview on #324A84 background

This text has white color on #324A84 background.