COLOR #387CB0

HEX: #387CB0 RGB: (56,124,176)

Color info

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

RGB color model

#387CB0 color RGB value is (56,124,176).

RGB: (56,124,176) (22%, 49%, 69%)

RGB channels and saturation

R 56 of 255 = 22%
G 124 of 255 = 49%
B 176 of 255 = 69%

56
124
176

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

Portions of RGB colors in percentages

R + G + B = 56 + 124 + 176 = 356 (100%)
R 56 of 356 ~ 15.73%
G 124 of 356 ~ 34.83%
B 176 of 356 ~ 49.44'%

%15.73
%34.83
%49.44

CMYK color model

#387CB0 color CMYK value is (68,30,0,31).

  • cyan value is 68.18%
  • magenta value is 29.55%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (68,30,0,31)
C68M30Y0K31 (68%, 30%, 0%, 31%)
(0.68 / 0.30 / 0.00 / 0.31)

CMYK percentages

%68.18
%29.55
%0
%30.98

Codes

Color #387CB0 in popluar color models

38 7C B0
RGB 56 124 176
HSL 206° 51.72% 45.49%
HSB/HSV 206° 68.18% 69.02%
CMYK 68.18% 29.55% 0.00%
30.98%

Color #387CB0 in popluar number systems.

HEX 38 7C B0
Decimal 56 124 176
Binary 111000 1111100 10110000
Octal 70 174 260

Shades and tints

Shades of #387CB0

#387CB0
(56,124,176)
#3371A0
(51,113,160)
#2E6690
(46,102,144)
#295B80
(41,91,128)
#245070
(36,80,112)
#1F4560
(31,69,96)
#1A3A50
(26,58,80)
#152F40
(21,47,64)
#102430
(16,36,48)
#0B1920
(11,25,32)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #387CB0

#387CB0
(56,124,176)
#4A87B7
(74,135,183)
#5C92BE
(92,146,190)
#6E9DC5
(110,157,197)
#80A8CC
(128,168,204)
#92B3D3
(146,179,211)
#A4BEDA
(164,190,218)
#B6C9E1
(182,201,225)
#C8D4E8
(200,212,232)
#DADFEF
(218,223,239)
#ECEAF6
(236,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387CB0 color. Also use rgb(56,124,176) instead hex code.

Text Font Color

.myTextColor { color: #387CB0; }

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

This text font color is #387CB0.

Background Color

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

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

This div background color is #387CB0.

Border color

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

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

This div border color is #387CB0.

Opacity

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

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

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

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

This text has shadow with #387CB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387CB0.

Preview

Color preview on black background

This text has color #387CB0 on black background.


Color preview on white background

This text has color #387CB0 on white background.


Black color preview on #387CB0 background

This text has black color on #387CB0 background.


White color preview on #387CB0 background

This text has white color on #387CB0 background.


Related colors

Complementary color

Complementary color for #hex is #C7834F.


I love getcolorcode.com

Triadic colors

1 #B0387C and #7CB038 with #387CB0 are triadic colors.

2 #B07C38 and #7C38B0 with #387CB0 are triadic colors.