COLOR #393FAE

HEX: #393FAE RGB: (57,63,174)

Color info

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

RGB color model

#393FAE color RGB value is (57,63,174).

RGB: (57,63,174) (22%, 25%, 68%)

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 174 of 255 = 68%

57
63
174

R + G + B ~ 38%. #393FAE is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 63 + 174 = 294 (100%)
R 57 of 294 ~ 19.39%
G 63 of 294 ~ 21.43%
B 174 of 294 ~ 59.18'%

%19.39
%21.43
%59.18

CMYK color model

#393FAE color CMYK value is (67,64,0,32).

  • cyan value is 67.24%
  • magenta value is 63.79%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (67,64,0,32)
C67M64Y0K32 (67%, 64%, 0%, 32%)
(0.67 / 0.64 / 0.00 / 0.32)

CMYK percentages

%67.24
%63.79
%0
%31.76

Codes

Color #393FAE in popluar color models

39 3F AE
RGB 57 63 174
HSL 237° 50.65% 45.29%
HSB/HSV 237° 67.24% 68.24%
CMYK 67.24% 63.79% 0.00%
31.76%

Color #393FAE in popluar number systems.

HEX 39 3F AE
Decimal 57 63 174
Binary 111001 111111 10101110
Octal 71 77 256

Shades and tints

Shades of #393FAE

#393FAE
(57,63,174)
#343A9F
(52,58,159)
#2F3590
(47,53,144)
#2A3081
(42,48,129)
#252B72
(37,43,114)
#202663
(32,38,99)
#1B2154
(27,33,84)
#161C45
(22,28,69)
#111736
(17,23,54)
#0C1227
(12,18,39)
#070D18
(7,13,24)
#000000
(0,0,0)

Tints of #393FAE

#393FAE
(57,63,174)
#4B50B5
(75,80,181)
#5D61BC
(93,97,188)
#6F72C3
(111,114,195)
#8183CA
(129,131,202)
#9394D1
(147,148,209)
#A5A5D8
(165,165,216)
#B7B6DF
(183,182,223)
#C9C7E6
(201,199,230)
#DBD8ED
(219,216,237)
#EDE9F4
(237,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393FAE color. Also use rgb(57,63,174) instead hex code.

Text Font Color

.myTextColor { color: #393FAE; }

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

This text font color is #393FAE.

Background Color

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

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

This div background color is #393FAE.

Border color

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

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

This div border color is #393FAE.

Opacity

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

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

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

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

This text has shadow with #393FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393FAE.

Preview

Color preview on black background

This text has color #393FAE on black background.


Color preview on white background

This text has color #393FAE on white background.


Black color preview on #393FAE background

This text has black color on #393FAE background.


White color preview on #393FAE background

This text has white color on #393FAE background.


Related colors

Complementary color

Complementary color for #hex is #C6C051.


I love getcolorcode.com

Triadic colors

1 #AE393F and #3FAE39 with #393FAE are triadic colors.

2 #AE3F39 and #3F39AE with #393FAE are triadic colors.