COLOR #3250A9

HEX: #3250A9
RGB: (50,80,169)

Color info

#3250A9 contains mainly blue color. Web safe color of #3250A9 is #336699 (or #369).

RGB color model

#3250A9 color RGB value is (50,80,169).

  • red value is 50;
  • green value is 80;
  • blue value is 169.
RGB:
(50,80,169)
(20%,31%,66%)

RGB channels and saturation

R 50 of 255 = 20%
G 80 of 255 = 31%
B 169 of 255 = 66%

50
80
169

R + G + B ~ 39%. #3250A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 80 + 169 = 299 (100%)
R 50 of 299 ~ 16.72%
G 80 of 299 ~ 26.76%
B 169 of 299 ~ 56.52%

%16.72
%26.76
%56.52

CMYK color model

#3250A9 color CMYK value is (70,53,0,34).

  • cyan value is 70.41%
  • magenta value is 52.66%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(70,53,0,34)
C70M53Y0K34 
(70%,53%,0%,34%)
(0.70/0.53/0.00/0.34)	

CMYK percentages

%70.41
%52.66
%0
%33.73

Codes

Color #3250A9 in popluar color models

3250A9
RGB5080169
HSL225°54.34%42.94%
HSB/HSV225°70.41%66.27%
CMYK70.41%52.66%0.00%
33.73%

Color #3250A9 in popluar number systems.

HEX3250A9
Decimal5080169
Binary110010101000010101001
Octal62120251

Shades and tints

Shades of #3250A9

#3250A9
(50,80,169)
#2E499A
(46,73,154)
#2A428B
(42,66,139)
#263B7C
(38,59,124)
#22346D
(34,52,109)
#1E2D5E
(30,45,94)
#1A264F
(26,38,79)
#161F40
(22,31,64)
#121831
(18,24,49)
#0E1122
(14,17,34)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #3250A9

#3250A9
(50,80,169)
#445FB0
(68,95,176)
#566EB7
(86,110,183)
#687DBE
(104,125,190)
#7A8CC5
(122,140,197)
#8C9BCC
(140,155,204)
#9EAAD3
(158,170,211)
#B0B9DA
(176,185,218)
#C2C8E1
(194,200,225)
#D4D7E8
(212,215,232)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3250A9 color. Also use rgb(50,80,169) instead hex code.

Text Font Color

.myTextColor { color: #3250A9; }

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

This text font color is #3250A9.


Background Color

.myBgColor { background-color: #3250A9; }

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

This div background color is #3250A9.


Border color

.myBorderColor { border: 1px solid #3250A9; }

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

This div border color is #3250A9.


Opacity

.myOpacity80 { color: #3250A9; opacity: 0.8; }

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

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

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

This text has shadow with #3250A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3250A9 on black background.


Color preview on white background

This text has color #3250A9 on white background.



Black color preview on #3250A9 background

This text has black color on #3250A9 background.


White color preview on #3250A9 background

This text has white color on #3250A9 background.