COLOR #393E8D

HEX: #393E8D
RGB: (57,62,141)

Color info

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

RGB color model

#393E8D color RGB value is (57,62,141).

  • red value is 57;
  • green value is 62;
  • blue value is 141.
RGB:
(57,62,141)
(22%,24%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 62 of 255 = 24%
B 141 of 255 = 55%

57
62
141

R + G + B ~ 34%. #393E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 62 + 141 = 260 (100%)
R 57 of 260 ~ 21.92%
G 62 of 260 ~ 23.85%
B 141 of 260 ~ 54.23%

%21.92
%23.85
%54.23

CMYK color model

#393E8D color CMYK value is (60,56,0,45).

  • cyan value is 59.57%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(60,56,0,45)
C60M56Y0K45 
(60%,56%,0%,45%)
(0.60/0.56/0.00/0.45)	

CMYK percentages

%59.57
%56.03
%0
%44.71

Codes

Color #393E8D in popluar color models

393E8D
RGB5762141
HSL236°42.42%38.82%
HSB/HSV236°59.57%55.29%
CMYK59.57%56.03%0.00%
44.71%

Color #393E8D in popluar number systems.

HEX393E8D
Decimal5762141
Binary11100111111010001101
Octal7176215

Shades and tints

Shades of #393E8D

#393E8D
(57,62,141)
#343981
(52,57,129)
#2F3475
(47,52,117)
#2A2F69
(42,47,105)
#252A5D
(37,42,93)
#202551
(32,37,81)
#1B2045
(27,32,69)
#161B39
(22,27,57)
#11162D
(17,22,45)
#0C1121
(12,17,33)
#070C15
(7,12,21)
#000000
(0,0,0)

Tints of #393E8D

#393E8D
(57,62,141)
#4B4F97
(75,79,151)
#5D60A1
(93,96,161)
#6F71AB
(111,113,171)
#8182B5
(129,130,181)
#9393BF
(147,147,191)
#A5A4C9
(165,164,201)
#B7B5D3
(183,181,211)
#C9C6DD
(201,198,221)
#DBD7E7
(219,215,231)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393E8D; }

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

This text font color is #393E8D.


Background Color

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

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

This div background color is #393E8D.


Border color

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

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

This div border color is #393E8D.


Opacity

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

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

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

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

This text has shadow with #393E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393E8D on black background.


Color preview on white background

This text has color #393E8D on white background.



Black color preview on #393E8D background

This text has black color on #393E8D background.


White color preview on #393E8D background

This text has white color on #393E8D background.