COLOR #393DCD

HEX: #393DCD
RGB: (57,61,205)

Color info

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

RGB color model

#393DCD color RGB value is (57,61,205).

  • red value is 57;
  • green value is 61;
  • blue value is 205.
RGB:
(57,61,205)
(22%,24%,80%)

RGB channels and saturation

R 57 of 255 = 22%
G 61 of 255 = 24%
B 205 of 255 = 80%

57
61
205

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

Portions of RGB colors in percentages

R + G + B =
57 + 61 + 205 = 323 (100%)
R 57 of 323 ~ 17.65%
G 61 of 323 ~ 18.89%
B 205 of 323 ~ 63.47%

%17.65
%18.89
%63.47

CMYK color model

#393DCD color CMYK value is (72,70,0,20).

  • cyan value is 72.20%
  • magenta value is 70.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(72,70,0,20)
C72M70Y0K20 
(72%,70%,0%,20%)
(0.72/0.70/0.00/0.20)	

CMYK percentages

%72.2
%70.24
%0
%19.61

Codes

Color #393DCD in popluar color models

393DCD
RGB5761205
HSL238°59.68%51.37%
HSB/HSV238°72.20%80.39%
CMYK72.20%70.24%0.00%
19.61%

Color #393DCD in popluar number systems.

HEX393DCD
Decimal5761205
Binary11100111110111001101
Octal7175315

Shades and tints

Shades of #393DCD

#393DCD
(57,61,205)
#3438BB
(52,56,187)
#2F33A9
(47,51,169)
#2A2E97
(42,46,151)
#252985
(37,41,133)
#202473
(32,36,115)
#1B1F61
(27,31,97)
#161A4F
(22,26,79)
#11153D
(17,21,61)
#0C102B
(12,16,43)
#070B19
(7,11,25)
#000000
(0,0,0)

Tints of #393DCD

#393DCD
(57,61,205)
#4B4ED1
(75,78,209)
#5D5FD5
(93,95,213)
#6F70D9
(111,112,217)
#8181DD
(129,129,221)
#9392E1
(147,146,225)
#A5A3E5
(165,163,229)
#B7B4E9
(183,180,233)
#C9C5ED
(201,197,237)
#DBD6F1
(219,214,241)
#EDE7F5
(237,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393DCD color. Also use rgb(57,61,205) instead hex code.

Text Font Color

.myTextColor { color: #393DCD; }

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

This text font color is #393DCD.


Background Color

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

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

This div background color is #393DCD.


Border color

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

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

This div border color is #393DCD.


Opacity

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

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

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

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

This text has shadow with #393DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393DCD on black background.


Color preview on white background

This text has color #393DCD on white background.



Black color preview on #393DCD background

This text has black color on #393DCD background.


White color preview on #393DCD background

This text has white color on #393DCD background.