COLOR #324EA5

HEX: #324EA5
RGB: (50,78,165)

Color info

#324EA5 contains mainly blue color. Web safe color of #324EA5 is #336699 (or #369).

RGB color model

#324EA5 color RGB value is (50,78,165).

  • red value is 50;
  • green value is 78;
  • blue value is 165.
RGB:
(50,78,165)
(20%,31%,65%)

RGB channels and saturation

R 50 of 255 = 20%
G 78 of 255 = 31%
B 165 of 255 = 65%

50
78
165

R + G + B ~ 39%. #324EA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 78 + 165 = 293 (100%)
R 50 of 293 ~ 17.06%
G 78 of 293 ~ 26.62%
B 165 of 293 ~ 56.31%

%17.06
%26.62
%56.31

CMYK color model

#324EA5 color CMYK value is (70,53,0,35).

  • cyan value is 69.70%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(70,53,0,35)
C70M53Y0K35 
(70%,53%,0%,35%)
(0.70/0.53/0.00/0.35)	

CMYK percentages

%69.7
%52.73
%0
%35.29

Codes

Color #324EA5 in popluar color models

324EA5
RGB5078165
HSL225°53.49%42.16%
HSB/HSV225°69.70%64.71%
CMYK69.70%52.73%0.00%
35.29%

Color #324EA5 in popluar number systems.

HEX324EA5
Decimal5078165
Binary110010100111010100101
Octal62116245

Shades and tints

Shades of #324EA5

#324EA5
(50,78,165)
#2E4796
(46,71,150)
#2A4087
(42,64,135)
#263978
(38,57,120)
#223269
(34,50,105)
#1E2B5A
(30,43,90)
#1A244B
(26,36,75)
#161D3C
(22,29,60)
#12162D
(18,22,45)
#0E0F1E
(14,15,30)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #324EA5

#324EA5
(50,78,165)
#445EAD
(68,94,173)
#566EB5
(86,110,181)
#687EBD
(104,126,189)
#7A8EC5
(122,142,197)
#8C9ECD
(140,158,205)
#9EAED5
(158,174,213)
#B0BEDD
(176,190,221)
#C2CEE5
(194,206,229)
#D4DEED
(212,222,237)
#E6EEF5
(230,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324EA5 color. Also use rgb(50,78,165) instead hex code.

Text Font Color

.myTextColor { color: #324EA5; }

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

This text font color is #324EA5.


Background Color

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

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

This div background color is #324EA5.


Border color

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

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

This div border color is #324EA5.


Opacity

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

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

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

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

This text has shadow with #324EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324EA5 on black background.


Color preview on white background

This text has color #324EA5 on white background.



Black color preview on #324EA5 background

This text has black color on #324EA5 background.


White color preview on #324EA5 background

This text has white color on #324EA5 background.