COLOR #313A6D

HEX: #313A6D RGB: (49,58,109)

Color info

#313A6D contains mainly green and blue colors. Web safe color of #313A6D is #333366 (or #336).

RGB color model

#313A6D color RGB value is (49,58,109).

RGB: (49,58,109) (19%, 23%, 43%)

RGB channels and saturation

R 49 of 255 = 19%
G 58 of 255 = 23%
B 109 of 255 = 43%

49
58
109

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

Portions of RGB colors in percentages

R + G + B = 49 + 58 + 109 = 216 (100%)
R 49 of 216 ~ 22.69%
G 58 of 216 ~ 26.85%
B 109 of 216 ~ 50.46'%

%22.69
%26.85
%50.46

CMYK color model

#313A6D color CMYK value is (55,47,0,57).

  • cyan value is 55.05%
  • magenta value is 46.79%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (55,47,0,57)
C55M47Y0K57 (55%, 47%, 0%, 57%)
(0.55 / 0.47 / 0.00 / 0.57)

CMYK percentages

%55.05
%46.79
%0
%57.25

Codes

Color #313A6D in popluar color models

31 3A 6D
RGB 49 58 109
HSL 231° 37.97% 30.98%
HSB/HSV 231° 55.05% 42.75%
CMYK 55.05% 46.79% 0.00%
57.25%

Color #313A6D in popluar number systems.

HEX 31 3A 6D
Decimal 49 58 109
Binary 110001 111010 1101101
Octal 61 72 155

Shades and tints

Shades of #313A6D

#313A6D
(49,58,109)
#2D3564
(45,53,100)
#29305B
(41,48,91)
#252B52
(37,43,82)
#212649
(33,38,73)
#1D2140
(29,33,64)
#191C37
(25,28,55)
#15172E
(21,23,46)
#111225
(17,18,37)
#0D0D1C
(13,13,28)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #313A6D

#313A6D
(49,58,109)
#434B7A
(67,75,122)
#555C87
(85,92,135)
#676D94
(103,109,148)
#797EA1
(121,126,161)
#8B8FAE
(139,143,174)
#9DA0BB
(157,160,187)
#AFB1C8
(175,177,200)
#C1C2D5
(193,194,213)
#D3D3E2
(211,211,226)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313A6D color. Also use rgb(49,58,109) instead hex code.

Text Font Color

.myTextColor { color: #313A6D; }

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

This text font color is #313A6D.

Background Color

.myBgColor { background-color: #313A6D; }

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

This div background color is #313A6D.

Border color

.myBorderColor { border: 1px solid #313A6D; }

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

This div border color is #313A6D.

Opacity

.myOpacity80 { color: #313A6D; opacity: 0.8; }

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

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

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

This text has shadow with #313A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313A6D.

Preview

Color preview on black background

This text has color #313A6D on black background.


Color preview on white background

This text has color #313A6D on white background.


Black color preview on #313A6D background

This text has black color on #313A6D background.


White color preview on #313A6D background

This text has white color on #313A6D background.


Related colors

Complementary color

Complementary color for #hex is #CEC592.


I love getcolorcode.com

Triadic colors

1 #6D313A and #3A6D31 with #313A6D are triadic colors.

2 #6D3A31 and #3A316D with #313A6D are triadic colors.