COLOR #312EAB

HEX: #312EAB
RGB: (49,46,171)

Color info

#312EAB contains mainly blue color. Web safe color of #312EAB is #333399 (or #339).

RGB color model

#312EAB color RGB value is (49,46,171).

  • red value is 49;
  • green value is 46;
  • blue value is 171.
RGB:
(49,46,171)
(19%,18%,67%)

RGB channels and saturation

R 49 of 255 = 19%
G 46 of 255 = 18%
B 171 of 255 = 67%

49
46
171

R + G + B ~ 35%. #312EAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 46 + 171 = 266 (100%)
R 49 of 266 ~ 18.42%
G 46 of 266 ~ 17.29%
B 171 of 266 ~ 64.29%

%18.42
%17.29
%64.29

CMYK color model

#312EAB color CMYK value is (71,73,0,33).

  • cyan value is 71.35%
  • magenta value is 73.10%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(71,73,0,33)
C71M73Y0K33 
(71%,73%,0%,33%)
(0.71/0.73/0.00/0.33)	

CMYK percentages

%71.35
%73.1
%0
%32.94

Codes

Color #312EAB in popluar color models

312EAB
RGB4946171
HSL241°57.60%42.55%
HSB/HSV241°73.10%67.06%
CMYK71.35%73.10%0.00%
32.94%

Color #312EAB in popluar number systems.

HEX312EAB
Decimal4946171
Binary11000110111010101011
Octal6156253

Shades and tints

Shades of #312EAB

#312EAB
(49,46,171)
#2D2A9C
(45,42,156)
#29268D
(41,38,141)
#25227E
(37,34,126)
#211E6F
(33,30,111)
#1D1A60
(29,26,96)
#191651
(25,22,81)
#151242
(21,18,66)
#110E33
(17,14,51)
#0D0A24
(13,10,36)
#090615
(9,6,21)
#000000
(0,0,0)

Tints of #312EAB

#312EAB
(49,46,171)
#4341B2
(67,65,178)
#5554B9
(85,84,185)
#6767C0
(103,103,192)
#797AC7
(121,122,199)
#8B8DCE
(139,141,206)
#9DA0D5
(157,160,213)
#AFB3DC
(175,179,220)
#C1C6E3
(193,198,227)
#D3D9EA
(211,217,234)
#E5ECF1
(229,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312EAB color. Also use rgb(49,46,171) instead hex code.

Text Font Color

.myTextColor { color: #312EAB; }

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

This text font color is #312EAB.


Background Color

.myBgColor { background-color: #312EAB; }

<div style="background-color:#312EAB">Inner text</div>

This div background color is #312EAB.


Border color

.myBorderColor { border: 1px solid #312EAB; }

<div style="border:3px solid #312EAB">Div</div>

This div border color is #312EAB.


Opacity

.myOpacity80 { color: #312EAB; opacity: 0.8; }

<p style="color:#312EAB;opacity:0.8;">80%</p>

Text with #312EAB 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 #312EAB;}

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

This text has shadow with #312EAB color.

.textShadow {text-shadow: 3px 3px 1px #312EAB, 3px 3px 1px red;}

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

This text has shadow with #312EAB primary color and red secondary color.


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

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

This text has shadow with #312EAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312EAB on black background.


Color preview on white background

This text has color #312EAB on white background.



Black color preview on #312EAB background

This text has black color on #312EAB background.


White color preview on #312EAB background

This text has white color on #312EAB background.