COLOR #387EAF

HEX: #387EAF
RGB: (56,126,175)

Color info

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

RGB color model

#387EAF color RGB value is (56,126,175).

  • red value is 56;
  • green value is 126;
  • blue value is 175.
RGB:
(56,126,175)
(22%,49%,69%)

RGB channels and saturation

R 56 of 255 = 22%
G 126 of 255 = 49%
B 175 of 255 = 69%

56
126
175

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

Portions of RGB colors in percentages

R + G + B =
56 + 126 + 175 = 357 (100%)
R 56 of 357 ~ 15.69%
G 126 of 357 ~ 35.29%
B 175 of 357 ~ 49.02%

%15.69
%35.29
%49.02

CMYK color model

#387EAF color CMYK value is (68,28,0,31).

  • cyan value is 68.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(68,28,0,31)
C68M28Y0K31 
(68%,28%,0%,31%)
(0.68/0.28/0.00/0.31)	

CMYK percentages

%68
%28
%0
%31.37

Codes

Color #387EAF in popluar color models

387EAF
RGB56126175
HSL205°51.52%45.29%
HSB/HSV205°68.00%68.63%
CMYK68.00%28.00%0.00%
31.37%

Color #387EAF in popluar number systems.

HEX387EAF
Decimal56126175
Binary111000111111010101111
Octal70176257

Shades and tints

Shades of #387EAF

#387EAF
(56,126,175)
#3373A0
(51,115,160)
#2E6891
(46,104,145)
#295D82
(41,93,130)
#245273
(36,82,115)
#1F4764
(31,71,100)
#1A3C55
(26,60,85)
#153146
(21,49,70)
#102637
(16,38,55)
#0B1B28
(11,27,40)
#061019
(6,16,25)
#000000
(0,0,0)

Tints of #387EAF

#387EAF
(56,126,175)
#4A89B6
(74,137,182)
#5C94BD
(92,148,189)
#6E9FC4
(110,159,196)
#80AACB
(128,170,203)
#92B5D2
(146,181,210)
#A4C0D9
(164,192,217)
#B6CBE0
(182,203,224)
#C8D6E7
(200,214,231)
#DAE1EE
(218,225,238)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387EAF; }

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

This text font color is #387EAF.


Background Color

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

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

This div background color is #387EAF.


Border color

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

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

This div border color is #387EAF.


Opacity

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

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

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

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

This text has shadow with #387EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387EAF on black background.


Color preview on white background

This text has color #387EAF on white background.



Black color preview on #387EAF background

This text has black color on #387EAF background.


White color preview on #387EAF background

This text has white color on #387EAF background.