COLOR #387FCB

HEX: #387FCB
RGB: (56,127,203)

Color info

#387FCB contains mainly blue color. Web safe color of #387FCB is #3366CC (or #36C).

RGB color model

#387FCB color RGB value is (56,127,203).

  • red value is 56;
  • green value is 127;
  • blue value is 203.
RGB:
(56,127,203)
(22%,50%,80%)

RGB channels and saturation

R 56 of 255 = 22%
G 127 of 255 = 50%
B 203 of 255 = 80%

56
127
203

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

Portions of RGB colors in percentages

R + G + B =
56 + 127 + 203 = 386 (100%)
R 56 of 386 ~ 14.51%
G 127 of 386 ~ 32.9%
B 203 of 386 ~ 52.59%

%14.51
%32.9
%52.59

CMYK color model

#387FCB color CMYK value is (72,37,0,20).

  • cyan value is 72.41%
  • magenta value is 37.44%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(72,37,0,20)
C72M37Y0K20 
(72%,37%,0%,20%)
(0.72/0.37/0.00/0.20)	

CMYK percentages

%72.41
%37.44
%0
%20.39

Codes

Color #387FCB in popluar color models

387FCB
RGB56127203
HSL211°58.57%50.78%
HSB/HSV211°72.41%79.61%
CMYK72.41%37.44%0.00%
20.39%

Color #387FCB in popluar number systems.

HEX387FCB
Decimal56127203
Binary111000111111111001011
Octal70177313

Shades and tints

Shades of #387FCB

#387FCB
(56,127,203)
#3374B9
(51,116,185)
#2E69A7
(46,105,167)
#295E95
(41,94,149)
#245383
(36,83,131)
#1F4871
(31,72,113)
#1A3D5F
(26,61,95)
#15324D
(21,50,77)
#10273B
(16,39,59)
#0B1C29
(11,28,41)
#061117
(6,17,23)
#000000
(0,0,0)

Tints of #387FCB

#387FCB
(56,127,203)
#4A8ACF
(74,138,207)
#5C95D3
(92,149,211)
#6EA0D7
(110,160,215)
#80ABDB
(128,171,219)
#92B6DF
(146,182,223)
#A4C1E3
(164,193,227)
#B6CCE7
(182,204,231)
#C8D7EB
(200,215,235)
#DAE2EF
(218,226,239)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387FCB color. Also use rgb(56,127,203) instead hex code.

Text Font Color

.myTextColor { color: #387FCB; }

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

This text font color is #387FCB.


Background Color

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

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

This div background color is #387FCB.


Border color

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

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

This div border color is #387FCB.


Opacity

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

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

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

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

This text has shadow with #387FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387FCB on black background.


Color preview on white background

This text has color #387FCB on white background.



Black color preview on #387FCB background

This text has black color on #387FCB background.


White color preview on #387FCB background

This text has white color on #387FCB background.