COLOR #394680

HEX: #394680
RGB: (57,70,128)

Color info

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

RGB color model

#394680 color RGB value is (57,70,128).

  • red value is 57;
  • green value is 70;
  • blue value is 128.
RGB:
(57,70,128)
(22%,27%,50%)

RGB channels and saturation

R 57 of 255 = 22%
G 70 of 255 = 27%
B 128 of 255 = 50%

57
70
128

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

Portions of RGB colors in percentages

R + G + B =
57 + 70 + 128 = 255 (100%)
R 57 of 255 ~ 22.35%
G 70 of 255 ~ 27.45%
B 128 of 255 ~ 50.2%

%22.35
%27.45
%50.2

CMYK color model

#394680 color CMYK value is (55,45,0,50).

  • cyan value is 55.47%
  • magenta value is 45.31%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(55,45,0,50)
C55M45Y0K50 
(55%,45%,0%,50%)
(0.55/0.45/0.00/0.50)	

CMYK percentages

%55.47
%45.31
%0
%49.8

Codes

Color #394680 in popluar color models

394680
RGB5770128
HSL229°38.38%36.27%
HSB/HSV229°55.47%50.20%
CMYK55.47%45.31%0.00%
49.80%

Color #394680 in popluar number systems.

HEX394680
Decimal5770128
Binary111001100011010000000
Octal71106200

Shades and tints

Shades of #394680

#394680
(57,70,128)
#344075
(52,64,117)
#2F3A6A
(47,58,106)
#2A345F
(42,52,95)
#252E54
(37,46,84)
#202849
(32,40,73)
#1B223E
(27,34,62)
#161C33
(22,28,51)
#111628
(17,22,40)
#0C101D
(12,16,29)
#070A12
(7,10,18)
#000000
(0,0,0)

Tints of #394680

#394680
(57,70,128)
#4B568B
(75,86,139)
#5D6696
(93,102,150)
#6F76A1
(111,118,161)
#8186AC
(129,134,172)
#9396B7
(147,150,183)
#A5A6C2
(165,166,194)
#B7B6CD
(183,182,205)
#C9C6D8
(201,198,216)
#DBD6E3
(219,214,227)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394680 color. Also use rgb(57,70,128) instead hex code.

Text Font Color

.myTextColor { color: #394680; }

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

This text font color is #394680.


Background Color

.myBgColor { background-color: #394680; }

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

This div background color is #394680.


Border color

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

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

This div border color is #394680.


Opacity

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

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

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

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

This text has shadow with #394680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394680 on black background.


Color preview on white background

This text has color #394680 on white background.



Black color preview on #394680 background

This text has black color on #394680 background.


White color preview on #394680 background

This text has white color on #394680 background.