COLOR #324A82

HEX: #324A82 RGB: (50,74,130)

Color info

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

RGB color model

#324A82 color RGB value is (50,74,130).

RGB: (50,74,130) (20%, 29%, 51%)

RGB channels and saturation

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

50
74
130

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

Portions of RGB colors in percentages

R + G + B = 50 + 74 + 130 = 254 (100%)
R 50 of 254 ~ 19.69%
G 74 of 254 ~ 29.13%
B 130 of 254 ~ 51.18'%

%19.69
%29.13
%51.18

CMYK color model

#324A82 color CMYK value is (62,43,0,49).

  • cyan value is 61.54%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (62,43,0,49)
C62M43Y0K49 (62%, 43%, 0%, 49%)
(0.62 / 0.43 / 0.00 / 0.49)

CMYK percentages

%61.54
%43.08
%0
%49.02

Codes

Color #324A82 in popluar color models

32 4A 82
RGB 50 74 130
HSL 222° 44.44% 35.29%
HSB/HSV 222° 61.54% 50.98%
CMYK 61.54% 43.08% 0.00%
49.02%

Color #324A82 in popluar number systems.

HEX 32 4A 82
Decimal 50 74 130
Binary 110010 1001010 10000010
Octal 62 112 202

Shades and tints

Shades of #324A82

#324A82
(50,74,130)
#2E4477
(46,68,119)
#2A3E6C
(42,62,108)
#263861
(38,56,97)
#223256
(34,50,86)
#1E2C4B
(30,44,75)
#1A2640
(26,38,64)
#162035
(22,32,53)
#121A2A
(18,26,42)
#0E141F
(14,20,31)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #324A82

#324A82
(50,74,130)
#445A8D
(68,90,141)
#566A98
(86,106,152)
#687AA3
(104,122,163)
#7A8AAE
(122,138,174)
#8C9AB9
(140,154,185)
#9EAAC4
(158,170,196)
#B0BACF
(176,186,207)
#C2CADA
(194,202,218)
#D4DAE5
(212,218,229)
#E6EAF0
(230,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324A82; }

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

This text font color is #324A82.

Background Color

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

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

This div background color is #324A82.

Border color

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

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

This div border color is #324A82.

Opacity

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

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

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

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

This text has shadow with #324A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #324A82.

Preview

Color preview on black background

This text has color #324A82 on black background.


Color preview on white background

This text has color #324A82 on white background.


Black color preview on #324A82 background

This text has black color on #324A82 background.


White color preview on #324A82 background

This text has white color on #324A82 background.


Related colors

Complementary color

Complementary color for #hex is #CDB57D.


I love getcolorcode.com

Triadic colors

1 #82324A and #4A8232 with #324A82 are triadic colors.

2 #824A32 and #4A3282 with #324A82 are triadic colors.