COLOR #392D8B

HEX: #392D8B
RGB: (57,45,139)

Color info

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

RGB color model

#392D8B color RGB value is (57,45,139).

  • red value is 57;
  • green value is 45;
  • blue value is 139.
RGB:
(57,45,139)
(22%,18%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 45 of 255 = 18%
B 139 of 255 = 55%

57
45
139

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

Portions of RGB colors in percentages

R + G + B =
57 + 45 + 139 = 241 (100%)
R 57 of 241 ~ 23.65%
G 45 of 241 ~ 18.67%
B 139 of 241 ~ 57.68%

%23.65
%18.67
%57.68

CMYK color model

#392D8B color CMYK value is (59,68,0,45).

  • cyan value is 58.99%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(59,68,0,45)
C59M68Y0K45 
(59%,68%,0%,45%)
(0.59/0.68/0.00/0.45)	

CMYK percentages

%58.99
%67.63
%0
%45.49

Codes

Color #392D8B in popluar color models

392D8B
RGB5745139
HSL248°51.09%36.08%
HSB/HSV248°67.63%54.51%
CMYK58.99%67.63%0.00%
45.49%

Color #392D8B in popluar number systems.

HEX392D8B
Decimal5745139
Binary11100110110110001011
Octal7155213

Shades and tints

Shades of #392D8B

#392D8B
(57,45,139)
#34297F
(52,41,127)
#2F2573
(47,37,115)
#2A2167
(42,33,103)
#251D5B
(37,29,91)
#20194F
(32,25,79)
#1B1543
(27,21,67)
#161137
(22,17,55)
#110D2B
(17,13,43)
#0C091F
(12,9,31)
#070513
(7,5,19)
#000000
(0,0,0)

Tints of #392D8B

#392D8B
(57,45,139)
#4B4095
(75,64,149)
#5D539F
(93,83,159)
#6F66A9
(111,102,169)
#8179B3
(129,121,179)
#938CBD
(147,140,189)
#A59FC7
(165,159,199)
#B7B2D1
(183,178,209)
#C9C5DB
(201,197,219)
#DBD8E5
(219,216,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392D8B color. Also use rgb(57,45,139) instead hex code.

Text Font Color

.myTextColor { color: #392D8B; }

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

This text font color is #392D8B.


Background Color

.myBgColor { background-color: #392D8B; }

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

This div background color is #392D8B.


Border color

.myBorderColor { border: 1px solid #392D8B; }

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

This div border color is #392D8B.


Opacity

.myOpacity80 { color: #392D8B; opacity: 0.8; }

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

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

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

This text has shadow with #392D8B color.

.textShadow {text-shadow: 3px 3px 1px #392D8B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392D8B on black background.


Color preview on white background

This text has color #392D8B on white background.



Black color preview on #392D8B background

This text has black color on #392D8B background.


White color preview on #392D8B background

This text has white color on #392D8B background.