COLOR #313E7A

HEX: #313E7A RGB: (49,62,122)

Color info

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

RGB color model

#313E7A color RGB value is (49,62,122).

RGB: (49,62,122) (19%, 24%, 48%)

RGB channels and saturation

R 49 of 255 = 19%
G 62 of 255 = 24%
B 122 of 255 = 48%

49
62
122

R + G + B ~ 30%. #313E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 62 + 122 = 233 (100%)
R 49 of 233 ~ 21.03%
G 62 of 233 ~ 26.61%
B 122 of 233 ~ 52.36'%

%21.03
%26.61
%52.36

CMYK color model

#313E7A color CMYK value is (60,49,0,52).

  • cyan value is 59.84%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (60,49,0,52) C60M49Y0K52 (60%,49%,0%,52%) (0.60/0.49/0.00/0.52) 

CMYK percentages

%59.84
%49.18
%0
%52.16

Codes

Color #313E7A in popluar color models

31 3E 7A
RGB 49 62 122
HSL 229° 42.69% 33.53%
HSB/HSV 229° 59.84% 47.84%
CMYK 59.84% 49.18% 0.00%
52.16%

Color #313E7A in popluar number systems.

HEX 31 3E 7A
Decimal 49 62 122
Binary 110001 111110 1111010
Octal 61 76 172

Shades and tints

Shades of #313E7A

#313E7A
(49,62,122)
#2D396F
(45,57,111)
#293464
(41,52,100)
#252F59
(37,47,89)
#212A4E
(33,42,78)
#1D2543
(29,37,67)
#192038
(25,32,56)
#151B2D
(21,27,45)
#111622
(17,22,34)
#0D1117
(13,17,23)
#090C0C
(9,12,12)
#000000
(0,0,0)

Tints of #313E7A

#313E7A
(49,62,122)
#434F86
(67,79,134)
#556092
(85,96,146)
#67719E
(103,113,158)
#7982AA
(121,130,170)
#8B93B6
(139,147,182)
#9DA4C2
(157,164,194)
#AFB5CE
(175,181,206)
#C1C6DA
(193,198,218)
#D3D7E6
(211,215,230)
#E5E8F2
(229,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #313E7A color. Also use rgb(49,62,122) instead hex code.

Text Font Color

.myTextColor { color: #313E7A; }

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

This text font color is #313E7A.

Background Color

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

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

This div background color is #313E7A.

Border color

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

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

This div border color is #313E7A.

Opacity

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

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

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

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

This text has shadow with #313E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #313E7A.

Preview

Color preview on black background

This text has color #313E7A on black background.


Color preview on white background

This text has color #313E7A on white background.


Black color preview on #313E7A background

This text has black color on #313E7A background.


White color preview on #313E7A background

This text has white color on #313E7A background.


Related colors

Complementary color

Complementary color for #hex is #CEC185.


I love getcolorcode.com

Triadic colors

1 #7A313E and #3E7A31 with #313E7A are triadic colors.

2 #7A3E31 and #3E317A with #313E7A are triadic colors.