COLOR #325F96

HEX: #325F96
RGB: (50,95,150)

Color info

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

RGB color model

#325F96 color RGB value is (50,95,150).

  • red value is 50;
  • green value is 95;
  • blue value is 150.
RGB:
(50,95,150)
(20%,37%,59%)

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 150 of 255 = 59%

50
95
150

R + G + B ~ 39%. #325F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 150 = 295 (100%)
R 50 of 295 ~ 16.95%
G 95 of 295 ~ 32.2%
B 150 of 295 ~ 50.85%

%16.95
%32.2
%50.85

CMYK color model

#325F96 color CMYK value is (67,37,0,41).

  • cyan value is 66.67%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(67,37,0,41)
C67M37Y0K41 
(67%,37%,0%,41%)
(0.67/0.37/0.00/0.41)	

CMYK percentages

%66.67
%36.67
%0
%41.18

Codes

Color #325F96 in popluar color models

325F96
RGB5095150
HSL213°50.00%39.22%
HSB/HSV213°66.67%58.82%
CMYK66.67%36.67%0.00%
41.18%

Color #325F96 in popluar number systems.

HEX325F96
Decimal5095150
Binary110010101111110010110
Octal62137226

Shades and tints

Shades of #325F96

#325F96
(50,95,150)
#2E5789
(46,87,137)
#2A4F7C
(42,79,124)
#26476F
(38,71,111)
#223F62
(34,63,98)
#1E3755
(30,55,85)
#1A2F48
(26,47,72)
#16273B
(22,39,59)
#121F2E
(18,31,46)
#0E1721
(14,23,33)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #325F96

#325F96
(50,95,150)
#446D9F
(68,109,159)
#567BA8
(86,123,168)
#6889B1
(104,137,177)
#7A97BA
(122,151,186)
#8CA5C3
(140,165,195)
#9EB3CC
(158,179,204)
#B0C1D5
(176,193,213)
#C2CFDE
(194,207,222)
#D4DDE7
(212,221,231)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325F96 color. Also use rgb(50,95,150) instead hex code.

Text Font Color

.myTextColor { color: #325F96; }

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

This text font color is #325F96.


Background Color

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

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

This div background color is #325F96.


Border color

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

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

This div border color is #325F96.


Opacity

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

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

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

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

This text has shadow with #325F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F96 on black background.


Color preview on white background

This text has color #325F96 on white background.



Black color preview on #325F96 background

This text has black color on #325F96 background.


White color preview on #325F96 background

This text has white color on #325F96 background.