COLOR #321AA5

HEX: #321AA5 RGB: (50,26,165)

Color info

#321AA5 contains mainly blue color. Web safe color of #321AA5 is #330099 (or #309).

RGB color model

#321AA5 color RGB value is (50,26,165).

RGB: (50,26,165) (20%, 10%, 65%)

RGB channels and saturation

R 50 of 255 = 20%
G 26 of 255 = 10%
B 165 of 255 = 65%

50
26
165

R + G + B ~ 32%. #321AA5 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 26 + 165 = 241 (100%)
R 50 of 241 ~ 20.75%
G 26 of 241 ~ 10.79%
B 165 of 241 ~ 68.46'%

%20.75
%10.79
%68.46

CMYK color model

#321AA5 color CMYK value is (70,84,0,35).

  • cyan value is 69.70%
  • magenta value is 84.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (70,84,0,35) C70M84Y0K35 (70%,84%,0%,35%) (0.70/0.84/0.00/0.35) 

CMYK percentages

%69.7
%84.24
%0
%35.29

Codes

Color #321AA5 in popluar color models

32 1A A5
RGB 50 26 165
HSL 250° 72.77% 37.45%
HSB/HSV 250° 84.24% 64.71%
CMYK 69.70% 84.24% 0.00%
35.29%

Color #321AA5 in popluar number systems.

HEX 32 1A A5
Decimal 50 26 165
Binary 110010 11010 10100101
Octal 62 32 245

Shades and tints

Shades of #321AA5

#321AA5
(50,26,165)
#2E1896
(46,24,150)
#2A1687
(42,22,135)
#261478
(38,20,120)
#221269
(34,18,105)
#1E105A
(30,16,90)
#1A0E4B
(26,14,75)
#160C3C
(22,12,60)
#120A2D
(18,10,45)
#0E081E
(14,8,30)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #321AA5

#321AA5
(50,26,165)
#442EAD
(68,46,173)
#5642B5
(86,66,181)
#6856BD
(104,86,189)
#7A6AC5
(122,106,197)
#8C7ECD
(140,126,205)
#9E92D5
(158,146,213)
#B0A6DD
(176,166,221)
#C2BAE5
(194,186,229)
#D4CEED
(212,206,237)
#E6E2F5
(230,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321AA5 color. Also use rgb(50,26,165) instead hex code.

Text Font Color

.myTextColor { color: #321AA5; }

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

This text font color is #321AA5.

Background Color

.myBgColor { background-color: #321AA5; }

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

This div background color is #321AA5.

Border color

.myBorderColor { border: 1px solid #321AA5; }

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

This div border color is #321AA5.

Opacity

.myOpacity80 { color: #321AA5; opacity: 0.8; }

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

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

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

This text has shadow with #321AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321AA5.

Preview

Color preview on black background

This text has color #321AA5 on black background.


Color preview on white background

This text has color #321AA5 on white background.


Black color preview on #321AA5 background

This text has black color on #321AA5 background.


White color preview on #321AA5 background

This text has white color on #321AA5 background.


Related colors

Complementary color

Complementary color for #hex is #CDE55A.


I love getcolorcode.com

Triadic colors

1 #A5321A and #1AA532 with #321AA5 are triadic colors.

2 #A51A32 and #1A32A5 with #321AA5 are triadic colors.