COLOR #313461

HEX: #313461
RGB: (49,52,97)

Color info

#313461 contains red, green and blue colors in about the same proportion. Web safe color of #313461 is #333366 (or #336).

RGB color model

#313461 color RGB value is (49,52,97).

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

RGB channels and saturation

R 49 of 255 = 19%
G 52 of 255 = 20%
B 97 of 255 = 38%

49
52
97

R + G + B ~ 26%. #313461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 52 + 97 = 198 (100%)
R 49 of 198 ~ 24.75%
G 52 of 198 ~ 26.26%
B 97 of 198 ~ 48.99%

%24.75
%26.26
%48.99

CMYK color model

#313461 color CMYK value is (49,46,0,62).

  • cyan value is 49.48%
  • magenta value is 46.39%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(49,46,0,62)
C49M46Y0K62 
(49%,46%,0%,62%)
(0.49/0.46/0.00/0.62)	

CMYK percentages

%49.48
%46.39
%0
%61.96

Codes

Color #313461 in popluar color models

313461
RGB495297
HSL236°32.88%28.63%
HSB/HSV236°49.48%38.04%
CMYK49.48%46.39%0.00%
61.96%

Color #313461 in popluar number systems.

HEX313461
Decimal495297
Binary1100011101001100001
Octal6164141

Shades and tints

Shades of #313461

#313461
(49,52,97)
#2D3059
(45,48,89)
#292C51
(41,44,81)
#252849
(37,40,73)
#212441
(33,36,65)
#1D2039
(29,32,57)
#191C31
(25,28,49)
#151829
(21,24,41)
#111421
(17,20,33)
#0D1019
(13,16,25)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #313461

#313461
(49,52,97)
#43466F
(67,70,111)
#55587D
(85,88,125)
#676A8B
(103,106,139)
#797C99
(121,124,153)
#8B8EA7
(139,142,167)
#9DA0B5
(157,160,181)
#AFB2C3
(175,178,195)
#C1C4D1
(193,196,209)
#D3D6DF
(211,214,223)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313461; }

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

This text font color is #313461.


Background Color

.myBgColor { background-color: #313461; }

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

This div background color is #313461.


Border color

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

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

This div border color is #313461.


Opacity

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

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

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

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

This text has shadow with #313461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #313461 on black background.


Color preview on white background

This text has color #313461 on white background.



Black color preview on #313461 background

This text has black color on #313461 background.


White color preview on #313461 background

This text has white color on #313461 background.