COLOR #385E94

HEX: #385E94
RGB: (56,94,148)

Color info

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

RGB color model

#385E94 color RGB value is (56,94,148).

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

RGB channels and saturation

R 56 of 255 = 22%
G 94 of 255 = 37%
B 148 of 255 = 58%

56
94
148

R + G + B ~ 39%. #385E94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 94 + 148 = 298 (100%)
R 56 of 298 ~ 18.79%
G 94 of 298 ~ 31.54%
B 148 of 298 ~ 49.66%

%18.79
%31.54
%49.66

CMYK color model

#385E94 color CMYK value is (62,36,0,42).

  • cyan value is 62.16%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(62,36,0,42)
C62M36Y0K42 
(62%,36%,0%,42%)
(0.62/0.36/0.00/0.42)	

CMYK percentages

%62.16
%36.49
%0
%41.96

Codes

Color #385E94 in popluar color models

385E94
RGB5694148
HSL215°45.10%40.00%
HSB/HSV215°62.16%58.04%
CMYK62.16%36.49%0.00%
41.96%

Color #385E94 in popluar number systems.

HEX385E94
Decimal5694148
Binary111000101111010010100
Octal70136224

Shades and tints

Shades of #385E94

#385E94
(56,94,148)
#335687
(51,86,135)
#2E4E7A
(46,78,122)
#29466D
(41,70,109)
#243E60
(36,62,96)
#1F3653
(31,54,83)
#1A2E46
(26,46,70)
#152639
(21,38,57)
#101E2C
(16,30,44)
#0B161F
(11,22,31)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #385E94

#385E94
(56,94,148)
#4A6C9D
(74,108,157)
#5C7AA6
(92,122,166)
#6E88AF
(110,136,175)
#8096B8
(128,150,184)
#92A4C1
(146,164,193)
#A4B2CA
(164,178,202)
#B6C0D3
(182,192,211)
#C8CEDC
(200,206,220)
#DADCE5
(218,220,229)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385E94; }

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

This text font color is #385E94.


Background Color

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

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

This div background color is #385E94.


Border color

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

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

This div border color is #385E94.


Opacity

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

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

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

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

This text has shadow with #385E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385E94 on black background.


Color preview on white background

This text has color #385E94 on white background.



Black color preview on #385E94 background

This text has black color on #385E94 background.


White color preview on #385E94 background

This text has white color on #385E94 background.