COLOR #385A7D

HEX: #385A7D
RGB: (56,90,125)

Color info

#385A7D contains mainly green and blue colors. Web safe color of #385A7D is #336666 (or #366).

RGB color model

#385A7D color RGB value is (56,90,125).

  • red value is 56;
  • green value is 90;
  • blue value is 125.
RGB:
(56,90,125)
(22%,35%,49%)

RGB channels and saturation

R 56 of 255 = 22%
G 90 of 255 = 35%
B 125 of 255 = 49%

56
90
125

R + G + B ~ 35%. #385A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 90 + 125 = 271 (100%)
R 56 of 271 ~ 20.66%
G 90 of 271 ~ 33.21%
B 125 of 271 ~ 46.13%

%20.66
%33.21
%46.13

CMYK color model

#385A7D color CMYK value is (55,28,0,51).

  • cyan value is 55.20%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(55,28,0,51)
C55M28Y0K51 
(55%,28%,0%,51%)
(0.55/0.28/0.00/0.51)	

CMYK percentages

%55.2
%28
%0
%50.98

Codes

Color #385A7D in popluar color models

385A7D
RGB5690125
HSL210°38.12%35.49%
HSB/HSV210°55.20%49.02%
CMYK55.20%28.00%0.00%
50.98%

Color #385A7D in popluar number systems.

HEX385A7D
Decimal5690125
Binary11100010110101111101
Octal70132175

Shades and tints

Shades of #385A7D

#385A7D
(56,90,125)
#335272
(51,82,114)
#2E4A67
(46,74,103)
#29425C
(41,66,92)
#243A51
(36,58,81)
#1F3246
(31,50,70)
#1A2A3B
(26,42,59)
#152230
(21,34,48)
#101A25
(16,26,37)
#0B121A
(11,18,26)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #385A7D

#385A7D
(56,90,125)
#4A6988
(74,105,136)
#5C7893
(92,120,147)
#6E879E
(110,135,158)
#8096A9
(128,150,169)
#92A5B4
(146,165,180)
#A4B4BF
(164,180,191)
#B6C3CA
(182,195,202)
#C8D2D5
(200,210,213)
#DAE1E0
(218,225,224)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #385A7D color. Also use rgb(56,90,125) instead hex code.

Text Font Color

.myTextColor { color: #385A7D; }

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

This text font color is #385A7D.


Background Color

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

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

This div background color is #385A7D.


Border color

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

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

This div border color is #385A7D.


Opacity

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

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

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

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

This text has shadow with #385A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385A7D on black background.


Color preview on white background

This text has color #385A7D on white background.



Black color preview on #385A7D background

This text has black color on #385A7D background.


White color preview on #385A7D background

This text has white color on #385A7D background.