COLOR #31347E

HEX: #31347E
RGB: (49,52,126)

Color info

#31347E contains mainly blue color. Web safe color of #31347E is #333366 (or #336).

RGB color model

#31347E color RGB value is (49,52,126).

  • red value is 49;
  • green value is 52;
  • blue value is 126.
RGB:
(49,52,126)
(19%,20%,49%)

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 126 of 255 = 49%

49
52
126

R + G + B ~ 29%. #31347E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 126 = 227 (100%)
R 49 of 227 ~ 21.59%
G 52 of 227 ~ 22.91%
B 126 of 227 ~ 55.51%

%21.59
%22.91
%55.51

CMYK color model

#31347E color CMYK value is (61,59,0,51).

  • cyan value is 61.11%
  • magenta value is 58.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(61,59,0,51)
C61M59Y0K51 
(61%,59%,0%,51%)
(0.61/0.59/0.00/0.51)	

CMYK percentages

%61.11
%58.73
%0
%50.59

Codes

Color #31347E in popluar color models

31347E
RGB4952126
HSL238°44.00%34.31%
HSB/HSV238°61.11%49.41%
CMYK61.11%58.73%0.00%
50.59%

Color #31347E in popluar number systems.

HEX31347E
Decimal4952126
Binary1100011101001111110
Octal6164176

Shades and tints

Shades of #31347E

#31347E
(49,52,126)
#2D3073
(45,48,115)
#292C68
(41,44,104)
#25285D
(37,40,93)
#212452
(33,36,82)
#1D2047
(29,32,71)
#191C3C
(25,28,60)
#151831
(21,24,49)
#111426
(17,20,38)
#0D101B
(13,16,27)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #31347E

#31347E
(49,52,126)
#434689
(67,70,137)
#555894
(85,88,148)
#676A9F
(103,106,159)
#797CAA
(121,124,170)
#8B8EB5
(139,142,181)
#9DA0C0
(157,160,192)
#AFB2CB
(175,178,203)
#C1C4D6
(193,196,214)
#D3D6E1
(211,214,225)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31347E color. Also use rgb(49,52,126) instead hex code.

Text Font Color

.myTextColor { color: #31347E; }

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

This text font color is #31347E.


Background Color

.myBgColor { background-color: #31347E; }

<div style="background-color:#31347E">Inner text</div>

This div background color is #31347E.


Border color

.myBorderColor { border: 1px solid #31347E; }

<div style="border:3px solid #31347E">Div</div>

This div border color is #31347E.


Opacity

.myOpacity80 { color: #31347E; opacity: 0.8; }

<p style="color:#31347E;opacity:0.8;">80%</p>

Text with #31347E 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 #31347E;}

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

This text has shadow with #31347E color.

.textShadow {text-shadow: 3px 3px 1px #31347E, 3px 3px 1px red;}

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

This text has shadow with #31347E primary color and red secondary color.


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

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

This text has shadow with #31347E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31347E on black background.


Color preview on white background

This text has color #31347E on white background.



Black color preview on #31347E background

This text has black color on #31347E background.


White color preview on #31347E background

This text has white color on #31347E background.