COLOR #324982

HEX: #324982
RGB: (50,73,130)

Color info

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

RGB color model

#324982 color RGB value is (50,73,130).

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

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 130 of 255 = 51%

50
73
130

R + G + B ~ 33%. #324982 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 130 = 253 (100%)
R 50 of 253 ~ 19.76%
G 73 of 253 ~ 28.85%
B 130 of 253 ~ 51.38%

%19.76
%28.85
%51.38

CMYK color model

#324982 color CMYK value is (62,44,0,49).

  • cyan value is 61.54%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(62,44,0,49)
C62M44Y0K49 
(62%,44%,0%,49%)
(0.62/0.44/0.00/0.49)	

CMYK percentages

%61.54
%43.85
%0
%49.02

Codes

Color #324982 in popluar color models

324982
RGB5073130
HSL223°44.44%35.29%
HSB/HSV223°61.54%50.98%
CMYK61.54%43.85%0.00%
49.02%

Color #324982 in popluar number systems.

HEX324982
Decimal5073130
Binary110010100100110000010
Octal62111202

Shades and tints

Shades of #324982

#324982
(50,73,130)
#2E4377
(46,67,119)
#2A3D6C
(42,61,108)
#263761
(38,55,97)
#223156
(34,49,86)
#1E2B4B
(30,43,75)
#1A2540
(26,37,64)
#161F35
(22,31,53)
#12192A
(18,25,42)
#0E131F
(14,19,31)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #324982

#324982
(50,73,130)
#44598D
(68,89,141)
#566998
(86,105,152)
#6879A3
(104,121,163)
#7A89AE
(122,137,174)
#8C99B9
(140,153,185)
#9EA9C4
(158,169,196)
#B0B9CF
(176,185,207)
#C2C9DA
(194,201,218)
#D4D9E5
(212,217,229)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324982; }

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

This text font color is #324982.


Background Color

.myBgColor { background-color: #324982; }

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

This div background color is #324982.


Border color

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

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

This div border color is #324982.


Opacity

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

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

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

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

This text has shadow with #324982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324982 on black background.


Color preview on white background

This text has color #324982 on white background.



Black color preview on #324982 background

This text has black color on #324982 background.


White color preview on #324982 background

This text has white color on #324982 background.