COLOR #31739D

HEX: #31739D RGB: (49,115,157)

Color info

#31739D contains mainly green and blue colors. Web safe color of #31739D is #336699 (or #369).

RGB color model

#31739D color RGB value is (49,115,157).

RGB: (49,115,157) (19%, 45%, 62%)

RGB channels and saturation

R 49 of 255 = 19%
G 115 of 255 = 45%
B 157 of 255 = 62%

49
115
157

R + G + B ~ 42%. #31739D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 115 + 157 = 321 (100%)
R 49 of 321 ~ 15.26%
G 115 of 321 ~ 35.83%
B 157 of 321 ~ 48.91'%

%15.26
%35.83
%48.91

CMYK color model

#31739D color CMYK value is (69,27,0,38).

  • cyan value is 68.79%
  • magenta value is 26.75%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (69,27,0,38) C69M27Y0K38 (69%,27%,0%,38%) (0.69/0.27/0.00/0.38) 

CMYK percentages

%68.79
%26.75
%0
%38.43

Codes

Color #31739D in popluar color models

31 73 9D
RGB 49 115 157
HSL 203° 52.43% 40.39%
HSB/HSV 203° 68.79% 61.57%
CMYK 68.79% 26.75% 0.00%
38.43%

Color #31739D in popluar number systems.

HEX 31 73 9D
Decimal 49 115 157
Binary 110001 1110011 10011101
Octal 61 163 235

Shades and tints

Shades of #31739D

#31739D
(49,115,157)
#2D698F
(45,105,143)
#295F81
(41,95,129)
#255573
(37,85,115)
#214B65
(33,75,101)
#1D4157
(29,65,87)
#193749
(25,55,73)
#152D3B
(21,45,59)
#11232D
(17,35,45)
#0D191F
(13,25,31)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #31739D

#31739D
(49,115,157)
#437FA5
(67,127,165)
#558BAD
(85,139,173)
#6797B5
(103,151,181)
#79A3BD
(121,163,189)
#8BAFC5
(139,175,197)
#9DBBCD
(157,187,205)
#AFC7D5
(175,199,213)
#C1D3DD
(193,211,221)
#D3DFE5
(211,223,229)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #31739D; }

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

This text font color is #31739D.

Background Color

.myBgColor { background-color: #31739D; }

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

This div background color is #31739D.

Border color

.myBorderColor { border: 1px solid #31739D; }

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

This div border color is #31739D.

Opacity

.myOpacity80 { color: #31739D; opacity: 0.8; }

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

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

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

This text has shadow with #31739D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #31739D.

Preview

Color preview on black background

This text has color #31739D on black background.


Color preview on white background

This text has color #31739D on white background.


Black color preview on #31739D background

This text has black color on #31739D background.


White color preview on #31739D background

This text has white color on #31739D background.


Related colors

Complementary color

Complementary color for #hex is #CE8C62.


I love getcolorcode.com

Triadic colors

1 #9D3173 and #739D31 with #31739D are triadic colors.

2 #9D7331 and #73319D with #31739D are triadic colors.