COLOR #394079

HEX: #394079
RGB: (57,64,121)

Color info

#394079 contains mainly green and blue colors. Web safe color of #394079 is #333366 (or #336).

RGB color model

#394079 color RGB value is (57,64,121).

  • red value is 57;
  • green value is 64;
  • blue value is 121.
RGB:
(57,64,121)
(22%,25%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 64 of 255 = 25%
B 121 of 255 = 47%

57
64
121

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

Portions of RGB colors in percentages

R + G + B =
57 + 64 + 121 = 242 (100%)
R 57 of 242 ~ 23.55%
G 64 of 242 ~ 26.45%
B 121 of 242 ~ 50%

%23.55
%26.45
%50

CMYK color model

#394079 color CMYK value is (53,47,0,53).

  • cyan value is 52.89%
  • magenta value is 47.11%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(53,47,0,53)
C53M47Y0K53 
(53%,47%,0%,53%)
(0.53/0.47/0.00/0.53)	

CMYK percentages

%52.89
%47.11
%0
%52.55

Codes

Color #394079 in popluar color models

394079
RGB5764121
HSL233°35.96%34.90%
HSB/HSV233°52.89%47.45%
CMYK52.89%47.11%0.00%
52.55%

Color #394079 in popluar number systems.

HEX394079
Decimal5764121
Binary11100110000001111001
Octal71100171

Shades and tints

Shades of #394079

#394079
(57,64,121)
#343B6E
(52,59,110)
#2F3663
(47,54,99)
#2A3158
(42,49,88)
#252C4D
(37,44,77)
#202742
(32,39,66)
#1B2237
(27,34,55)
#161D2C
(22,29,44)
#111821
(17,24,33)
#0C1316
(12,19,22)
#070E0B
(7,14,11)
#000000
(0,0,0)

Tints of #394079

#394079
(57,64,121)
#4B5185
(75,81,133)
#5D6291
(93,98,145)
#6F739D
(111,115,157)
#8184A9
(129,132,169)
#9395B5
(147,149,181)
#A5A6C1
(165,166,193)
#B7B7CD
(183,183,205)
#C9C8D9
(201,200,217)
#DBD9E5
(219,217,229)
#EDEAF1
(237,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394079 color. Also use rgb(57,64,121) instead hex code.

Text Font Color

.myTextColor { color: #394079; }

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

This text font color is #394079.


Background Color

.myBgColor { background-color: #394079; }

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

This div background color is #394079.


Border color

.myBorderColor { border: 1px solid #394079; }

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

This div border color is #394079.


Opacity

.myOpacity80 { color: #394079; opacity: 0.8; }

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

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

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

This text has shadow with #394079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394079 on black background.


Color preview on white background

This text has color #394079 on white background.



Black color preview on #394079 background

This text has black color on #394079 background.


White color preview on #394079 background

This text has white color on #394079 background.