COLOR #394888

HEX: #394888
RGB: (57,72,136)

Color info

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

RGB color model

#394888 color RGB value is (57,72,136).

  • red value is 57;
  • green value is 72;
  • blue value is 136.
RGB:
(57,72,136)
(22%,28%,53%)

RGB channels and saturation

R 57 of 255 = 22%
G 72 of 255 = 28%
B 136 of 255 = 53%

57
72
136

R + G + B ~ 34%. #394888 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 72 + 136 = 265 (100%)
R 57 of 265 ~ 21.51%
G 72 of 265 ~ 27.17%
B 136 of 265 ~ 51.32%

%21.51
%27.17
%51.32

CMYK color model

#394888 color CMYK value is (58,47,0,47).

  • cyan value is 58.09%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(58,47,0,47)
C58M47Y0K47 
(58%,47%,0%,47%)
(0.58/0.47/0.00/0.47)	

CMYK percentages

%58.09
%47.06
%0
%46.67

Codes

Color #394888 in popluar color models

394888
RGB5772136
HSL229°40.93%37.84%
HSB/HSV229°58.09%53.33%
CMYK58.09%47.06%0.00%
46.67%

Color #394888 in popluar number systems.

HEX394888
Decimal5772136
Binary111001100100010001000
Octal71110210

Shades and tints

Shades of #394888

#394888
(57,72,136)
#34427C
(52,66,124)
#2F3C70
(47,60,112)
#2A3664
(42,54,100)
#253058
(37,48,88)
#202A4C
(32,42,76)
#1B2440
(27,36,64)
#161E34
(22,30,52)
#111828
(17,24,40)
#0C121C
(12,18,28)
#070C10
(7,12,16)
#000000
(0,0,0)

Tints of #394888

#394888
(57,72,136)
#4B5892
(75,88,146)
#5D689C
(93,104,156)
#6F78A6
(111,120,166)
#8188B0
(129,136,176)
#9398BA
(147,152,186)
#A5A8C4
(165,168,196)
#B7B8CE
(183,184,206)
#C9C8D8
(201,200,216)
#DBD8E2
(219,216,226)
#EDE8EC
(237,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394888 color. Also use rgb(57,72,136) instead hex code.

Text Font Color

.myTextColor { color: #394888; }

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

This text font color is #394888.


Background Color

.myBgColor { background-color: #394888; }

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

This div background color is #394888.


Border color

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

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

This div border color is #394888.


Opacity

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

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

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

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

This text has shadow with #394888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394888 on black background.


Color preview on white background

This text has color #394888 on white background.



Black color preview on #394888 background

This text has black color on #394888 background.


White color preview on #394888 background

This text has white color on #394888 background.