COLOR #392688

HEX: #392688
RGB: (57,38,136)

Color info

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

RGB color model

#392688 color RGB value is (57,38,136).

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

RGB channels and saturation

R 57 of 255 = 22%
G 38 of 255 = 15%
B 136 of 255 = 53%

57
38
136

R + G + B ~ 30%. #392688 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 38 + 136 = 231 (100%)
R 57 of 231 ~ 24.68%
G 38 of 231 ~ 16.45%
B 136 of 231 ~ 58.87%

%24.68
%16.45
%58.87

CMYK color model

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

  • cyan value is 58.09%
  • magenta value is 72.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(58,72,0,47)
C58M72Y0K47 
(58%,72%,0%,47%)
(0.58/0.72/0.00/0.47)	

CMYK percentages

%58.09
%72.06
%0
%46.67

Codes

Color #392688 in popluar color models

392688
RGB5738136
HSL252°56.32%34.12%
HSB/HSV252°72.06%53.33%
CMYK58.09%72.06%0.00%
46.67%

Color #392688 in popluar number systems.

HEX392688
Decimal5738136
Binary11100110011010001000
Octal7146210

Shades and tints

Shades of #392688

#392688
(57,38,136)
#34237C
(52,35,124)
#2F2070
(47,32,112)
#2A1D64
(42,29,100)
#251A58
(37,26,88)
#20174C
(32,23,76)
#1B1440
(27,20,64)
#161134
(22,17,52)
#110E28
(17,14,40)
#0C0B1C
(12,11,28)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #392688

#392688
(57,38,136)
#4B3992
(75,57,146)
#5D4C9C
(93,76,156)
#6F5FA6
(111,95,166)
#8172B0
(129,114,176)
#9385BA
(147,133,186)
#A598C4
(165,152,196)
#B7ABCE
(183,171,206)
#C9BED8
(201,190,216)
#DBD1E2
(219,209,226)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #392688; }

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

This text font color is #392688.


Background Color

.myBgColor { background-color: #392688; }

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

This div background color is #392688.


Border color

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

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

This div border color is #392688.


Opacity

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

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

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

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

This text has shadow with #392688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392688 on black background.


Color preview on white background

This text has color #392688 on white background.



Black color preview on #392688 background

This text has black color on #392688 background.


White color preview on #392688 background

This text has white color on #392688 background.