COLOR #321B95

HEX: #321B95 RGB: (50,27,149)

Color info

#321B95 contains mainly blue color. Web safe color of #321B95 is #333399 (or #339).

RGB color model

#321B95 color RGB value is (50,27,149).

RGB: (50,27,149) (20%, 11%, 58%)

RGB channels and saturation

R 50 of 255 = 20%
G 27 of 255 = 11%
B 149 of 255 = 58%

50
27
149

R + G + B ~ 30%. #321B95 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 27 + 149 = 226 (100%)
R 50 of 226 ~ 22.12%
G 27 of 226 ~ 11.95%
B 149 of 226 ~ 65.93'%

%22.12
%11.95
%65.93

CMYK color model

#321B95 color CMYK value is (66,82,0,42).

  • cyan value is 66.44%
  • magenta value is 81.88%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (66,82,0,42)
C66M82Y0K42 (66%, 82%, 0%, 42%)
(0.66 / 0.82 / 0.00 / 0.42)

CMYK percentages

%66.44
%81.88
%0
%41.57

Codes

Color #321B95 in popluar color models

32 1B 95
RGB 50 27 149
HSL 251° 69.32% 34.51%
HSB/HSV 251° 81.88% 58.43%
CMYK 66.44% 81.88% 0.00%
41.57%

Color #321B95 in popluar number systems.

HEX 32 1B 95
Decimal 50 27 149
Binary 110010 11011 10010101
Octal 62 33 225

Shades and tints

Shades of #321B95

#321B95
(50,27,149)
#2E1988
(46,25,136)
#2A177B
(42,23,123)
#26156E
(38,21,110)
#221361
(34,19,97)
#1E1154
(30,17,84)
#1A0F47
(26,15,71)
#160D3A
(22,13,58)
#120B2D
(18,11,45)
#0E0920
(14,9,32)
#0A0713
(10,7,19)
#000000
(0,0,0)

Tints of #321B95

#321B95
(50,27,149)
#442F9E
(68,47,158)
#5643A7
(86,67,167)
#6857B0
(104,87,176)
#7A6BB9
(122,107,185)
#8C7FC2
(140,127,194)
#9E93CB
(158,147,203)
#B0A7D4
(176,167,212)
#C2BBDD
(194,187,221)
#D4CFE6
(212,207,230)
#E6E3EF
(230,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #321B95 color. Also use rgb(50,27,149) instead hex code.

Text Font Color

.myTextColor { color: #321B95; }

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

This text font color is #321B95.

Background Color

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

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

This div background color is #321B95.

Border color

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

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

This div border color is #321B95.

Opacity

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

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

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

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

This text has shadow with #321B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #321B95.

Preview

Color preview on black background

This text has color #321B95 on black background.


Color preview on white background

This text has color #321B95 on white background.


Black color preview on #321B95 background

This text has black color on #321B95 background.


White color preview on #321B95 background

This text has white color on #321B95 background.


Related colors

Complementary color

Complementary color for #hex is #CDE46A.


I love getcolorcode.com

Triadic colors

1 #95321B and #1B9532 with #321B95 are triadic colors.

2 #951B32 and #1B3295 with #321B95 are triadic colors.