COLOR #389DCD

HEX: #389DCD
RGB: (56,157,205)

Color info

#389DCD contains mainly green and blue colors. Web safe color of #389DCD is #3399CC (or #39C).

RGB color model

#389DCD color RGB value is (56,157,205).

  • red value is 56;
  • green value is 157;
  • blue value is 205.
RGB:
(56,157,205)
(22%,62%,80%)

RGB channels and saturation

R 56 of 255 = 22%
G 157 of 255 = 62%
B 205 of 255 = 80%

56
157
205

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

Portions of RGB colors in percentages

R + G + B =
56 + 157 + 205 = 418 (100%)
R 56 of 418 ~ 13.4%
G 157 of 418 ~ 37.56%
B 205 of 418 ~ 49.04%

%13.4
%37.56
%49.04

CMYK color model

#389DCD color CMYK value is (73,23,0,20).

  • cyan value is 72.68%
  • magenta value is 23.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(73,23,0,20)
C73M23Y0K20 
(73%,23%,0%,20%)
(0.73/0.23/0.00/0.20)	

CMYK percentages

%72.68
%23.41
%0
%19.61

Codes

Color #389DCD in popluar color models

389DCD
RGB56157205
HSL199°59.84%51.18%
HSB/HSV199°72.68%80.39%
CMYK72.68%23.41%0.00%
19.61%

Color #389DCD in popluar number systems.

HEX389DCD
Decimal56157205
Binary1110001001110111001101
Octal70235315

Shades and tints

Shades of #389DCD

#389DCD
(56,157,205)
#338FBB
(51,143,187)
#2E81A9
(46,129,169)
#297397
(41,115,151)
#246585
(36,101,133)
#1F5773
(31,87,115)
#1A4961
(26,73,97)
#153B4F
(21,59,79)
#102D3D
(16,45,61)
#0B1F2B
(11,31,43)
#061119
(6,17,25)
#000000
(0,0,0)

Tints of #389DCD

#389DCD
(56,157,205)
#4AA5D1
(74,165,209)
#5CADD5
(92,173,213)
#6EB5D9
(110,181,217)
#80BDDD
(128,189,221)
#92C5E1
(146,197,225)
#A4CDE5
(164,205,229)
#B6D5E9
(182,213,233)
#C8DDED
(200,221,237)
#DAE5F1
(218,229,241)
#ECEDF5
(236,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389DCD color. Also use rgb(56,157,205) instead hex code.

Text Font Color

.myTextColor { color: #389DCD; }

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

This text font color is #389DCD.


Background Color

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

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

This div background color is #389DCD.


Border color

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

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

This div border color is #389DCD.


Opacity

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

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

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

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

This text has shadow with #389DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389DCD on black background.


Color preview on white background

This text has color #389DCD on white background.



Black color preview on #389DCD background

This text has black color on #389DCD background.


White color preview on #389DCD background

This text has white color on #389DCD background.