COLOR #3171A4

HEX: #3171A4
RGB: (49,113,164)

Color info

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

RGB color model

#3171A4 color RGB value is (49,113,164).

  • red value is 49;
  • green value is 113;
  • blue value is 164.
RGB:
(49,113,164)
(19%,44%,64%)

RGB channels and saturation

R 49 of 255 = 19%
G 113 of 255 = 44%
B 164 of 255 = 64%

49
113
164

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

Portions of RGB colors in percentages

R + G + B =
49 + 113 + 164 = 326 (100%)
R 49 of 326 ~ 15.03%
G 113 of 326 ~ 34.66%
B 164 of 326 ~ 50.31%

%15.03
%34.66
%50.31

CMYK color model

#3171A4 color CMYK value is (70,31,0,36).

  • cyan value is 70.12%
  • magenta value is 31.10%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(70,31,0,36)
C70M31Y0K36 
(70%,31%,0%,36%)
(0.70/0.31/0.00/0.36)	

CMYK percentages

%70.12
%31.1
%0
%35.69

Codes

Color #3171A4 in popluar color models

3171A4
RGB49113164
HSL207°53.99%41.76%
HSB/HSV207°70.12%64.31%
CMYK70.12%31.10%0.00%
35.69%

Color #3171A4 in popluar number systems.

HEX3171A4
Decimal49113164
Binary110001111000110100100
Octal61161244

Shades and tints

Shades of #3171A4

#3171A4
(49,113,164)
#2D6796
(45,103,150)
#295D88
(41,93,136)
#25537A
(37,83,122)
#21496C
(33,73,108)
#1D3F5E
(29,63,94)
#193550
(25,53,80)
#152B42
(21,43,66)
#112134
(17,33,52)
#0D1726
(13,23,38)
#090D18
(9,13,24)
#000000
(0,0,0)

Tints of #3171A4

#3171A4
(49,113,164)
#437DAC
(67,125,172)
#5589B4
(85,137,180)
#6795BC
(103,149,188)
#79A1C4
(121,161,196)
#8BADCC
(139,173,204)
#9DB9D4
(157,185,212)
#AFC5DC
(175,197,220)
#C1D1E4
(193,209,228)
#D3DDEC
(211,221,236)
#E5E9F4
(229,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3171A4 color. Also use rgb(49,113,164) instead hex code.

Text Font Color

.myTextColor { color: #3171A4; }

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

This text font color is #3171A4.


Background Color

.myBgColor { background-color: #3171A4; }

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

This div background color is #3171A4.


Border color

.myBorderColor { border: 1px solid #3171A4; }

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

This div border color is #3171A4.


Opacity

.myOpacity80 { color: #3171A4; opacity: 0.8; }

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

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

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

This text has shadow with #3171A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3171A4 on black background.


Color preview on white background

This text has color #3171A4 on white background.



Black color preview on #3171A4 background

This text has black color on #3171A4 background.


White color preview on #3171A4 background

This text has white color on #3171A4 background.