COLOR #3714F8

HEX: #3714F8
RGB: (55,20,248)

Color info

#3714F8 contains mainly blue color. Web safe color of #3714F8 is #3300FF (or #30F).

RGB color model

#3714F8 color RGB value is (55,20,248).

  • red value is 55;
  • green value is 20;
  • blue value is 248.
RGB:
(55,20,248)
(22%,8%,97%)

RGB channels and saturation

R 55 of 255 = 22%
G 20 of 255 = 8%
B 248 of 255 = 97%

55
20
248

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

Portions of RGB colors in percentages

R + G + B =
55 + 20 + 248 = 323 (100%)
R 55 of 323 ~ 17.03%
G 20 of 323 ~ 6.19%
B 248 of 323 ~ 76.78%

%17.03
%76.78

CMYK color model

#3714F8 color CMYK value is (78,92,0,3).

  • cyan value is 77.82%
  • magenta value is 91.94%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(78,92,0,3)
C78M92Y0K3 
(78%,92%,0%,3%)
(0.78/0.92/0.00/0.03)	

CMYK percentages

%77.82
%91.94
%0
%2.75

Codes

Color #3714F8 in popluar color models

3714F8
RGB5520248
HSL249°94.21%52.55%
HSB/HSV249°91.94%97.25%
CMYK77.82%91.94%0.00%
2.75%

Color #3714F8 in popluar number systems.

HEX3714F8
Decimal5520248
Binary1101111010011111000
Octal6724370

Shades and tints

Shades of #3714F8

#3714F8
(55,20,248)
#3213E2
(50,19,226)
#2D12CC
(45,18,204)
#2811B6
(40,17,182)
#2310A0
(35,16,160)
#1E0F8A
(30,15,138)
#190E74
(25,14,116)
#140D5E
(20,13,94)
#0F0C48
(15,12,72)
#0A0B32
(10,11,50)
#050A1C
(5,10,28)
#000000
(0,0,0)

Tints of #3714F8

#3714F8
(55,20,248)
#4929F8
(73,41,248)
#5B3EF8
(91,62,248)
#6D53F8
(109,83,248)
#7F68F8
(127,104,248)
#917DF8
(145,125,248)
#A392F8
(163,146,248)
#B5A7F8
(181,167,248)
#C7BCF8
(199,188,248)
#D9D1F8
(217,209,248)
#EBE6F8
(235,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3714F8 color. Also use rgb(55,20,248) instead hex code.

Text Font Color

.myTextColor { color: #3714F8; }

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

This text font color is #3714F8.


Background Color

.myBgColor { background-color: #3714F8; }

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

This div background color is #3714F8.


Border color

.myBorderColor { border: 1px solid #3714F8; }

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

This div border color is #3714F8.


Opacity

.myOpacity80 { color: #3714F8; opacity: 0.8; }

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

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

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

This text has shadow with #3714F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3714F8 on black background.


Color preview on white background

This text has color #3714F8 on white background.



Black color preview on #3714F8 background

This text has black color on #3714F8 background.


White color preview on #3714F8 background

This text has white color on #3714F8 background.