COLOR #393A88

HEX: #393A88
RGB: (57,58,136)

Color info

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

RGB color model

#393A88 color RGB value is (57,58,136).

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

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 136 of 255 = 53%

57
58
136

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

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 136 = 251 (100%)
R 57 of 251 ~ 22.71%
G 58 of 251 ~ 23.11%
B 136 of 251 ~ 54.18%

%22.71
%23.11
%54.18

CMYK color model

#393A88 color CMYK value is (58,57,0,47).

  • cyan value is 58.09%
  • magenta value is 57.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(58,57,0,47)
C58M57Y0K47 
(58%,57%,0%,47%)
(0.58/0.57/0.00/0.47)	

CMYK percentages

%58.09
%57.35
%0
%46.67

Codes

Color #393A88 in popluar color models

393A88
RGB5758136
HSL239°40.93%37.84%
HSB/HSV239°58.09%53.33%
CMYK58.09%57.35%0.00%
46.67%

Color #393A88 in popluar number systems.

HEX393A88
Decimal5758136
Binary11100111101010001000
Octal7172210

Shades and tints

Shades of #393A88

#393A88
(57,58,136)
#34357C
(52,53,124)
#2F3070
(47,48,112)
#2A2B64
(42,43,100)
#252658
(37,38,88)
#20214C
(32,33,76)
#1B1C40
(27,28,64)
#161734
(22,23,52)
#111228
(17,18,40)
#0C0D1C
(12,13,28)
#070810
(7,8,16)
#000000
(0,0,0)

Tints of #393A88

#393A88
(57,58,136)
#4B4B92
(75,75,146)
#5D5C9C
(93,92,156)
#6F6DA6
(111,109,166)
#817EB0
(129,126,176)
#938FBA
(147,143,186)
#A5A0C4
(165,160,196)
#B7B1CE
(183,177,206)
#C9C2D8
(201,194,216)
#DBD3E2
(219,211,226)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393A88; }

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

This text font color is #393A88.


Background Color

.myBgColor { background-color: #393A88; }

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

This div background color is #393A88.


Border color

.myBorderColor { border: 1px solid #393A88; }

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

This div border color is #393A88.


Opacity

.myOpacity80 { color: #393A88; opacity: 0.8; }

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

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

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

This text has shadow with #393A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A88 on black background.


Color preview on white background

This text has color #393A88 on white background.



Black color preview on #393A88 background

This text has black color on #393A88 background.


White color preview on #393A88 background

This text has white color on #393A88 background.