COLOR #386D9F

HEX: #386D9F
RGB: (56,109,159)

Color info

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

RGB color model

#386D9F color RGB value is (56,109,159).

  • red value is 56;
  • green value is 109;
  • blue value is 159.
RGB:
(56,109,159)
(22%,43%,62%)

RGB channels and saturation

R 56 of 255 = 22%
G 109 of 255 = 43%
B 159 of 255 = 62%

56
109
159

R + G + B ~ 42%. #386D9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 109 + 159 = 324 (100%)
R 56 of 324 ~ 17.28%
G 109 of 324 ~ 33.64%
B 159 of 324 ~ 49.07%

%17.28
%33.64
%49.07

CMYK color model

#386D9F color CMYK value is (65,31,0,38).

  • cyan value is 64.78%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(65,31,0,38)
C65M31Y0K38 
(65%,31%,0%,38%)
(0.65/0.31/0.00/0.38)	

CMYK percentages

%64.78
%31.45
%0
%37.65

Codes

Color #386D9F in popluar color models

386D9F
RGB56109159
HSL209°47.91%42.16%
HSB/HSV209°64.78%62.35%
CMYK64.78%31.45%0.00%
37.65%

Color #386D9F in popluar number systems.

HEX386D9F
Decimal56109159
Binary111000110110110011111
Octal70155237

Shades and tints

Shades of #386D9F

#386D9F
(56,109,159)
#336491
(51,100,145)
#2E5B83
(46,91,131)
#295275
(41,82,117)
#244967
(36,73,103)
#1F4059
(31,64,89)
#1A374B
(26,55,75)
#152E3D
(21,46,61)
#10252F
(16,37,47)
#0B1C21
(11,28,33)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #386D9F

#386D9F
(56,109,159)
#4A7AA7
(74,122,167)
#5C87AF
(92,135,175)
#6E94B7
(110,148,183)
#80A1BF
(128,161,191)
#92AEC7
(146,174,199)
#A4BBCF
(164,187,207)
#B6C8D7
(182,200,215)
#C8D5DF
(200,213,223)
#DAE2E7
(218,226,231)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386D9F color. Also use rgb(56,109,159) instead hex code.

Text Font Color

.myTextColor { color: #386D9F; }

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

This text font color is #386D9F.


Background Color

.myBgColor { background-color: #386D9F; }

<div style="background-color:#386D9F">Inner text</div>

This div background color is #386D9F.


Border color

.myBorderColor { border: 1px solid #386D9F; }

<div style="border:3px solid #386D9F">Div</div>

This div border color is #386D9F.


Opacity

.myOpacity80 { color: #386D9F; opacity: 0.8; }

<p style="color:#386D9F;opacity:0.8;">80%</p>

Text with #386D9F 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 #386D9F;}

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

This text has shadow with #386D9F color.

.textShadow {text-shadow: 3px 3px 1px #386D9F, 3px 3px 1px red;}

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

This text has shadow with #386D9F primary color and red secondary color.


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

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

This text has shadow with #386D9F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386D9F on black background.


Color preview on white background

This text has color #386D9F on white background.



Black color preview on #386D9F background

This text has black color on #386D9F background.


White color preview on #386D9F background

This text has white color on #386D9F background.