COLOR #325F86

HEX: #325F86
RGB: (50,95,134)

Color info

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

RGB color model

#325F86 color RGB value is (50,95,134).

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

RGB channels and saturation

R 50 of 255 = 20%
G 95 of 255 = 37%
B 134 of 255 = 53%

50
95
134

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

Portions of RGB colors in percentages

R + G + B =
50 + 95 + 134 = 279 (100%)
R 50 of 279 ~ 17.92%
G 95 of 279 ~ 34.05%
B 134 of 279 ~ 48.03%

%17.92
%34.05
%48.03

CMYK color model

#325F86 color CMYK value is (63,29,0,47).

  • cyan value is 62.69%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(63,29,0,47)
C63M29Y0K47 
(63%,29%,0%,47%)
(0.63/0.29/0.00/0.47)	

CMYK percentages

%62.69
%29.1
%0
%47.45

Codes

Color #325F86 in popluar color models

325F86
RGB5095134
HSL208°45.65%36.08%
HSB/HSV208°62.69%52.55%
CMYK62.69%29.10%0.00%
47.45%

Color #325F86 in popluar number systems.

HEX325F86
Decimal5095134
Binary110010101111110000110
Octal62137206

Shades and tints

Shades of #325F86

#325F86
(50,95,134)
#2E577A
(46,87,122)
#2A4F6E
(42,79,110)
#264762
(38,71,98)
#223F56
(34,63,86)
#1E374A
(30,55,74)
#1A2F3E
(26,47,62)
#162732
(22,39,50)
#121F26
(18,31,38)
#0E171A
(14,23,26)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #325F86

#325F86
(50,95,134)
#446D91
(68,109,145)
#567B9C
(86,123,156)
#6889A7
(104,137,167)
#7A97B2
(122,151,178)
#8CA5BD
(140,165,189)
#9EB3C8
(158,179,200)
#B0C1D3
(176,193,211)
#C2CFDE
(194,207,222)
#D4DDE9
(212,221,233)
#E6EBF4
(230,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325F86; }

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

This text font color is #325F86.


Background Color

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

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

This div background color is #325F86.


Border color

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

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

This div border color is #325F86.


Opacity

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

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

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

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

This text has shadow with #325F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325F86 on black background.


Color preview on white background

This text has color #325F86 on white background.



Black color preview on #325F86 background

This text has black color on #325F86 background.


White color preview on #325F86 background

This text has white color on #325F86 background.