COLOR #386F9D

HEX: #386F9D RGB: (56,111,157)

Color info

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

RGB color model

#386F9D color RGB value is (56,111,157).

RGB: (56,111,157) (22%, 44%, 62%)

RGB channels and saturation

R 56 of 255 = 22%
G 111 of 255 = 44%
B 157 of 255 = 62%

56
111
157

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

Portions of RGB colors in percentages

R + G + B = 56 + 111 + 157 = 324 (100%)
R 56 of 324 ~ 17.28%
G 111 of 324 ~ 34.26%
B 157 of 324 ~ 48.46'%

%17.28
%34.26
%48.46

CMYK color model

#386F9D color CMYK value is (64,29,0,38).

  • cyan value is 64.33%
  • magenta value is 29.30%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (64,29,0,38) C64M29Y0K38 (64%,29%,0%,38%) (0.64/0.29/0.00/0.38) 

CMYK percentages

%64.33
%29.3
%0
%38.43

Codes

Color #386F9D in popluar color models

38 6F 9D
RGB 56 111 157
HSL 207° 47.42% 41.76%
HSB/HSV 207° 64.33% 61.57%
CMYK 64.33% 29.30% 0.00%
38.43%

Color #386F9D in popluar number systems.

HEX 38 6F 9D
Decimal 56 111 157
Binary 111000 1101111 10011101
Octal 70 157 235

Shades and tints

Shades of #386F9D

#386F9D
(56,111,157)
#33658F
(51,101,143)
#2E5B81
(46,91,129)
#295173
(41,81,115)
#244765
(36,71,101)
#1F3D57
(31,61,87)
#1A3349
(26,51,73)
#15293B
(21,41,59)
#101F2D
(16,31,45)
#0B151F
(11,21,31)
#060B11
(6,11,17)
#000000
(0,0,0)

Tints of #386F9D

#386F9D
(56,111,157)
#4A7CA5
(74,124,165)
#5C89AD
(92,137,173)
#6E96B5
(110,150,181)
#80A3BD
(128,163,189)
#92B0C5
(146,176,197)
#A4BDCD
(164,189,205)
#B6CAD5
(182,202,213)
#C8D7DD
(200,215,221)
#DAE4E5
(218,228,229)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386F9D color. Also use rgb(56,111,157) instead hex code.

Text Font Color

.myTextColor { color: #386F9D; }

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

This text font color is #386F9D.

Background Color

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

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

This div background color is #386F9D.

Border color

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

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

This div border color is #386F9D.

Opacity

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

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

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

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

This text has shadow with #386F9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #386F9D.

Preview

Color preview on black background

This text has color #386F9D on black background.


Color preview on white background

This text has color #386F9D on white background.


Black color preview on #386F9D background

This text has black color on #386F9D background.


White color preview on #386F9D background

This text has white color on #386F9D background.


Related colors

Complementary color

Complementary color for #hex is #C79062.


I love getcolorcode.com

Triadic colors

1 #9D386F and #6F9D38 with #386F9D are triadic colors.

2 #9D6F38 and #6F389D with #386F9D are triadic colors.