COLOR #392AB4

HEX: #392AB4
RGB: (57,42,180)

Color info

#392AB4 contains mainly blue color. Web safe color of #392AB4 is #3333CC (or #33C).

RGB color model

#392AB4 color RGB value is (57,42,180).

  • red value is 57;
  • green value is 42;
  • blue value is 180.
RGB:
(57,42,180)
(22%,16%,71%)

RGB channels and saturation

R 57 of 255 = 22%
G 42 of 255 = 16%
B 180 of 255 = 71%

57
42
180

R + G + B ~ 36%. #392AB4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 42 + 180 = 279 (100%)
R 57 of 279 ~ 20.43%
G 42 of 279 ~ 15.05%
B 180 of 279 ~ 64.52%

%20.43
%15.05
%64.52

CMYK color model

#392AB4 color CMYK value is (68,77,0,29).

  • cyan value is 68.33%
  • magenta value is 76.67%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(68,77,0,29)
C68M77Y0K29 
(68%,77%,0%,29%)
(0.68/0.77/0.00/0.29)	

CMYK percentages

%68.33
%76.67
%0
%29.41

Codes

Color #392AB4 in popluar color models

392AB4
RGB5742180
HSL247°62.16%43.53%
HSB/HSV247°76.67%70.59%
CMYK68.33%76.67%0.00%
29.41%

Color #392AB4 in popluar number systems.

HEX392AB4
Decimal5742180
Binary11100110101010110100
Octal7152264

Shades and tints

Shades of #392AB4

#392AB4
(57,42,180)
#3427A4
(52,39,164)
#2F2494
(47,36,148)
#2A2184
(42,33,132)
#251E74
(37,30,116)
#201B64
(32,27,100)
#1B1854
(27,24,84)
#161544
(22,21,68)
#111234
(17,18,52)
#0C0F24
(12,15,36)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #392AB4

#392AB4
(57,42,180)
#4B3DBA
(75,61,186)
#5D50C0
(93,80,192)
#6F63C6
(111,99,198)
#8176CC
(129,118,204)
#9389D2
(147,137,210)
#A59CD8
(165,156,216)
#B7AFDE
(183,175,222)
#C9C2E4
(201,194,228)
#DBD5EA
(219,213,234)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #392AB4 color. Also use rgb(57,42,180) instead hex code.

Text Font Color

.myTextColor { color: #392AB4; }

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

This text font color is #392AB4.


Background Color

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

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

This div background color is #392AB4.


Border color

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

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

This div border color is #392AB4.


Opacity

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

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

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

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

This text has shadow with #392AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #392AB4 on black background.


Color preview on white background

This text has color #392AB4 on white background.



Black color preview on #392AB4 background

This text has black color on #392AB4 background.


White color preview on #392AB4 background

This text has white color on #392AB4 background.