COLOR #385F89

HEX: #385F89
RGB: (56,95,137)

Color info

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

RGB color model

#385F89 color RGB value is (56,95,137).

  • red value is 56;
  • green value is 95;
  • blue value is 137.
RGB:
(56,95,137)
(22%,37%,54%)

RGB channels and saturation

R 56 of 255 = 22%
G 95 of 255 = 37%
B 137 of 255 = 54%

56
95
137

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

Portions of RGB colors in percentages

R + G + B =
56 + 95 + 137 = 288 (100%)
R 56 of 288 ~ 19.44%
G 95 of 288 ~ 32.99%
B 137 of 288 ~ 47.57%

%19.44
%32.99
%47.57

CMYK color model

#385F89 color CMYK value is (59,31,0,46).

  • cyan value is 59.12%
  • magenta value is 30.66%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(59,31,0,46)
C59M31Y0K46 
(59%,31%,0%,46%)
(0.59/0.31/0.00/0.46)	

CMYK percentages

%59.12
%30.66
%0
%46.27

Codes

Color #385F89 in popluar color models

385F89
RGB5695137
HSL211°41.97%37.84%
HSB/HSV211°59.12%53.73%
CMYK59.12%30.66%0.00%
46.27%

Color #385F89 in popluar number systems.

HEX385F89
Decimal5695137
Binary111000101111110001001
Octal70137211

Shades and tints

Shades of #385F89

#385F89
(56,95,137)
#33577D
(51,87,125)
#2E4F71
(46,79,113)
#294765
(41,71,101)
#243F59
(36,63,89)
#1F374D
(31,55,77)
#1A2F41
(26,47,65)
#152735
(21,39,53)
#101F29
(16,31,41)
#0B171D
(11,23,29)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #385F89

#385F89
(56,95,137)
#4A6D93
(74,109,147)
#5C7B9D
(92,123,157)
#6E89A7
(110,137,167)
#8097B1
(128,151,177)
#92A5BB
(146,165,187)
#A4B3C5
(164,179,197)
#B6C1CF
(182,193,207)
#C8CFD9
(200,207,217)
#DADDE3
(218,221,227)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385F89 color. Also use rgb(56,95,137) instead hex code.

Text Font Color

.myTextColor { color: #385F89; }

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

This text font color is #385F89.


Background Color

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

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

This div background color is #385F89.


Border color

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

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

This div border color is #385F89.


Opacity

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

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

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

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

This text has shadow with #385F89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385F89 on black background.


Color preview on white background

This text has color #385F89 on white background.



Black color preview on #385F89 background

This text has black color on #385F89 background.


White color preview on #385F89 background

This text has white color on #385F89 background.