COLOR #325489

HEX: #325489
RGB: (50,84,137)

Color info

#325489 contains mainly green and blue colors. Web safe color of #325489 is #336699 (or #369).

RGB color model

#325489 color RGB value is (50,84,137).

  • red value is 50;
  • green value is 84;
  • blue value is 137.
RGB:
(50,84,137)
(20%,33%,54%)

RGB channels and saturation

R 50 of 255 = 20%
G 84 of 255 = 33%
B 137 of 255 = 54%

50
84
137

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

Portions of RGB colors in percentages

R + G + B =
50 + 84 + 137 = 271 (100%)
R 50 of 271 ~ 18.45%
G 84 of 271 ~ 31%
B 137 of 271 ~ 50.55%

%18.45
%31
%50.55

CMYK color model

#325489 color CMYK value is (64,39,0,46).

  • cyan value is 63.50%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(64,39,0,46)
C64M39Y0K46 
(64%,39%,0%,46%)
(0.64/0.39/0.00/0.46)	

CMYK percentages

%63.5
%38.69
%0
%46.27

Codes

Color #325489 in popluar color models

325489
RGB5084137
HSL217°46.52%36.67%
HSB/HSV217°63.50%53.73%
CMYK63.50%38.69%0.00%
46.27%

Color #325489 in popluar number systems.

HEX325489
Decimal5084137
Binary110010101010010001001
Octal62124211

Shades and tints

Shades of #325489

#325489
(50,84,137)
#2E4D7D
(46,77,125)
#2A4671
(42,70,113)
#263F65
(38,63,101)
#223859
(34,56,89)
#1E314D
(30,49,77)
#1A2A41
(26,42,65)
#162335
(22,35,53)
#121C29
(18,28,41)
#0E151D
(14,21,29)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #325489

#325489
(50,84,137)
#446393
(68,99,147)
#56729D
(86,114,157)
#6881A7
(104,129,167)
#7A90B1
(122,144,177)
#8C9FBB
(140,159,187)
#9EAEC5
(158,174,197)
#B0BDCF
(176,189,207)
#C2CCD9
(194,204,217)
#D4DBE3
(212,219,227)
#E6EAED
(230,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325489 color. Also use rgb(50,84,137) instead hex code.

Text Font Color

.myTextColor { color: #325489; }

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

This text font color is #325489.


Background Color

.myBgColor { background-color: #325489; }

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

This div background color is #325489.


Border color

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

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

This div border color is #325489.


Opacity

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

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

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

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

This text has shadow with #325489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325489 on black background.


Color preview on white background

This text has color #325489 on white background.



Black color preview on #325489 background

This text has black color on #325489 background.


White color preview on #325489 background

This text has white color on #325489 background.