COLOR #317EC6

HEX: #317EC6 RGB: (49,126,198)

Color info

#317EC6 contains mainly blue color. Web safe color of #317EC6 is #3366CC (or #36C).

RGB color model

#317EC6 color RGB value is (49,126,198).

RGB: (49,126,198) (19%, 49%, 78%)

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 198 of 255 = 78%

49
126
198

R + G + B ~ 49%. #317EC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 126 + 198 = 373 (100%)
R 49 of 373 ~ 13.14%
G 126 of 373 ~ 33.78%
B 198 of 373 ~ 53.08'%

%13.14
%33.78
%53.08

CMYK color model

#317EC6 color CMYK value is (75,36,0,22).

  • cyan value is 75.25%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (75,36,0,22) C75M36Y0K22 (75%,36%,0%,22%) (0.75/0.36/0.00/0.22) 

CMYK percentages

%75.25
%36.36
%0
%22.35

Codes

Color #317EC6 in popluar color models

31 7E C6
RGB 49 126 198
HSL 209° 60.32% 48.43%
HSB/HSV 209° 75.25% 77.65%
CMYK 75.25% 36.36% 0.00%
22.35%

Color #317EC6 in popluar number systems.

HEX 31 7E C6
Decimal 49 126 198
Binary 110001 1111110 11000110
Octal 61 176 306

Shades and tints

Shades of #317EC6

#317EC6
(49,126,198)
#2D73B4
(45,115,180)
#2968A2
(41,104,162)
#255D90
(37,93,144)
#21527E
(33,82,126)
#1D476C
(29,71,108)
#193C5A
(25,60,90)
#153148
(21,49,72)
#112636
(17,38,54)
#0D1B24
(13,27,36)
#091012
(9,16,18)
#000000
(0,0,0)

Tints of #317EC6

#317EC6
(49,126,198)
#4389CB
(67,137,203)
#5594D0
(85,148,208)
#679FD5
(103,159,213)
#79AADA
(121,170,218)
#8BB5DF
(139,181,223)
#9DC0E4
(157,192,228)
#AFCBE9
(175,203,233)
#C1D6EE
(193,214,238)
#D3E1F3
(211,225,243)
#E5ECF8
(229,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317EC6 color. Also use rgb(49,126,198) instead hex code.

Text Font Color

.myTextColor { color: #317EC6; }

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

This text font color is #317EC6.

Background Color

.myBgColor { background-color: #317EC6; }

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

This div background color is #317EC6.

Border color

.myBorderColor { border: 1px solid #317EC6; }

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

This div border color is #317EC6.

Opacity

.myOpacity80 { color: #317EC6; opacity: 0.8; }

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

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

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

This text has shadow with #317EC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317EC6.

Preview

Color preview on black background

This text has color #317EC6 on black background.


Color preview on white background

This text has color #317EC6 on white background.


Black color preview on #317EC6 background

This text has black color on #317EC6 background.


White color preview on #317EC6 background

This text has white color on #317EC6 background.


Related colors

Complementary color

Complementary color for #hex is #CE8139.


I love getcolorcode.com

Triadic colors

1 #C6317E and #7EC631 with #317EC6 are triadic colors.

2 #C67E31 and #7E31C6 with #317EC6 are triadic colors.