COLOR #325588

HEX: #325588
RGB: (50,85,136)

Color info

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

RGB color model

#325588 color RGB value is (50,85,136).

  • red value is 50;
  • green value is 85;
  • blue value is 136.
RGB:
(50,85,136)
(20%,33%,53%)

RGB channels and saturation

R 50 of 255 = 20%
G 85 of 255 = 33%
B 136 of 255 = 53%

50
85
136

R + G + B ~ 35%. #325588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 85 + 136 = 271 (100%)
R 50 of 271 ~ 18.45%
G 85 of 271 ~ 31.37%
B 136 of 271 ~ 50.18%

%18.45
%31.37
%50.18

CMYK color model

#325588 color CMYK value is (63,38,0,47).

  • cyan value is 63.24%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(63,38,0,47)
C63M38Y0K47 
(63%,38%,0%,47%)
(0.63/0.38/0.00/0.47)	

CMYK percentages

%63.24
%37.5
%0
%46.67

Codes

Color #325588 in popluar color models

325588
RGB5085136
HSL216°46.24%36.47%
HSB/HSV216°63.24%53.33%
CMYK63.24%37.50%0.00%
46.67%

Color #325588 in popluar number systems.

HEX325588
Decimal5085136
Binary110010101010110001000
Octal62125210

Shades and tints

Shades of #325588

#325588
(50,85,136)
#2E4E7C
(46,78,124)
#2A4770
(42,71,112)
#264064
(38,64,100)
#223958
(34,57,88)
#1E324C
(30,50,76)
#1A2B40
(26,43,64)
#162434
(22,36,52)
#121D28
(18,29,40)
#0E161C
(14,22,28)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #325588

#325588
(50,85,136)
#446492
(68,100,146)
#56739C
(86,115,156)
#6882A6
(104,130,166)
#7A91B0
(122,145,176)
#8CA0BA
(140,160,186)
#9EAFC4
(158,175,196)
#B0BECE
(176,190,206)
#C2CDD8
(194,205,216)
#D4DCE2
(212,220,226)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325588 color. Also use rgb(50,85,136) instead hex code.

Text Font Color

.myTextColor { color: #325588; }

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

This text font color is #325588.


Background Color

.myBgColor { background-color: #325588; }

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

This div background color is #325588.


Border color

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

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

This div border color is #325588.


Opacity

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

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

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

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

This text has shadow with #325588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325588 on black background.


Color preview on white background

This text has color #325588 on white background.



Black color preview on #325588 background

This text has black color on #325588 background.


White color preview on #325588 background

This text has white color on #325588 background.