COLOR #313473

HEX: #313473 RGB: (49,52,115)

Color info

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

RGB color model

#313473 color RGB value is (49,52,115).

RGB: (49,52,115) (19%, 20%, 45%)

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 115 of 255 = 45%

49
52
115

R + G + B ~ 28%. #313473 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 52 + 115 = 216 (100%)
R 49 of 216 ~ 22.69%
G 52 of 216 ~ 24.07%
B 115 of 216 ~ 53.24'%

%22.69
%24.07
%53.24

CMYK color model

#313473 color CMYK value is (57,55,0,55).

  • cyan value is 57.39%
  • magenta value is 54.78%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (57,55,0,55)
C57M55Y0K55 (57%, 55%, 0%, 55%)
(0.57 / 0.55 / 0.00 / 0.55)

CMYK percentages

%57.39
%54.78
%0
%54.9

Codes

Color #313473 in popluar color models

31 34 73
RGB 49 52 115
HSL 237° 40.24% 32.16%
HSB/HSV 237° 57.39% 45.10%
CMYK 57.39% 54.78% 0.00%
54.90%

Color #313473 in popluar number systems.

HEX 31 34 73
Decimal 49 52 115
Binary 110001 110100 1110011
Octal 61 64 163

Shades and tints

Shades of #313473

#313473
(49,52,115)
#2D3069
(45,48,105)
#292C5F
(41,44,95)
#252855
(37,40,85)
#21244B
(33,36,75)
#1D2041
(29,32,65)
#191C37
(25,28,55)
#15182D
(21,24,45)
#111423
(17,20,35)
#0D1019
(13,16,25)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #313473

#313473
(49,52,115)
#43467F
(67,70,127)
#55588B
(85,88,139)
#676A97
(103,106,151)
#797CA3
(121,124,163)
#8B8EAF
(139,142,175)
#9DA0BB
(157,160,187)
#AFB2C7
(175,178,199)
#C1C4D3
(193,196,211)
#D3D6DF
(211,214,223)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313473; }

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

This text font color is #313473.

Background Color

.myBgColor { background-color: #313473; }

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

This div background color is #313473.

Border color

.myBorderColor { border: 1px solid #313473; }

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

This div border color is #313473.

Opacity

.myOpacity80 { color: #313473; opacity: 0.8; }

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

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

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

This text has shadow with #313473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313473.

Preview

Color preview on black background

This text has color #313473 on black background.


Color preview on white background

This text has color #313473 on white background.


Black color preview on #313473 background

This text has black color on #313473 background.


White color preview on #313473 background

This text has white color on #313473 background.


Related colors

Complementary color

Complementary color for #hex is #CECB8C.


I love getcolorcode.com

Triadic colors

1 #733134 and #347331 with #313473 are triadic colors.

2 #733431 and #343173 with #313473 are triadic colors.