COLOR #313A5A

HEX: #313A5A RGB: (49,58,90)

Color info

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

RGB color model

#313A5A color RGB value is (49,58,90).

RGB: (49,58,90) (19%, 23%, 35%)

RGB channels and saturation

R 49 of 255 = 19%
G 58 of 255 = 23%
B 90 of 255 = 35%

49
58
90

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

Portions of RGB colors in percentages

R + G + B = 49 + 58 + 90 = 197 (100%)
R 49 of 197 ~ 24.87%
G 58 of 197 ~ 29.44%
B 90 of 197 ~ 45.69'%

%24.87
%29.44
%45.69

CMYK color model

#313A5A color CMYK value is (46,36,0,65).

  • cyan value is 45.56%
  • magenta value is 35.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (46,36,0,65)
C46M36Y0K65 (46%, 36%, 0%, 65%)
(0.46 / 0.36 / 0.00 / 0.65)

CMYK percentages

%45.56
%35.56
%0
%64.71

Codes

Color #313A5A in popluar color models

31 3A 5A
RGB 49 58 90
HSL 227° 29.50% 27.25%
HSB/HSV 227° 45.56% 35.29%
CMYK 45.56% 35.56% 0.00%
64.71%

Color #313A5A in popluar number systems.

HEX 31 3A 5A
Decimal 49 58 90
Binary 110001 111010 1011010
Octal 61 72 132

Shades and tints

Shades of #313A5A

#313A5A
(49,58,90)
#2D3552
(45,53,82)
#29304A
(41,48,74)
#252B42
(37,43,66)
#21263A
(33,38,58)
#1D2132
(29,33,50)
#191C2A
(25,28,42)
#151722
(21,23,34)
#11121A
(17,18,26)
#0D0D12
(13,13,18)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #313A5A

#313A5A
(49,58,90)
#434B69
(67,75,105)
#555C78
(85,92,120)
#676D87
(103,109,135)
#797E96
(121,126,150)
#8B8FA5
(139,143,165)
#9DA0B4
(157,160,180)
#AFB1C3
(175,177,195)
#C1C2D2
(193,194,210)
#D3D3E1
(211,211,225)
#E5E4F0
(229,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #313A5A; }

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

This text font color is #313A5A.

Background Color

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

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

This div background color is #313A5A.

Border color

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

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

This div border color is #313A5A.

Opacity

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

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

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

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

This text has shadow with #313A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313A5A.

Preview

Color preview on black background

This text has color #313A5A on black background.


Color preview on white background

This text has color #313A5A on white background.


Black color preview on #313A5A background

This text has black color on #313A5A background.


White color preview on #313A5A background

This text has white color on #313A5A background.


Related colors

Complementary color

Complementary color for #hex is #CEC5A5.


I love getcolorcode.com

Triadic colors

1 #5A313A and #3A5A31 with #313A5A are triadic colors.

2 #5A3A31 and #3A315A with #313A5A are triadic colors.