COLOR #387CAD

HEX: #387CAD RGB: (56,124,173)

Color info

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

RGB color model

#387CAD color RGB value is (56,124,173).

RGB: (56,124,173) (22%, 49%, 68%)

RGB channels and saturation

R 56 of 255 = 22%
G 124 of 255 = 49%
B 173 of 255 = 68%

56
124
173

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

Portions of RGB colors in percentages

R + G + B = 56 + 124 + 173 = 353 (100%)
R 56 of 353 ~ 15.86%
G 124 of 353 ~ 35.13%
B 173 of 353 ~ 49.01'%

%15.86
%35.13
%49.01

CMYK color model

#387CAD color CMYK value is (68,28,0,32).

  • cyan value is 67.63%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (68,28,0,32) C68M28Y0K32 (68%,28%,0%,32%) (0.68/0.28/0.00/0.32) 

CMYK percentages

%67.63
%28.32
%0
%32.16

Codes

Color #387CAD in popluar color models

38 7C AD
RGB 56 124 173
HSL 205° 51.09% 44.90%
HSB/HSV 205° 67.63% 67.84%
CMYK 67.63% 28.32% 0.00%
32.16%

Color #387CAD in popluar number systems.

HEX 38 7C AD
Decimal 56 124 173
Binary 111000 1111100 10101101
Octal 70 174 255

Shades and tints

Shades of #387CAD

#387CAD
(56,124,173)
#33719E
(51,113,158)
#2E668F
(46,102,143)
#295B80
(41,91,128)
#245071
(36,80,113)
#1F4562
(31,69,98)
#1A3A53
(26,58,83)
#152F44
(21,47,68)
#102435
(16,36,53)
#0B1926
(11,25,38)
#060E17
(6,14,23)
#000000
(0,0,0)

Tints of #387CAD

#387CAD
(56,124,173)
#4A87B4
(74,135,180)
#5C92BB
(92,146,187)
#6E9DC2
(110,157,194)
#80A8C9
(128,168,201)
#92B3D0
(146,179,208)
#A4BED7
(164,190,215)
#B6C9DE
(182,201,222)
#C8D4E5
(200,212,229)
#DADFEC
(218,223,236)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387CAD; }

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

This text font color is #387CAD.

Background Color

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

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

This div background color is #387CAD.

Border color

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

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

This div border color is #387CAD.

Opacity

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

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

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

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

This text has shadow with #387CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #387CAD.

Preview

Color preview on black background

This text has color #387CAD on black background.


Color preview on white background

This text has color #387CAD on white background.


Black color preview on #387CAD background

This text has black color on #387CAD background.


White color preview on #387CAD background

This text has white color on #387CAD background.


Related colors

Complementary color

Complementary color for #hex is #C78352.


I love getcolorcode.com

Triadic colors

1 #AD387C and #7CAD38 with #387CAD are triadic colors.

2 #AD7C38 and #7C38AD with #387CAD are triadic colors.