COLOR #325AD2

HEX: #325AD2
RGB: (50,90,210)

Color info

#325AD2 contains mainly blue color. Web safe color of #325AD2 is #3366CC (or #36C).

RGB color model

#325AD2 color RGB value is (50,90,210).

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

RGB channels and saturation

R 50 of 255 = 20%
G 90 of 255 = 35%
B 210 of 255 = 82%

50
90
210

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

Portions of RGB colors in percentages

R + G + B =
50 + 90 + 210 = 350 (100%)
R 50 of 350 ~ 14.29%
G 90 of 350 ~ 25.71%
B 210 of 350 ~ 60%

%14.29
%25.71
%60

CMYK color model

#325AD2 color CMYK value is (76,57,0,18).

  • cyan value is 76.19%
  • magenta value is 57.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(76,57,0,18)
C76M57Y0K18 
(76%,57%,0%,18%)
(0.76/0.57/0.00/0.18)	

CMYK percentages

%76.19
%57.14
%0
%17.65

Codes

Color #325AD2 in popluar color models

325AD2
RGB5090210
HSL225°64.00%50.98%
HSB/HSV225°76.19%82.35%
CMYK76.19%57.14%0.00%
17.65%

Color #325AD2 in popluar number systems.

HEX325AD2
Decimal5090210
Binary110010101101011010010
Octal62132322

Shades and tints

Shades of #325AD2

#325AD2
(50,90,210)
#2E52BF
(46,82,191)
#2A4AAC
(42,74,172)
#264299
(38,66,153)
#223A86
(34,58,134)
#1E3273
(30,50,115)
#1A2A60
(26,42,96)
#16224D
(22,34,77)
#121A3A
(18,26,58)
#0E1227
(14,18,39)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #325AD2

#325AD2
(50,90,210)
#4469D6
(68,105,214)
#5678DA
(86,120,218)
#6887DE
(104,135,222)
#7A96E2
(122,150,226)
#8CA5E6
(140,165,230)
#9EB4EA
(158,180,234)
#B0C3EE
(176,195,238)
#C2D2F2
(194,210,242)
#D4E1F6
(212,225,246)
#E6F0FA
(230,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #325AD2; }

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

This text font color is #325AD2.


Background Color

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

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

This div background color is #325AD2.


Border color

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

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

This div border color is #325AD2.


Opacity

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

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

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

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

This text has shadow with #325AD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #325AD2 on black background.


Color preview on white background

This text has color #325AD2 on white background.



Black color preview on #325AD2 background

This text has black color on #325AD2 background.


White color preview on #325AD2 background

This text has white color on #325AD2 background.