COLOR #393986

HEX: #393986 RGB: (57,57,134)

Color info

#393986 contains mainly blue color. Web safe color of #393986 is #333399 (or #339).

RGB color model

#393986 color RGB value is (57,57,134).

RGB: (57,57,134) (22%, 22%, 53%)

RGB channels and saturation

R 57 of 255 = 22%
G 57 of 255 = 22%
B 134 of 255 = 53%

57
57
134

R + G + B ~ 32%. #393986 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 57 + 134 = 248 (100%)
R 57 of 248 ~ 22.98%
G 57 of 248 ~ 22.98%
B 134 of 248 ~ 54.03'%

%22.98
%22.98
%54.03

CMYK color model

#393986 color CMYK value is (57,57,0,47).

  • cyan value is 57.46%
  • magenta value is 57.46%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (57,57,0,47)
C57M57Y0K47 (57%, 57%, 0%, 47%)
(0.57 / 0.57 / 0.00 / 0.47)

CMYK percentages

%57.46
%57.46
%0
%47.45

Codes

Color #393986 in popluar color models

39 39 86
RGB 57 57 134
HSL 240° 40.31% 37.45%
HSB/HSV 240° 57.46% 52.55%
CMYK 57.46% 57.46% 0.00%
47.45%

Color #393986 in popluar number systems.

HEX 39 39 86
Decimal 57 57 134
Binary 111001 111001 10000110
Octal 71 71 206

Shades and tints

Shades of #393986

#393986
(57,57,134)
#34347A
(52,52,122)
#2F2F6E
(47,47,110)
#2A2A62
(42,42,98)
#252556
(37,37,86)
#20204A
(32,32,74)
#1B1B3E
(27,27,62)
#161632
(22,22,50)
#111126
(17,17,38)
#0C0C1A
(12,12,26)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #393986

#393986
(57,57,134)
#4B4B91
(75,75,145)
#5D5D9C
(93,93,156)
#6F6FA7
(111,111,167)
#8181B2
(129,129,178)
#9393BD
(147,147,189)
#A5A5C8
(165,165,200)
#B7B7D3
(183,183,211)
#C9C9DE
(201,201,222)
#DBDBE9
(219,219,233)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393986 color. Also use rgb(57,57,134) instead hex code.

Text Font Color

.myTextColor { color: #393986; }

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

This text font color is #393986.

Background Color

.myBgColor { background-color: #393986; }

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

This div background color is #393986.

Border color

.myBorderColor { border: 1px solid #393986; }

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

This div border color is #393986.

Opacity

.myOpacity80 { color: #393986; opacity: 0.8; }

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

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

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

This text has shadow with #393986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393986.

Preview

Color preview on black background

This text has color #393986 on black background.


Color preview on white background

This text has color #393986 on white background.


Black color preview on #393986 background

This text has black color on #393986 background.


White color preview on #393986 background

This text has white color on #393986 background.


Related colors

Complementary color

Complementary color for #hex is #C6C679.


I love getcolorcode.com