COLOR #3950DE

HEX: #3950DE
RGB: (57,80,222)

Color info

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

RGB color model

#3950DE color RGB value is (57,80,222).

  • red value is 57;
  • green value is 80;
  • blue value is 222.
RGB:
(57,80,222)
(22%,31%,87%)

RGB channels and saturation

R 57 of 255 = 22%
G 80 of 255 = 31%
B 222 of 255 = 87%

57
80
222

R + G + B ~ 47%. #3950DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 80 + 222 = 359 (100%)
R 57 of 359 ~ 15.88%
G 80 of 359 ~ 22.28%
B 222 of 359 ~ 61.84%

%15.88
%22.28
%61.84

CMYK color model

#3950DE color CMYK value is (74,64,0,13).

  • cyan value is 74.32%
  • magenta value is 63.96%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(74,64,0,13)
C74M64Y0K13 
(74%,64%,0%,13%)
(0.74/0.64/0.00/0.13)	

CMYK percentages

%74.32
%63.96
%0
%12.94

Codes

Color #3950DE in popluar color models

3950DE
RGB5780222
HSL232°71.43%54.71%
HSB/HSV232°74.32%87.06%
CMYK74.32%63.96%0.00%
12.94%

Color #3950DE in popluar number systems.

HEX3950DE
Decimal5780222
Binary111001101000011011110
Octal71120336

Shades and tints

Shades of #3950DE

#3950DE
(57,80,222)
#3449CA
(52,73,202)
#2F42B6
(47,66,182)
#2A3BA2
(42,59,162)
#25348E
(37,52,142)
#202D7A
(32,45,122)
#1B2666
(27,38,102)
#161F52
(22,31,82)
#11183E
(17,24,62)
#0C112A
(12,17,42)
#070A16
(7,10,22)
#000000
(0,0,0)

Tints of #3950DE

#3950DE
(57,80,222)
#4B5FE1
(75,95,225)
#5D6EE4
(93,110,228)
#6F7DE7
(111,125,231)
#818CEA
(129,140,234)
#939BED
(147,155,237)
#A5AAF0
(165,170,240)
#B7B9F3
(183,185,243)
#C9C8F6
(201,200,246)
#DBD7F9
(219,215,249)
#EDE6FC
(237,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3950DE color. Also use rgb(57,80,222) instead hex code.

Text Font Color

.myTextColor { color: #3950DE; }

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

This text font color is #3950DE.


Background Color

.myBgColor { background-color: #3950DE; }

<div style="background-color:#3950DE">Inner text</div>

This div background color is #3950DE.


Border color

.myBorderColor { border: 1px solid #3950DE; }

<div style="border:3px solid #3950DE">Div</div>

This div border color is #3950DE.


Opacity

.myOpacity80 { color: #3950DE; opacity: 0.8; }

<p style="color:#3950DE;opacity:0.8;">80%</p>

Text with #3950DE 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 #3950DE;}

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

This text has shadow with #3950DE color.

.textShadow {text-shadow: 3px 3px 1px #3950DE, 3px 3px 1px red;}

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

This text has shadow with #3950DE primary color and red secondary color.


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

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

This text has shadow with #3950DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3950DE on black background.


Color preview on white background

This text has color #3950DE on white background.



Black color preview on #3950DE background

This text has black color on #3950DE background.


White color preview on #3950DE background

This text has white color on #3950DE background.