COLOR #384C8D

HEX: #384C8D RGB: (56,76,141)

Color info

#384C8D contains mainly blue color. Web safe color of #384C8D is #333399 (or #339).

RGB color model

#384C8D color RGB value is (56,76,141).

RGB: (56,76,141) (22%, 30%, 55%)

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 141 of 255 = 55%

56
76
141

R + G + B ~ 36%. #384C8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 76 + 141 = 273 (100%)
R 56 of 273 ~ 20.51%
G 76 of 273 ~ 27.84%
B 141 of 273 ~ 51.65'%

%20.51
%27.84
%51.65

CMYK color model

#384C8D color CMYK value is (60,46,0,45).

  • cyan value is 60.28%
  • magenta value is 46.10%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (60,46,0,45) C60M46Y0K45 (60%,46%,0%,45%) (0.60/0.46/0.00/0.45) 

CMYK percentages

%60.28
%46.1
%0
%44.71

Codes

Color #384C8D in popluar color models

38 4C 8D
RGB 56 76 141
HSL 226° 43.15% 38.63%
HSB/HSV 226° 60.28% 55.29%
CMYK 60.28% 46.10% 0.00%
44.71%

Color #384C8D in popluar number systems.

HEX 38 4C 8D
Decimal 56 76 141
Binary 111000 1001100 10001101
Octal 70 114 215

Shades and tints

Shades of #384C8D

#384C8D
(56,76,141)
#334681
(51,70,129)
#2E4075
(46,64,117)
#293A69
(41,58,105)
#24345D
(36,52,93)
#1F2E51
(31,46,81)
#1A2845
(26,40,69)
#152239
(21,34,57)
#101C2D
(16,28,45)
#0B1621
(11,22,33)
#061015
(6,16,21)
#000000
(0,0,0)

Tints of #384C8D

#384C8D
(56,76,141)
#4A5C97
(74,92,151)
#5C6CA1
(92,108,161)
#6E7CAB
(110,124,171)
#808CB5
(128,140,181)
#929CBF
(146,156,191)
#A4ACC9
(164,172,201)
#B6BCD3
(182,188,211)
#C8CCDD
(200,204,221)
#DADCE7
(218,220,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384C8D color. Also use rgb(56,76,141) instead hex code.

Text Font Color

.myTextColor { color: #384C8D; }

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

This text font color is #384C8D.

Background Color

.myBgColor { background-color: #384C8D; }

<div style="background-color:#384C8D">Inner text</div>

This div background color is #384C8D.

Border color

.myBorderColor { border: 1px solid #384C8D; }

<div style="border:3px solid #384C8D">Div</div>

This div border color is #384C8D.

Opacity

.myOpacity80 { color: #384C8D; opacity: 0.8; }

<p style="color:#384C8D;opacity:0.8;">80%</p>

Text with #384C8D 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 #384C8D;}

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

This text has shadow with #384C8D color.


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

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

This text has shadow with #384C8D primary color and red secondary color.


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

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

This text has shadow with #384C8D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #384C8D.

Preview

Color preview on black background

This text has color #384C8D on black background.


Color preview on white background

This text has color #384C8D on white background.


Black color preview on #384C8D background

This text has black color on #384C8D background.


White color preview on #384C8D background

This text has white color on #384C8D background.


Related colors

Complementary color

Complementary color for #hex is #C7B372.


I love getcolorcode.com

Triadic colors

1 #8D384C and #4C8D38 with #384C8D are triadic colors.

2 #8D4C38 and #4C388D with #384C8D are triadic colors.