COLOR #3940D7

HEX: #3940D7 RGB: (57,64,215)

Color info

#3940D7 contains mainly blue color. Web safe color of #3940D7 is #3333CC (or #33C).

RGB color model

#3940D7 color RGB value is (57,64,215).

RGB: (57,64,215) (22%, 25%, 84%)

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 215 of 255 = 84%

57
64
215

R + G + B ~ 44%. #3940D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 57 + 64 + 215 = 336 (100%)
R 57 of 336 ~ 16.96%
G 64 of 336 ~ 19.05%
B 215 of 336 ~ 63.99'%

%16.96
%19.05
%63.99

CMYK color model

#3940D7 color CMYK value is (73,70,0,16).

  • cyan value is 73.49%
  • magenta value is 70.23%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (73,70,0,16)
C73M70Y0K16 (73%, 70%, 0%, 16%)
(0.73 / 0.70 / 0.00 / 0.16)

CMYK percentages

%73.49
%70.23
%0
%15.69

Codes

Color #3940D7 in popluar color models

39 40 D7
RGB 57 64 215
HSL 237° 66.39% 53.33%
HSB/HSV 237° 73.49% 84.31%
CMYK 73.49% 70.23% 0.00%
15.69%

Color #3940D7 in popluar number systems.

HEX 39 40 D7
Decimal 57 64 215
Binary 111001 1000000 11010111
Octal 71 100 327

Shades and tints

Shades of #3940D7

#3940D7
(57,64,215)
#343BC4
(52,59,196)
#2F36B1
(47,54,177)
#2A319E
(42,49,158)
#252C8B
(37,44,139)
#202778
(32,39,120)
#1B2265
(27,34,101)
#161D52
(22,29,82)
#11183F
(17,24,63)
#0C132C
(12,19,44)
#070E19
(7,14,25)
#000000
(0,0,0)

Tints of #3940D7

#3940D7
(57,64,215)
#4B51DA
(75,81,218)
#5D62DD
(93,98,221)
#6F73E0
(111,115,224)
#8184E3
(129,132,227)
#9395E6
(147,149,230)
#A5A6E9
(165,166,233)
#B7B7EC
(183,183,236)
#C9C8EF
(201,200,239)
#DBD9F2
(219,217,242)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3940D7 color. Also use rgb(57,64,215) instead hex code.

Text Font Color

.myTextColor { color: #3940D7; }

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

This text font color is #3940D7.

Background Color

.myBgColor { background-color: #3940D7; }

<div style="background-color:#3940D7">Inner text</div>

This div background color is #3940D7.

Border color

.myBorderColor { border: 1px solid #3940D7; }

<div style="border:3px solid #3940D7">Div</div>

This div border color is #3940D7.

Opacity

.myOpacity80 { color: #3940D7; opacity: 0.8; }

<p style="color:#3940D7;opacity:0.8;">80%</p>

Text with #3940D7 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 #3940D7;}

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

This text has shadow with #3940D7 color.


.textShadow {text-shadow: 3px 3px 1px #3940D7', 3px 3px 1px red;}

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

This text has shadow with #3940D7 primary color and red secondary color.


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

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

This text has shadow with #3940D7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3940D7; -webkit-box-shadow: 1px 1px 3px 2px #3940D7; box-shadow:1px 1px 3px 2px #3940D7;">
Div content here
</div>

This div box has shadow with color #3940D7.

Preview

Color preview on black background

This text has color #3940D7 on black background.


Color preview on white background

This text has color #3940D7 on white background.


Black color preview on #3940D7 background

This text has black color on #3940D7 background.


White color preview on #3940D7 background

This text has white color on #3940D7 background.


Related colors

Complementary color

Complementary color for #3940D7 is #C6BF28.


I love getcolorcode.com

Triadic colors

1 #D73940 and #40D739 with #3940D7 are triadic colors.

2 #D74039 and #4039D7 with #3940D7 are triadic colors.