COLOR #325585

HEX: #325585
RGB: (50,85,133)

Color info

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

RGB color model

#325585 color RGB value is (50,85,133).

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

RGB channels and saturation

R 50 of 255 = 20%
G 85 of 255 = 33%
B 133 of 255 = 52%

50
85
133

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

Portions of RGB colors in percentages

R + G + B =
50 + 85 + 133 = 268 (100%)
R 50 of 268 ~ 18.66%
G 85 of 268 ~ 31.72%
B 133 of 268 ~ 49.63%

%18.66
%31.72
%49.63

CMYK color model

#325585 color CMYK value is (62,36,0,48).

  • cyan value is 62.41%
  • magenta value is 36.09%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(62,36,0,48)
C62M36Y0K48 
(62%,36%,0%,48%)
(0.62/0.36/0.00/0.48)	

CMYK percentages

%62.41
%36.09
%0
%47.84

Codes

Color #325585 in popluar color models

325585
RGB5085133
HSL215°45.36%35.88%
HSB/HSV215°62.41%52.16%
CMYK62.41%36.09%0.00%
47.84%

Color #325585 in popluar number systems.

HEX325585
Decimal5085133
Binary110010101010110000101
Octal62125205

Shades and tints

Shades of #325585

#325585
(50,85,133)
#2E4E79
(46,78,121)
#2A476D
(42,71,109)
#264061
(38,64,97)
#223955
(34,57,85)
#1E3249
(30,50,73)
#1A2B3D
(26,43,61)
#162431
(22,36,49)
#121D25
(18,29,37)
#0E1619
(14,22,25)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #325585

#325585
(50,85,133)
#446490
(68,100,144)
#56739B
(86,115,155)
#6882A6
(104,130,166)
#7A91B1
(122,145,177)
#8CA0BC
(140,160,188)
#9EAFC7
(158,175,199)
#B0BED2
(176,190,210)
#C2CDDD
(194,205,221)
#D4DCE8
(212,220,232)
#E6EBF3
(230,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325585; }

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

This text font color is #325585.


Background Color

.myBgColor { background-color: #325585; }

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

This div background color is #325585.


Border color

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

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

This div border color is #325585.


Opacity

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

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

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

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

This text has shadow with #325585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325585 on black background.


Color preview on white background

This text has color #325585 on white background.



Black color preview on #325585 background

This text has black color on #325585 background.


White color preview on #325585 background

This text has white color on #325585 background.