COLOR #385E8C

HEX: #385E8C
RGB: (56,94,140)

Color info

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

RGB color model

#385E8C color RGB value is (56,94,140).

  • red value is 56;
  • green value is 94;
  • blue value is 140.
RGB:
(56,94,140)
(22%,37%,55%)

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 140 of 255 = 55%

56
94
140

R + G + B ~ 38%. #385E8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 140 = 290 (100%)
R 56 of 290 ~ 19.31%
G 94 of 290 ~ 32.41%
B 140 of 290 ~ 48.28%

%19.31
%32.41
%48.28

CMYK color model

#385E8C color CMYK value is (60,33,0,45).

  • cyan value is 60.00%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(60,33,0,45)
C60M33Y0K45 
(60%,33%,0%,45%)
(0.60/0.33/0.00/0.45)	

CMYK percentages

%60
%32.86
%0
%45.1

Codes

Color #385E8C in popluar color models

385E8C
RGB5694140
HSL213°42.86%38.43%
HSB/HSV213°60.00%54.90%
CMYK60.00%32.86%0.00%
45.10%

Color #385E8C in popluar number systems.

HEX385E8C
Decimal5694140
Binary111000101111010001100
Octal70136214

Shades and tints

Shades of #385E8C

#385E8C
(56,94,140)
#335680
(51,86,128)
#2E4E74
(46,78,116)
#294668
(41,70,104)
#243E5C
(36,62,92)
#1F3650
(31,54,80)
#1A2E44
(26,46,68)
#152638
(21,38,56)
#101E2C
(16,30,44)
#0B1620
(11,22,32)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #385E8C

#385E8C
(56,94,140)
#4A6C96
(74,108,150)
#5C7AA0
(92,122,160)
#6E88AA
(110,136,170)
#8096B4
(128,150,180)
#92A4BE
(146,164,190)
#A4B2C8
(164,178,200)
#B6C0D2
(182,192,210)
#C8CEDC
(200,206,220)
#DADCE6
(218,220,230)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385E8C color. Also use rgb(56,94,140) instead hex code.

Text Font Color

.myTextColor { color: #385E8C; }

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

This text font color is #385E8C.


Background Color

.myBgColor { background-color: #385E8C; }

<div style="background-color:#385E8C">Inner text</div>

This div background color is #385E8C.


Border color

.myBorderColor { border: 1px solid #385E8C; }

<div style="border:3px solid #385E8C">Div</div>

This div border color is #385E8C.


Opacity

.myOpacity80 { color: #385E8C; opacity: 0.8; }

<p style="color:#385E8C;opacity:0.8;">80%</p>

Text with #385E8C 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 #385E8C;}

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

This text has shadow with #385E8C color.

.textShadow {text-shadow: 3px 3px 1px #385E8C, 3px 3px 1px red;}

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

This text has shadow with #385E8C primary color and red secondary color.


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

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

This text has shadow with #385E8C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E8C on black background.


Color preview on white background

This text has color #385E8C on white background.



Black color preview on #385E8C background

This text has black color on #385E8C background.


White color preview on #385E8C background

This text has white color on #385E8C background.