COLOR #393E93

HEX: #393E93 RGB: (57,62,147)

Color info

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

RGB color model

#393E93 color RGB value is (57,62,147).

RGB: (57,62,147) (22%, 24%, 58%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 147 of 255 = 58%

57
62
147

R + G + B ~ 35%. #393E93 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 62 + 147 = 266 (100%)
R 57 of 266 ~ 21.43%
G 62 of 266 ~ 23.31%
B 147 of 266 ~ 55.26'%

%21.43
%23.31
%55.26

CMYK color model

#393E93 color CMYK value is (61,58,0,42).

  • cyan value is 61.22%
  • magenta value is 57.82%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (61,58,0,42)
C61M58Y0K42 (61%, 58%, 0%, 42%)
(0.61 / 0.58 / 0.00 / 0.42)

CMYK percentages

%61.22
%57.82
%0
%42.35

Codes

Color #393E93 in popluar color models

39 3E 93
RGB 57 62 147
HSL 237° 44.12% 40.00%
HSB/HSV 237° 61.22% 57.65%
CMYK 61.22% 57.82% 0.00%
42.35%

Color #393E93 in popluar number systems.

HEX 39 3E 93
Decimal 57 62 147
Binary 111001 111110 10010011
Octal 71 76 223

Shades and tints

Shades of #393E93

#393E93
(57,62,147)
#343986
(52,57,134)
#2F3479
(47,52,121)
#2A2F6C
(42,47,108)
#252A5F
(37,42,95)
#202552
(32,37,82)
#1B2045
(27,32,69)
#161B38
(22,27,56)
#11162B
(17,22,43)
#0C111E
(12,17,30)
#070C11
(7,12,17)
#000000
(0,0,0)

Tints of #393E93

#393E93
(57,62,147)
#4B4F9C
(75,79,156)
#5D60A5
(93,96,165)
#6F71AE
(111,113,174)
#8182B7
(129,130,183)
#9393C0
(147,147,192)
#A5A4C9
(165,164,201)
#B7B5D2
(183,181,210)
#C9C6DB
(201,198,219)
#DBD7E4
(219,215,228)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393E93 color. Also use rgb(57,62,147) instead hex code.

Text Font Color

.myTextColor { color: #393E93; }

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

This text font color is #393E93.

Background Color

.myBgColor { background-color: #393E93; }

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

This div background color is #393E93.

Border color

.myBorderColor { border: 1px solid #393E93; }

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

This div border color is #393E93.

Opacity

.myOpacity80 { color: #393E93; opacity: 0.8; }

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

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

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

This text has shadow with #393E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393E93.

Preview

Color preview on black background

This text has color #393E93 on black background.


Color preview on white background

This text has color #393E93 on white background.


Black color preview on #393E93 background

This text has black color on #393E93 background.


White color preview on #393E93 background

This text has white color on #393E93 background.


Related colors

Complementary color

Complementary color for #393E93 is #C6C16C.


I love getcolorcode.com

Triadic colors

1 #93393E and #3E9339 with #393E93 are triadic colors.

2 #933E39 and #3E3993 with #393E93 are triadic colors.