COLOR #324993

HEX: #324993
RGB: (50,73,147)

Color info

#324993 contains mainly blue color. Web safe color of #324993 is #333399 (or #339).

RGB color model

#324993 color RGB value is (50,73,147).

  • red value is 50;
  • green value is 73;
  • blue value is 147.
RGB:
(50,73,147)
(20%,29%,58%)

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 147 of 255 = 58%

50
73
147

R + G + B ~ 36%. #324993 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 147 = 270 (100%)
R 50 of 270 ~ 18.52%
G 73 of 270 ~ 27.04%
B 147 of 270 ~ 54.44%

%18.52
%27.04
%54.44

CMYK color model

#324993 color CMYK value is (66,50,0,42).

  • cyan value is 65.99%
  • magenta value is 50.34%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(66,50,0,42)
C66M50Y0K42 
(66%,50%,0%,42%)
(0.66/0.50/0.00/0.42)	

CMYK percentages

%65.99
%50.34
%0
%42.35

Codes

Color #324993 in popluar color models

324993
RGB5073147
HSL226°49.24%38.63%
HSB/HSV226°65.99%57.65%
CMYK65.99%50.34%0.00%
42.35%

Color #324993 in popluar number systems.

HEX324993
Decimal5073147
Binary110010100100110010011
Octal62111223

Shades and tints

Shades of #324993

#324993
(50,73,147)
#2E4386
(46,67,134)
#2A3D79
(42,61,121)
#26376C
(38,55,108)
#22315F
(34,49,95)
#1E2B52
(30,43,82)
#1A2545
(26,37,69)
#161F38
(22,31,56)
#12192B
(18,25,43)
#0E131E
(14,19,30)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #324993

#324993
(50,73,147)
#44599C
(68,89,156)
#5669A5
(86,105,165)
#6879AE
(104,121,174)
#7A89B7
(122,137,183)
#8C99C0
(140,153,192)
#9EA9C9
(158,169,201)
#B0B9D2
(176,185,210)
#C2C9DB
(194,201,219)
#D4D9E4
(212,217,228)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #324993 color. Also use rgb(50,73,147) instead hex code.

Text Font Color

.myTextColor { color: #324993; }

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

This text font color is #324993.


Background Color

.myBgColor { background-color: #324993; }

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

This div background color is #324993.


Border color

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

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

This div border color is #324993.


Opacity

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

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

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

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

This text has shadow with #324993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324993 on black background.


Color preview on white background

This text has color #324993 on white background.



Black color preview on #324993 background

This text has black color on #324993 background.


White color preview on #324993 background

This text has white color on #324993 background.