COLOR #311E91

HEX: #311E91
RGB: (49,30,145)

Color info

#311E91 contains mainly blue color. Web safe color of #311E91 is #333399 (or #339).

RGB color model

#311E91 color RGB value is (49,30,145).

  • red value is 49;
  • green value is 30;
  • blue value is 145.
RGB:
(49,30,145)
(19%,12%,57%)

RGB channels and saturation

R 49 of 255 = 19%
G 30 of 255 = 12%
B 145 of 255 = 57%

49
30
145

R + G + B ~ 29%. #311E91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 30 + 145 = 224 (100%)
R 49 of 224 ~ 21.88%
G 30 of 224 ~ 13.39%
B 145 of 224 ~ 64.73%

%21.88
%13.39
%64.73

CMYK color model

#311E91 color CMYK value is (66,79,0,43).

  • cyan value is 66.21%
  • magenta value is 79.31%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(66,79,0,43)
C66M79Y0K43 
(66%,79%,0%,43%)
(0.66/0.79/0.00/0.43)	

CMYK percentages

%66.21
%79.31
%0
%43.14

Codes

Color #311E91 in popluar color models

311E91
RGB4930145
HSL250°65.71%34.31%
HSB/HSV250°79.31%56.86%
CMYK66.21%79.31%0.00%
43.14%

Color #311E91 in popluar number systems.

HEX311E91
Decimal4930145
Binary1100011111010010001
Octal6136221

Shades and tints

Shades of #311E91

#311E91
(49,30,145)
#2D1C84
(45,28,132)
#291A77
(41,26,119)
#25186A
(37,24,106)
#21165D
(33,22,93)
#1D1450
(29,20,80)
#191243
(25,18,67)
#151036
(21,16,54)
#110E29
(17,14,41)
#0D0C1C
(13,12,28)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #311E91

#311E91
(49,30,145)
#43329B
(67,50,155)
#5546A5
(85,70,165)
#675AAF
(103,90,175)
#796EB9
(121,110,185)
#8B82C3
(139,130,195)
#9D96CD
(157,150,205)
#AFAAD7
(175,170,215)
#C1BEE1
(193,190,225)
#D3D2EB
(211,210,235)
#E5E6F5
(229,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311E91 color. Also use rgb(49,30,145) instead hex code.

Text Font Color

.myTextColor { color: #311E91; }

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

This text font color is #311E91.


Background Color

.myBgColor { background-color: #311E91; }

<div style="background-color:#311E91">Inner text</div>

This div background color is #311E91.


Border color

.myBorderColor { border: 1px solid #311E91; }

<div style="border:3px solid #311E91">Div</div>

This div border color is #311E91.


Opacity

.myOpacity80 { color: #311E91; opacity: 0.8; }

<p style="color:#311E91;opacity:0.8;">80%</p>

Text with #311E91 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 #311E91;}

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

This text has shadow with #311E91 color.

.textShadow {text-shadow: 3px 3px 1px #311E91, 3px 3px 1px red;}

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

This text has shadow with #311E91 primary color and red secondary color.


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

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

This text has shadow with #311E91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311E91 on black background.


Color preview on white background

This text has color #311E91 on white background.



Black color preview on #311E91 background

This text has black color on #311E91 background.


White color preview on #311E91 background

This text has white color on #311E91 background.