COLOR #392F78

HEX: #392F78
RGB: (57,47,120)

Color info

#392F78 contains mainly blue color. Web safe color of #392F78 is #333366 (or #336).

RGB color model

#392F78 color RGB value is (57,47,120).

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

RGB channels and saturation

R 57 of 255 = 22%
G 47 of 255 = 18%
B 120 of 255 = 47%

57
47
120

R + G + B ~ 29%. #392F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 47 + 120 = 224 (100%)
R 57 of 224 ~ 25.45%
G 47 of 224 ~ 20.98%
B 120 of 224 ~ 53.57%

%25.45
%20.98
%53.57

CMYK color model

#392F78 color CMYK value is (53,61,0,53).

  • cyan value is 52.50%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(53,61,0,53)
C53M61Y0K53 
(53%,61%,0%,53%)
(0.53/0.61/0.00/0.53)	

CMYK percentages

%52.5
%60.83
%0
%52.94

Codes

Color #392F78 in popluar color models

392F78
RGB5747120
HSL248°43.71%32.75%
HSB/HSV248°60.83%47.06%
CMYK52.50%60.83%0.00%
52.94%

Color #392F78 in popluar number systems.

HEX392F78
Decimal5747120
Binary1110011011111111000
Octal7157170

Shades and tints

Shades of #392F78

#392F78
(57,47,120)
#342B6E
(52,43,110)
#2F2764
(47,39,100)
#2A235A
(42,35,90)
#251F50
(37,31,80)
#201B46
(32,27,70)
#1B173C
(27,23,60)
#161332
(22,19,50)
#110F28
(17,15,40)
#0C0B1E
(12,11,30)
#070714
(7,7,20)
#000000
(0,0,0)

Tints of #392F78

#392F78
(57,47,120)
#4B4184
(75,65,132)
#5D5390
(93,83,144)
#6F659C
(111,101,156)
#8177A8
(129,119,168)
#9389B4
(147,137,180)
#A59BC0
(165,155,192)
#B7ADCC
(183,173,204)
#C9BFD8
(201,191,216)
#DBD1E4
(219,209,228)
#EDE3F0
(237,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392F78 color. Also use rgb(57,47,120) instead hex code.

Text Font Color

.myTextColor { color: #392F78; }

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

This text font color is #392F78.


Background Color

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

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

This div background color is #392F78.


Border color

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

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

This div border color is #392F78.


Opacity

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

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

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

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

This text has shadow with #392F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392F78 on black background.


Color preview on white background

This text has color #392F78 on white background.



Black color preview on #392F78 background

This text has black color on #392F78 background.


White color preview on #392F78 background

This text has white color on #392F78 background.