COLOR #325C82

HEX: #325C82 RGB: (50,92,130)

Color info

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

RGB color model

#325C82 color RGB value is (50,92,130).

RGB: (50,92,130) (20%, 36%, 51%)

RGB channels and saturation

R 50 of 255 = 20%
G 92 of 255 = 36%
B 130 of 255 = 51%

50
92
130

R + G + B ~ 36%. #325C82 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 92 + 130 = 272 (100%)
R 50 of 272 ~ 18.38%
G 92 of 272 ~ 33.82%
B 130 of 272 ~ 47.79'%

%18.38
%33.82
%47.79

CMYK color model

#325C82 color CMYK value is (62,29,0,49).

  • cyan value is 61.54%
  • magenta value is 29.23%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (62,29,0,49)
C62M29Y0K49 (62%, 29%, 0%, 49%)
(0.62 / 0.29 / 0.00 / 0.49)

CMYK percentages

%61.54
%29.23
%0
%49.02

Codes

Color #325C82 in popluar color models

32 5C 82
RGB 50 92 130
HSL 209° 44.44% 35.29%
HSB/HSV 209° 61.54% 50.98%
CMYK 61.54% 29.23% 0.00%
49.02%

Color #325C82 in popluar number systems.

HEX 32 5C 82
Decimal 50 92 130
Binary 110010 1011100 10000010
Octal 62 134 202

Shades and tints

Shades of #325C82

#325C82
(50,92,130)
#2E5477
(46,84,119)
#2A4C6C
(42,76,108)
#264461
(38,68,97)
#223C56
(34,60,86)
#1E344B
(30,52,75)
#1A2C40
(26,44,64)
#162435
(22,36,53)
#121C2A
(18,28,42)
#0E141F
(14,20,31)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #325C82

#325C82
(50,92,130)
#446A8D
(68,106,141)
#567898
(86,120,152)
#6886A3
(104,134,163)
#7A94AE
(122,148,174)
#8CA2B9
(140,162,185)
#9EB0C4
(158,176,196)
#B0BECF
(176,190,207)
#C2CCDA
(194,204,218)
#D4DAE5
(212,218,229)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325C82 color. Also use rgb(50,92,130) instead hex code.

Text Font Color

.myTextColor { color: #325C82; }

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

This text font color is #325C82.

Background Color

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

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

This div background color is #325C82.

Border color

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

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

This div border color is #325C82.

Opacity

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

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

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

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

This text has shadow with #325C82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #325C82.

Preview

Color preview on black background

This text has color #325C82 on black background.


Color preview on white background

This text has color #325C82 on white background.


Black color preview on #325C82 background

This text has black color on #325C82 background.


White color preview on #325C82 background

This text has white color on #325C82 background.


Related colors

Complementary color

Complementary color for #hex is #CDA37D.


I love getcolorcode.com

Triadic colors

1 #82325C and #5C8232 with #325C82 are triadic colors.

2 #825C32 and #5C3282 with #325C82 are triadic colors.