COLOR #3954F6

HEX: #3954F6
RGB: (57,84,246)

Color info

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

RGB color model

#3954F6 color RGB value is (57,84,246).

  • red value is 57;
  • green value is 84;
  • blue value is 246.
RGB:
(57,84,246)
(22%,33%,96%)

RGB channels and saturation

R 57 of 255 = 22%
G 84 of 255 = 33%
B 246 of 255 = 96%

57
84
246

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

Portions of RGB colors in percentages

R + G + B =
57 + 84 + 246 = 387 (100%)
R 57 of 387 ~ 14.73%
G 84 of 387 ~ 21.71%
B 246 of 387 ~ 63.57%

%14.73
%21.71
%63.57

CMYK color model

#3954F6 color CMYK value is (77,66,0,4).

  • cyan value is 76.83%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(77,66,0,4)
C77M66Y0K4 
(77%,66%,0%,4%)
(0.77/0.66/0.00/0.04)	

CMYK percentages

%76.83
%65.85
%0
%3.53

Codes

Color #3954F6 in popluar color models

3954F6
RGB5784246
HSL231°91.30%59.41%
HSB/HSV231°76.83%96.47%
CMYK76.83%65.85%0.00%
3.53%

Color #3954F6 in popluar number systems.

HEX3954F6
Decimal5784246
Binary111001101010011110110
Octal71124366

Shades and tints

Shades of #3954F6

#3954F6
(57,84,246)
#344DE0
(52,77,224)
#2F46CA
(47,70,202)
#2A3FB4
(42,63,180)
#25389E
(37,56,158)
#203188
(32,49,136)
#1B2A72
(27,42,114)
#16235C
(22,35,92)
#111C46
(17,28,70)
#0C1530
(12,21,48)
#070E1A
(7,14,26)
#000000
(0,0,0)

Tints of #3954F6

#3954F6
(57,84,246)
#4B63F6
(75,99,246)
#5D72F6
(93,114,246)
#6F81F6
(111,129,246)
#8190F6
(129,144,246)
#939FF6
(147,159,246)
#A5AEF6
(165,174,246)
#B7BDF6
(183,189,246)
#C9CCF6
(201,204,246)
#DBDBF6
(219,219,246)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3954F6 color. Also use rgb(57,84,246) instead hex code.

Text Font Color

.myTextColor { color: #3954F6; }

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

This text font color is #3954F6.


Background Color

.myBgColor { background-color: #3954F6; }

<div style="background-color:#3954F6">Inner text</div>

This div background color is #3954F6.


Border color

.myBorderColor { border: 1px solid #3954F6; }

<div style="border:3px solid #3954F6">Div</div>

This div border color is #3954F6.


Opacity

.myOpacity80 { color: #3954F6; opacity: 0.8; }

<p style="color:#3954F6;opacity:0.8;">80%</p>

Text with #3954F6 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 #3954F6;}

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

This text has shadow with #3954F6 color.

.textShadow {text-shadow: 3px 3px 1px #3954F6, 3px 3px 1px red;}

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

This text has shadow with #3954F6 primary color and red secondary color.


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

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

This text has shadow with #3954F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3954F6 on black background.


Color preview on white background

This text has color #3954F6 on white background.



Black color preview on #3954F6 background

This text has black color on #3954F6 background.


White color preview on #3954F6 background

This text has white color on #3954F6 background.