COLOR #3173F5

HEX: #3173F5
RGB: (49,115,245)

Color info

#3173F5 contains mainly blue color. Web safe color of #3173F5 is #3366FF (or #36F).

RGB color model

#3173F5 color RGB value is (49,115,245).

  • red value is 49;
  • green value is 115;
  • blue value is 245.
RGB:
(49,115,245)
(19%,45%,96%)

RGB channels and saturation

R 49 of 255 = 19%
G 115 of 255 = 45%
B 245 of 255 = 96%

49
115
245

R + G + B ~ 53%. #3173F5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
49 + 115 + 245 = 409 (100%)
R 49 of 409 ~ 11.98%
G 115 of 409 ~ 28.12%
B 245 of 409 ~ 59.9%

%11.98
%28.12
%59.9

CMYK color model

#3173F5 color CMYK value is (80,53,0,4).

  • cyan value is 80.00%
  • magenta value is 53.06%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(80,53,0,4)
C80M53Y0K4 
(80%,53%,0%,4%)
(0.80/0.53/0.00/0.04)	

CMYK percentages

%80
%53.06
%0
%3.92

Codes

Color #3173F5 in popluar color models

3173F5
RGB49115245
HSL220°90.74%57.65%
HSB/HSV220°80.00%96.08%
CMYK80.00%53.06%0.00%
3.92%

Color #3173F5 in popluar number systems.

HEX3173F5
Decimal49115245
Binary110001111001111110101
Octal61163365

Shades and tints

Shades of #3173F5

#3173F5
(49,115,245)
#2D69DF
(45,105,223)
#295FC9
(41,95,201)
#2555B3
(37,85,179)
#214B9D
(33,75,157)
#1D4187
(29,65,135)
#193771
(25,55,113)
#152D5B
(21,45,91)
#112345
(17,35,69)
#0D192F
(13,25,47)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #3173F5

#3173F5
(49,115,245)
#437FF5
(67,127,245)
#558BF5
(85,139,245)
#6797F5
(103,151,245)
#79A3F5
(121,163,245)
#8BAFF5
(139,175,245)
#9DBBF5
(157,187,245)
#AFC7F5
(175,199,245)
#C1D3F5
(193,211,245)
#D3DFF5
(211,223,245)
#E5EBF5
(229,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3173F5 color. Also use rgb(49,115,245) instead hex code.

Text Font Color

.myTextColor { color: #3173F5; }

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

This text font color is #3173F5.


Background Color

.myBgColor { background-color: #3173F5; }

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

This div background color is #3173F5.


Border color

.myBorderColor { border: 1px solid #3173F5; }

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

This div border color is #3173F5.


Opacity

.myOpacity80 { color: #3173F5; opacity: 0.8; }

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

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

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

This text has shadow with #3173F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3173F5 on black background.


Color preview on white background

This text has color #3173F5 on white background.



Black color preview on #3173F5 background

This text has black color on #3173F5 background.


White color preview on #3173F5 background

This text has white color on #3173F5 background.