COLOR #393A78

HEX: #393A78
RGB: (57,58,120)

Color info

#393A78 contains mainly blue color. Web safe color of #393A78 is #333366 (or #336).

RGB color model

#393A78 color RGB value is (57,58,120).

  • red value is 57;
  • green value is 58;
  • blue value is 120.
RGB:
(57,58,120)
(22%,23%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 120 of 255 = 47%

57
58
120

R + G + B ~ 31%. #393A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 120 = 235 (100%)
R 57 of 235 ~ 24.26%
G 58 of 235 ~ 24.68%
B 120 of 235 ~ 51.06%

%24.26
%24.68
%51.06

CMYK color model

#393A78 color CMYK value is (53,52,0,53).

  • cyan value is 52.50%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(53,52,0,53)
C53M52Y0K53 
(53%,52%,0%,53%)
(0.53/0.52/0.00/0.53)	

CMYK percentages

%52.5
%51.67
%0
%52.94

Codes

Color #393A78 in popluar color models

393A78
RGB5758120
HSL239°35.59%34.71%
HSB/HSV239°52.50%47.06%
CMYK52.50%51.67%0.00%
52.94%

Color #393A78 in popluar number systems.

HEX393A78
Decimal5758120
Binary1110011110101111000
Octal7172170

Shades and tints

Shades of #393A78

#393A78
(57,58,120)
#34356E
(52,53,110)
#2F3064
(47,48,100)
#2A2B5A
(42,43,90)
#252650
(37,38,80)
#202146
(32,33,70)
#1B1C3C
(27,28,60)
#161732
(22,23,50)
#111228
(17,18,40)
#0C0D1E
(12,13,30)
#070814
(7,8,20)
#000000
(0,0,0)

Tints of #393A78

#393A78
(57,58,120)
#4B4B84
(75,75,132)
#5D5C90
(93,92,144)
#6F6D9C
(111,109,156)
#817EA8
(129,126,168)
#938FB4
(147,143,180)
#A5A0C0
(165,160,192)
#B7B1CC
(183,177,204)
#C9C2D8
(201,194,216)
#DBD3E4
(219,211,228)
#EDE4F0
(237,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393A78 color. Also use rgb(57,58,120) instead hex code.

Text Font Color

.myTextColor { color: #393A78; }

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

This text font color is #393A78.


Background Color

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

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

This div background color is #393A78.


Border color

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

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

This div border color is #393A78.


Opacity

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

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

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

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

This text has shadow with #393A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A78 on black background.


Color preview on white background

This text has color #393A78 on white background.



Black color preview on #393A78 background

This text has black color on #393A78 background.


White color preview on #393A78 background

This text has white color on #393A78 background.