COLOR #393CC1

HEX: #393CC1 RGB: (57,60,193)

Color info

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

RGB color model

#393CC1 color RGB value is (57,60,193).

RGB: (57,60,193) (22%, 24%, 76%)

RGB channels and saturation

R 57 of 255 = 22%
G 60 of 255 = 24%
B 193 of 255 = 76%

57
60
193

R + G + B ~ 41%. #393CC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 57 + 60 + 193 = 310 (100%)
R 57 of 310 ~ 18.39%
G 60 of 310 ~ 19.35%
B 193 of 310 ~ 62.26'%

%18.39
%19.35
%62.26

CMYK color model

#393CC1 color CMYK value is (70,69,0,24).

  • cyan value is 70.47%
  • magenta value is 68.91%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (70,69,0,24)
C70M69Y0K24 (70%, 69%, 0%, 24%)
(0.70 / 0.69 / 0.00 / 0.24)

CMYK percentages

%70.47
%68.91
%0
%24.31

Codes

Color #393CC1 in popluar color models

39 3C C1
RGB 57 60 193
HSL 239° 54.40% 49.02%
HSB/HSV 239° 70.47% 75.69%
CMYK 70.47% 68.91% 0.00%
24.31%

Color #393CC1 in popluar number systems.

HEX 39 3C C1
Decimal 57 60 193
Binary 111001 111100 11000001
Octal 71 74 301

Shades and tints

Shades of #393CC1

#393CC1
(57,60,193)
#3437B0
(52,55,176)
#2F329F
(47,50,159)
#2A2D8E
(42,45,142)
#25287D
(37,40,125)
#20236C
(32,35,108)
#1B1E5B
(27,30,91)
#16194A
(22,25,74)
#111439
(17,20,57)
#0C0F28
(12,15,40)
#070A17
(7,10,23)
#000000
(0,0,0)

Tints of #393CC1

#393CC1
(57,60,193)
#4B4DC6
(75,77,198)
#5D5ECB
(93,94,203)
#6F6FD0
(111,111,208)
#8180D5
(129,128,213)
#9391DA
(147,145,218)
#A5A2DF
(165,162,223)
#B7B3E4
(183,179,228)
#C9C4E9
(201,196,233)
#DBD5EE
(219,213,238)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393CC1 color. Also use rgb(57,60,193) instead hex code.

Text Font Color

.myTextColor { color: #393CC1; }

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

This text font color is #393CC1.

Background Color

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

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

This div background color is #393CC1.

Border color

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

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

This div border color is #393CC1.

Opacity

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

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

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

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

This text has shadow with #393CC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393CC1.

Preview

Color preview on black background

This text has color #393CC1 on black background.


Color preview on white background

This text has color #393CC1 on white background.


Black color preview on #393CC1 background

This text has black color on #393CC1 background.


White color preview on #393CC1 background

This text has white color on #393CC1 background.


Related colors

Complementary color

Complementary color for #hex is #C6C33E.


I love getcolorcode.com

Triadic colors

1 #C1393C and #3CC139 with #393CC1 are triadic colors.

2 #C13C39 and #3C39C1 with #393CC1 are triadic colors.