COLOR #317689

HEX: #317689
RGB: (49,118,137)

Color info

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

RGB color model

#317689 color RGB value is (49,118,137).

  • red value is 49;
  • green value is 118;
  • blue value is 137.
RGB:
(49,118,137)
(19%,46%,54%)

RGB channels and saturation

R 49 of 255 = 19%
G 118 of 255 = 46%
B 137 of 255 = 54%

49
118
137

R + G + B ~ 40%. #317689 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 118 + 137 = 304 (100%)
R 49 of 304 ~ 16.12%
G 118 of 304 ~ 38.82%
B 137 of 304 ~ 45.07%

%16.12
%38.82
%45.07

CMYK color model

#317689 color CMYK value is (64,14,0,46).

  • cyan value is 64.23%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(64,14,0,46)
C64M14Y0K46 
(64%,14%,0%,46%)
(0.64/0.14/0.00/0.46)	

CMYK percentages

%64.23
%13.87
%0
%46.27

Codes

Color #317689 in popluar color models

317689
RGB49118137
HSL193°47.31%36.47%
HSB/HSV193°64.23%53.73%
CMYK64.23%13.87%0.00%
46.27%

Color #317689 in popluar number systems.

HEX317689
Decimal49118137
Binary110001111011010001001
Octal61166211

Shades and tints

Shades of #317689

#317689
(49,118,137)
#2D6C7D
(45,108,125)
#296271
(41,98,113)
#255865
(37,88,101)
#214E59
(33,78,89)
#1D444D
(29,68,77)
#193A41
(25,58,65)
#153035
(21,48,53)
#112629
(17,38,41)
#0D1C1D
(13,28,29)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #317689

#317689
(49,118,137)
#438293
(67,130,147)
#558E9D
(85,142,157)
#679AA7
(103,154,167)
#79A6B1
(121,166,177)
#8BB2BB
(139,178,187)
#9DBEC5
(157,190,197)
#AFCACF
(175,202,207)
#C1D6D9
(193,214,217)
#D3E2E3
(211,226,227)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317689 color. Also use rgb(49,118,137) instead hex code.

Text Font Color

.myTextColor { color: #317689; }

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

This text font color is #317689.


Background Color

.myBgColor { background-color: #317689; }

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

This div background color is #317689.


Border color

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

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

This div border color is #317689.


Opacity

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

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

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

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

This text has shadow with #317689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317689 on black background.


Color preview on white background

This text has color #317689 on white background.



Black color preview on #317689 background

This text has black color on #317689 background.


White color preview on #317689 background

This text has white color on #317689 background.