COLOR #393D84

HEX: #393D84
RGB: (57,61,132)

Color info

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

RGB color model

#393D84 color RGB value is (57,61,132).

  • red value is 57;
  • green value is 61;
  • blue value is 132.
RGB:
(57,61,132)
(22%,24%,52%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 132 of 255 = 52%

57
61
132

R + G + B ~ 33%. #393D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 132 = 250 (100%)
R 57 of 250 ~ 22.8%
G 61 of 250 ~ 24.4%
B 132 of 250 ~ 52.8%

%22.8
%24.4
%52.8

CMYK color model

#393D84 color CMYK value is (57,54,0,48).

  • cyan value is 56.82%
  • magenta value is 53.79%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(57,54,0,48)
C57M54Y0K48 
(57%,54%,0%,48%)
(0.57/0.54/0.00/0.48)	

CMYK percentages

%56.82
%53.79
%0
%48.24

Codes

Color #393D84 in popluar color models

393D84
RGB5761132
HSL237°39.68%37.06%
HSB/HSV237°56.82%51.76%
CMYK56.82%53.79%0.00%
48.24%

Color #393D84 in popluar number systems.

HEX393D84
Decimal5761132
Binary11100111110110000100
Octal7175204

Shades and tints

Shades of #393D84

#393D84
(57,61,132)
#343878
(52,56,120)
#2F336C
(47,51,108)
#2A2E60
(42,46,96)
#252954
(37,41,84)
#202448
(32,36,72)
#1B1F3C
(27,31,60)
#161A30
(22,26,48)
#111524
(17,21,36)
#0C1018
(12,16,24)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #393D84

#393D84
(57,61,132)
#4B4E8F
(75,78,143)
#5D5F9A
(93,95,154)
#6F70A5
(111,112,165)
#8181B0
(129,129,176)
#9392BB
(147,146,187)
#A5A3C6
(165,163,198)
#B7B4D1
(183,180,209)
#C9C5DC
(201,197,220)
#DBD6E7
(219,214,231)
#EDE7F2
(237,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393D84 color. Also use rgb(57,61,132) instead hex code.

Text Font Color

.myTextColor { color: #393D84; }

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

This text font color is #393D84.


Background Color

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

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

This div background color is #393D84.


Border color

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

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

This div border color is #393D84.


Opacity

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

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

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

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

This text has shadow with #393D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393D84 on black background.


Color preview on white background

This text has color #393D84 on white background.



Black color preview on #393D84 background

This text has black color on #393D84 background.


White color preview on #393D84 background

This text has white color on #393D84 background.