COLOR #389BB6

HEX: #389BB6
RGB: (56,155,182)

Color info

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

RGB color model

#389BB6 color RGB value is (56,155,182).

  • red value is 56;
  • green value is 155;
  • blue value is 182.
RGB:
(56,155,182)
(22%,61%,71%)

RGB channels and saturation

R 56 of 255 = 22%
G 155 of 255 = 61%
B 182 of 255 = 71%

56
155
182

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

Portions of RGB colors in percentages

R + G + B =
56 + 155 + 182 = 393 (100%)
R 56 of 393 ~ 14.25%
G 155 of 393 ~ 39.44%
B 182 of 393 ~ 46.31%

%14.25
%39.44
%46.31

CMYK color model

#389BB6 color CMYK value is (69,15,0,29).

  • cyan value is 69.23%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(69,15,0,29)
C69M15Y0K29 
(69%,15%,0%,29%)
(0.69/0.15/0.00/0.29)	

CMYK percentages

%69.23
%14.84
%0
%28.63

Codes

Color #389BB6 in popluar color models

389BB6
RGB56155182
HSL193°52.94%46.67%
HSB/HSV193°69.23%71.37%
CMYK69.23%14.84%0.00%
28.63%

Color #389BB6 in popluar number systems.

HEX389BB6
Decimal56155182
Binary1110001001101110110110
Octal70233266

Shades and tints

Shades of #389BB6

#389BB6
(56,155,182)
#338DA6
(51,141,166)
#2E7F96
(46,127,150)
#297186
(41,113,134)
#246376
(36,99,118)
#1F5566
(31,85,102)
#1A4756
(26,71,86)
#153946
(21,57,70)
#102B36
(16,43,54)
#0B1D26
(11,29,38)
#060F16
(6,15,22)
#000000
(0,0,0)

Tints of #389BB6

#389BB6
(56,155,182)
#4AA4BC
(74,164,188)
#5CADC2
(92,173,194)
#6EB6C8
(110,182,200)
#80BFCE
(128,191,206)
#92C8D4
(146,200,212)
#A4D1DA
(164,209,218)
#B6DAE0
(182,218,224)
#C8E3E6
(200,227,230)
#DAECEC
(218,236,236)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #389BB6 color. Also use rgb(56,155,182) instead hex code.

Text Font Color

.myTextColor { color: #389BB6; }

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

This text font color is #389BB6.


Background Color

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

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

This div background color is #389BB6.


Border color

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

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

This div border color is #389BB6.


Opacity

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

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

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

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

This text has shadow with #389BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #389BB6 on black background.


Color preview on white background

This text has color #389BB6 on white background.



Black color preview on #389BB6 background

This text has black color on #389BB6 background.


White color preview on #389BB6 background

This text has white color on #389BB6 background.