COLOR #325AAC

HEX: #325AAC
RGB: (50,90,172)

Color info

#325AAC contains mainly blue color. Web safe color of #325AAC is #336699 (or #369).

RGB color model

#325AAC color RGB value is (50,90,172).

  • red value is 50;
  • green value is 90;
  • blue value is 172.
RGB:
(50,90,172)
(20%,35%,67%)

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 172 of 255 = 67%

50
90
172

R + G + B ~ 41%. #325AAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 172 = 312 (100%)
R 50 of 312 ~ 16.03%
G 90 of 312 ~ 28.85%
B 172 of 312 ~ 55.13%

%16.03
%28.85
%55.13

CMYK color model

#325AAC color CMYK value is (71,48,0,33).

  • cyan value is 70.93%
  • magenta value is 47.67%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(71,48,0,33)
C71M48Y0K33 
(71%,48%,0%,33%)
(0.71/0.48/0.00/0.33)	

CMYK percentages

%70.93
%47.67
%0
%32.55

Codes

Color #325AAC in popluar color models

325AAC
RGB5090172
HSL220°54.95%43.53%
HSB/HSV220°70.93%67.45%
CMYK70.93%47.67%0.00%
32.55%

Color #325AAC in popluar number systems.

HEX325AAC
Decimal5090172
Binary110010101101010101100
Octal62132254

Shades and tints

Shades of #325AAC

#325AAC
(50,90,172)
#2E529D
(46,82,157)
#2A4A8E
(42,74,142)
#26427F
(38,66,127)
#223A70
(34,58,112)
#1E3261
(30,50,97)
#1A2A52
(26,42,82)
#162243
(22,34,67)
#121A34
(18,26,52)
#0E1225
(14,18,37)
#0A0A16
(10,10,22)
#000000
(0,0,0)

Tints of #325AAC

#325AAC
(50,90,172)
#4469B3
(68,105,179)
#5678BA
(86,120,186)
#6887C1
(104,135,193)
#7A96C8
(122,150,200)
#8CA5CF
(140,165,207)
#9EB4D6
(158,180,214)
#B0C3DD
(176,195,221)
#C2D2E4
(194,210,228)
#D4E1EB
(212,225,235)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #325AAC color. Also use rgb(50,90,172) instead hex code.

Text Font Color

.myTextColor { color: #325AAC; }

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

This text font color is #325AAC.


Background Color

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

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

This div background color is #325AAC.


Border color

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

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

This div border color is #325AAC.


Opacity

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

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

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

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

This text has shadow with #325AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325AAC on black background.


Color preview on white background

This text has color #325AAC on white background.



Black color preview on #325AAC background

This text has black color on #325AAC background.


White color preview on #325AAC background

This text has white color on #325AAC background.