COLOR #324A85

HEX: #324A85
RGB: (50,74,133)

Color info

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

RGB color model

#324A85 color RGB value is (50,74,133).

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

RGB channels and saturation

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

50
74
133

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

Portions of RGB colors in percentages

R + G + B =
50 + 74 + 133 = 257 (100%)
R 50 of 257 ~ 19.46%
G 74 of 257 ~ 28.79%
B 133 of 257 ~ 51.75%

%19.46
%28.79
%51.75

CMYK color model

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

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

CMYK percentages

%62.41
%44.36
%0
%47.84

Codes

Color #324A85 in popluar color models

324A85
RGB5074133
HSL223°45.36%35.88%
HSB/HSV223°62.41%52.16%
CMYK62.41%44.36%0.00%
47.84%

Color #324A85 in popluar number systems.

HEX324A85
Decimal5074133
Binary110010100101010000101
Octal62112205

Shades and tints

Shades of #324A85

#324A85
(50,74,133)
#2E4479
(46,68,121)
#2A3E6D
(42,62,109)
#263861
(38,56,97)
#223255
(34,50,85)
#1E2C49
(30,44,73)
#1A263D
(26,38,61)
#162031
(22,32,49)
#121A25
(18,26,37)
#0E1419
(14,20,25)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #324A85

#324A85
(50,74,133)
#445A90
(68,90,144)
#566A9B
(86,106,155)
#687AA6
(104,122,166)
#7A8AB1
(122,138,177)
#8C9ABC
(140,154,188)
#9EAAC7
(158,170,199)
#B0BAD2
(176,186,210)
#C2CADD
(194,202,221)
#D4DAE8
(212,218,232)
#E6EAF3
(230,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #324A85; }

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

This text font color is #324A85.


Background Color

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

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

This div background color is #324A85.


Border color

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

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

This div border color is #324A85.


Opacity

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

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

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

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

This text has shadow with #324A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #324A85 on black background.


Color preview on white background

This text has color #324A85 on white background.



Black color preview on #324A85 background

This text has black color on #324A85 background.


White color preview on #324A85 background

This text has white color on #324A85 background.