COLOR #387EA0

HEX: #387EA0 RGB: (56,126,160)

Color info

#387EA0 contains mainly green and blue colors. Web safe color of #387EA0 is #336699 (or #369).

RGB color model

#387EA0 color RGB value is (56,126,160).

RGB: (56,126,160) (22%, 49%, 63%)

RGB channels and saturation

R 56 of 255 = 22%
G 126 of 255 = 49%
B 160 of 255 = 63%

56
126
160

R + G + B ~ 45%. #387EA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 126 + 160 = 342 (100%)
R 56 of 342 ~ 16.37%
G 126 of 342 ~ 36.84%
B 160 of 342 ~ 46.78'%

%16.37
%36.84
%46.78

CMYK color model

#387EA0 color CMYK value is (65,21,0,37).

  • cyan value is 65.00%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (65,21,0,37)
C65M21Y0K37 (65%, 21%, 0%, 37%)
(0.65 / 0.21 / 0.00 / 0.37)

CMYK percentages

%65
%21.25
%0
%37.25

Codes

Color #387EA0 in popluar color models

38 7E A0
RGB 56 126 160
HSL 200° 48.15% 42.35%
HSB/HSV 200° 65.00% 62.75%
CMYK 65.00% 21.25% 0.00%
37.25%

Color #387EA0 in popluar number systems.

HEX 38 7E A0
Decimal 56 126 160
Binary 111000 1111110 10100000
Octal 70 176 240

Shades and tints

Shades of #387EA0

#387EA0
(56,126,160)
#337392
(51,115,146)
#2E6884
(46,104,132)
#295D76
(41,93,118)
#245268
(36,82,104)
#1F475A
(31,71,90)
#1A3C4C
(26,60,76)
#15313E
(21,49,62)
#102630
(16,38,48)
#0B1B22
(11,27,34)
#061014
(6,16,20)
#000000
(0,0,0)

Tints of #387EA0

#387EA0
(56,126,160)
#4A89A8
(74,137,168)
#5C94B0
(92,148,176)
#6E9FB8
(110,159,184)
#80AAC0
(128,170,192)
#92B5C8
(146,181,200)
#A4C0D0
(164,192,208)
#B6CBD8
(182,203,216)
#C8D6E0
(200,214,224)
#DAE1E8
(218,225,232)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387EA0 color. Also use rgb(56,126,160) instead hex code.

Text Font Color

.myTextColor { color: #387EA0; }

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

This text font color is #387EA0.

Background Color

.myBgColor { background-color: #387EA0; }

<div style="background-color:#387EA0">Inner text</div>

This div background color is #387EA0.

Border color

.myBorderColor { border: 1px solid #387EA0; }

<div style="border:3px solid #387EA0">Div</div>

This div border color is #387EA0.

Opacity

.myOpacity80 { color: #387EA0; opacity: 0.8; }

<p style="color:#387EA0;opacity:0.8;">80%</p>

Text with #387EA0 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 #387EA0;}

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

This text has shadow with #387EA0 color.


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

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

This text has shadow with #387EA0 primary color and red secondary color.


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

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

This text has shadow with #387EA0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #387EA0.

Preview

Color preview on black background

This text has color #387EA0 on black background.


Color preview on white background

This text has color #387EA0 on white background.


Black color preview on #387EA0 background

This text has black color on #387EA0 background.


White color preview on #387EA0 background

This text has white color on #387EA0 background.


Related colors

Complementary color

Complementary color for #hex is #C7815F.


I love getcolorcode.com

Triadic colors

1 #A0387E and #7EA038 with #387EA0 are triadic colors.

2 #A07E38 and #7E38A0 with #387EA0 are triadic colors.