COLOR #387CA9

HEX: #387CA9
RGB: (56,124,169)

Color info

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

RGB color model

#387CA9 color RGB value is (56,124,169).

  • red value is 56;
  • green value is 124;
  • blue value is 169.
RGB:
(56,124,169)
(22%,49%,66%)

RGB channels and saturation

R 56 of 255 = 22%
G 124 of 255 = 49%
B 169 of 255 = 66%

56
124
169

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

Portions of RGB colors in percentages

R + G + B =
56 + 124 + 169 = 349 (100%)
R 56 of 349 ~ 16.05%
G 124 of 349 ~ 35.53%
B 169 of 349 ~ 48.42%

%16.05
%35.53
%48.42

CMYK color model

#387CA9 color CMYK value is (67,27,0,34).

  • cyan value is 66.86%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(67,27,0,34)
C67M27Y0K34 
(67%,27%,0%,34%)
(0.67/0.27/0.00/0.34)	

CMYK percentages

%66.86
%26.63
%0
%33.73

Codes

Color #387CA9 in popluar color models

387CA9
RGB56124169
HSL204°50.22%44.12%
HSB/HSV204°66.86%66.27%
CMYK66.86%26.63%0.00%
33.73%

Color #387CA9 in popluar number systems.

HEX387CA9
Decimal56124169
Binary111000111110010101001
Octal70174251

Shades and tints

Shades of #387CA9

#387CA9
(56,124,169)
#33719A
(51,113,154)
#2E668B
(46,102,139)
#295B7C
(41,91,124)
#24506D
(36,80,109)
#1F455E
(31,69,94)
#1A3A4F
(26,58,79)
#152F40
(21,47,64)
#102431
(16,36,49)
#0B1922
(11,25,34)
#060E13
(6,14,19)
#000000
(0,0,0)

Tints of #387CA9

#387CA9
(56,124,169)
#4A87B0
(74,135,176)
#5C92B7
(92,146,183)
#6E9DBE
(110,157,190)
#80A8C5
(128,168,197)
#92B3CC
(146,179,204)
#A4BED3
(164,190,211)
#B6C9DA
(182,201,218)
#C8D4E1
(200,212,225)
#DADFE8
(218,223,232)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #387CA9; }

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

This text font color is #387CA9.


Background Color

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

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

This div background color is #387CA9.


Border color

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

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

This div border color is #387CA9.


Opacity

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

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

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

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

This text has shadow with #387CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387CA9 on black background.


Color preview on white background

This text has color #387CA9 on white background.



Black color preview on #387CA9 background

This text has black color on #387CA9 background.


White color preview on #387CA9 background

This text has white color on #387CA9 background.