COLOR #31448E

HEX: #31448E
RGB: (49,68,142)

Color info

#31448E contains mainly blue color. Web safe color of #31448E is #333399 (or #339).

RGB color model

#31448E color RGB value is (49,68,142).

  • red value is 49;
  • green value is 68;
  • blue value is 142.
RGB:
(49,68,142)
(19%,27%,56%)

RGB channels and saturation

R 49 of 255 = 19%
G 68 of 255 = 27%
B 142 of 255 = 56%

49
68
142

R + G + B ~ 34%. #31448E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 68 + 142 = 259 (100%)
R 49 of 259 ~ 18.92%
G 68 of 259 ~ 26.25%
B 142 of 259 ~ 54.83%

%18.92
%26.25
%54.83

CMYK color model

#31448E color CMYK value is (65,52,0,44).

  • cyan value is 65.49%
  • magenta value is 52.11%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(65,52,0,44)
C65M52Y0K44 
(65%,52%,0%,44%)
(0.65/0.52/0.00/0.44)	

CMYK percentages

%65.49
%52.11
%0
%44.31

Codes

Color #31448E in popluar color models

31448E
RGB4968142
HSL228°48.69%37.45%
HSB/HSV228°65.49%55.69%
CMYK65.49%52.11%0.00%
44.31%

Color #31448E in popluar number systems.

HEX31448E
Decimal4968142
Binary110001100010010001110
Octal61104216

Shades and tints

Shades of #31448E

#31448E
(49,68,142)
#2D3E82
(45,62,130)
#293876
(41,56,118)
#25326A
(37,50,106)
#212C5E
(33,44,94)
#1D2652
(29,38,82)
#192046
(25,32,70)
#151A3A
(21,26,58)
#11142E
(17,20,46)
#0D0E22
(13,14,34)
#090816
(9,8,22)
#000000
(0,0,0)

Tints of #31448E

#31448E
(49,68,142)
#435598
(67,85,152)
#5566A2
(85,102,162)
#6777AC
(103,119,172)
#7988B6
(121,136,182)
#8B99C0
(139,153,192)
#9DAACA
(157,170,202)
#AFBBD4
(175,187,212)
#C1CCDE
(193,204,222)
#D3DDE8
(211,221,232)
#E5EEF2
(229,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31448E color. Also use rgb(49,68,142) instead hex code.

Text Font Color

.myTextColor { color: #31448E; }

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

This text font color is #31448E.


Background Color

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

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

This div background color is #31448E.


Border color

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

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

This div border color is #31448E.


Opacity

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

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

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

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

This text has shadow with #31448E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31448E on black background.


Color preview on white background

This text has color #31448E on white background.



Black color preview on #31448E background

This text has black color on #31448E background.


White color preview on #31448E background

This text has white color on #31448E background.