COLOR #3179D9

HEX: #3179D9
RGB: (49,121,217)

Color info

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

RGB color model

#3179D9 color RGB value is (49,121,217).

  • red value is 49;
  • green value is 121;
  • blue value is 217.
RGB:
(49,121,217)
(19%,47%,85%)

RGB channels and saturation

R 49 of 255 = 19%
G 121 of 255 = 47%
B 217 of 255 = 85%

49
121
217

R + G + B ~ 50%. #3179D9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 121 + 217 = 387 (100%)
R 49 of 387 ~ 12.66%
G 121 of 387 ~ 31.27%
B 217 of 387 ~ 56.07%

%12.66
%31.27
%56.07

CMYK color model

#3179D9 color CMYK value is (77,44,0,15).

  • cyan value is 77.42%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(77,44,0,15)
C77M44Y0K15 
(77%,44%,0%,15%)
(0.77/0.44/0.00/0.15)	

CMYK percentages

%77.42
%44.24
%0
%14.9

Codes

Color #3179D9 in popluar color models

3179D9
RGB49121217
HSL214°68.85%52.16%
HSB/HSV214°77.42%85.10%
CMYK77.42%44.24%0.00%
14.90%

Color #3179D9 in popluar number systems.

HEX3179D9
Decimal49121217
Binary110001111100111011001
Octal61171331

Shades and tints

Shades of #3179D9

#3179D9
(49,121,217)
#2D6EC6
(45,110,198)
#2963B3
(41,99,179)
#2558A0
(37,88,160)
#214D8D
(33,77,141)
#1D427A
(29,66,122)
#193767
(25,55,103)
#152C54
(21,44,84)
#112141
(17,33,65)
#0D162E
(13,22,46)
#090B1B
(9,11,27)
#000000
(0,0,0)

Tints of #3179D9

#3179D9
(49,121,217)
#4385DC
(67,133,220)
#5591DF
(85,145,223)
#679DE2
(103,157,226)
#79A9E5
(121,169,229)
#8BB5E8
(139,181,232)
#9DC1EB
(157,193,235)
#AFCDEE
(175,205,238)
#C1D9F1
(193,217,241)
#D3E5F4
(211,229,244)
#E5F1F7
(229,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3179D9 color. Also use rgb(49,121,217) instead hex code.

Text Font Color

.myTextColor { color: #3179D9; }

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

This text font color is #3179D9.


Background Color

.myBgColor { background-color: #3179D9; }

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

This div background color is #3179D9.


Border color

.myBorderColor { border: 1px solid #3179D9; }

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

This div border color is #3179D9.


Opacity

.myOpacity80 { color: #3179D9; opacity: 0.8; }

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

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

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

This text has shadow with #3179D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3179D9 on black background.


Color preview on white background

This text has color #3179D9 on white background.



Black color preview on #3179D9 background

This text has black color on #3179D9 background.


White color preview on #3179D9 background

This text has white color on #3179D9 background.