COLOR #325B89

HEX: #325B89
RGB: (50,91,137)

Color info

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

RGB color model

#325B89 color RGB value is (50,91,137).

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

RGB channels and saturation

R 50 of 255 = 20%
G 91 of 255 = 36%
B 137 of 255 = 54%

50
91
137

R + G + B ~ 37%. #325B89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 91 + 137 = 278 (100%)
R 50 of 278 ~ 17.99%
G 91 of 278 ~ 32.73%
B 137 of 278 ~ 49.28%

%17.99
%32.73
%49.28

CMYK color model

#325B89 color CMYK value is (64,34,0,46).

  • cyan value is 63.50%
  • magenta value is 33.58%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(64,34,0,46)
C64M34Y0K46 
(64%,34%,0%,46%)
(0.64/0.34/0.00/0.46)	

CMYK percentages

%63.5
%33.58
%0
%46.27

Codes

Color #325B89 in popluar color models

325B89
RGB5091137
HSL212°46.52%36.67%
HSB/HSV212°63.50%53.73%
CMYK63.50%33.58%0.00%
46.27%

Color #325B89 in popluar number systems.

HEX325B89
Decimal5091137
Binary110010101101110001001
Octal62133211

Shades and tints

Shades of #325B89

#325B89
(50,91,137)
#2E537D
(46,83,125)
#2A4B71
(42,75,113)
#264365
(38,67,101)
#223B59
(34,59,89)
#1E334D
(30,51,77)
#1A2B41
(26,43,65)
#162335
(22,35,53)
#121B29
(18,27,41)
#0E131D
(14,19,29)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #325B89

#325B89
(50,91,137)
#446993
(68,105,147)
#56779D
(86,119,157)
#6885A7
(104,133,167)
#7A93B1
(122,147,177)
#8CA1BB
(140,161,187)
#9EAFC5
(158,175,197)
#B0BDCF
(176,189,207)
#C2CBD9
(194,203,217)
#D4D9E3
(212,217,227)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325B89; }

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

This text font color is #325B89.


Background Color

.myBgColor { background-color: #325B89; }

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

This div background color is #325B89.


Border color

.myBorderColor { border: 1px solid #325B89; }

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

This div border color is #325B89.


Opacity

.myOpacity80 { color: #325B89; opacity: 0.8; }

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

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

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

This text has shadow with #325B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325B89 on black background.


Color preview on white background

This text has color #325B89 on white background.



Black color preview on #325B89 background

This text has black color on #325B89 background.


White color preview on #325B89 background

This text has white color on #325B89 background.