COLOR #384D86

HEX: #384D86
RGB: (56,77,134)

Color info

#384D86 contains mainly green and blue colors. Web safe color of #384D86 is #333399 (or #339).

RGB color model

#384D86 color RGB value is (56,77,134).

  • red value is 56;
  • green value is 77;
  • blue value is 134.
RGB:
(56,77,134)
(22%,30%,53%)

RGB channels and saturation

R 56 of 255 = 22%
G 77 of 255 = 30%
B 134 of 255 = 53%

56
77
134

R + G + B ~ 35%. #384D86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 77 + 134 = 267 (100%)
R 56 of 267 ~ 20.97%
G 77 of 267 ~ 28.84%
B 134 of 267 ~ 50.19%

%20.97
%28.84
%50.19

CMYK color model

#384D86 color CMYK value is (58,43,0,47).

  • cyan value is 58.21%
  • magenta value is 42.54%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(58,43,0,47)
C58M43Y0K47 
(58%,43%,0%,47%)
(0.58/0.43/0.00/0.47)	

CMYK percentages

%58.21
%42.54
%0
%47.45

Codes

Color #384D86 in popluar color models

384D86
RGB5677134
HSL224°41.05%37.25%
HSB/HSV224°58.21%52.55%
CMYK58.21%42.54%0.00%
47.45%

Color #384D86 in popluar number systems.

HEX384D86
Decimal5677134
Binary111000100110110000110
Octal70115206

Shades and tints

Shades of #384D86

#384D86
(56,77,134)
#33467A
(51,70,122)
#2E3F6E
(46,63,110)
#293862
(41,56,98)
#243156
(36,49,86)
#1F2A4A
(31,42,74)
#1A233E
(26,35,62)
#151C32
(21,28,50)
#101526
(16,21,38)
#0B0E1A
(11,14,26)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #384D86

#384D86
(56,77,134)
#4A5D91
(74,93,145)
#5C6D9C
(92,109,156)
#6E7DA7
(110,125,167)
#808DB2
(128,141,178)
#929DBD
(146,157,189)
#A4ADC8
(164,173,200)
#B6BDD3
(182,189,211)
#C8CDDE
(200,205,222)
#DADDE9
(218,221,233)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384D86 color. Also use rgb(56,77,134) instead hex code.

Text Font Color

.myTextColor { color: #384D86; }

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

This text font color is #384D86.


Background Color

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

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

This div background color is #384D86.


Border color

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

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

This div border color is #384D86.


Opacity

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

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

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

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

This text has shadow with #384D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384D86 on black background.


Color preview on white background

This text has color #384D86 on white background.



Black color preview on #384D86 background

This text has black color on #384D86 background.


White color preview on #384D86 background

This text has white color on #384D86 background.