COLOR #385B7D

HEX: #385B7D RGB: (56,91,125)

Color info

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

RGB color model

#385B7D color RGB value is (56,91,125).

RGB: (56,91,125) (22%, 36%, 49%)

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 125 of 255 = 49%

56
91
125

R + G + B ~ 36%. #385B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 91 + 125 = 272 (100%)
R 56 of 272 ~ 20.59%
G 91 of 272 ~ 33.46%
B 125 of 272 ~ 45.96'%

%20.59
%33.46
%45.96

CMYK color model

#385B7D color CMYK value is (55,27,0,51).

  • cyan value is 55.20%
  • magenta value is 27.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (55,27,0,51)
C55M27Y0K51 (55%, 27%, 0%, 51%)
(0.55 / 0.27 / 0.00 / 0.51)

CMYK percentages

%55.2
%27.2
%0
%50.98

Codes

Color #385B7D in popluar color models

38 5B 7D
RGB 56 91 125
HSL 210° 38.12% 35.49%
HSB/HSV 210° 55.20% 49.02%
CMYK 55.20% 27.20% 0.00%
50.98%

Color #385B7D in popluar number systems.

HEX 38 5B 7D
Decimal 56 91 125
Binary 111000 1011011 1111101
Octal 70 133 175

Shades and tints

Shades of #385B7D

#385B7D
(56,91,125)
#335372
(51,83,114)
#2E4B67
(46,75,103)
#29435C
(41,67,92)
#243B51
(36,59,81)
#1F3346
(31,51,70)
#1A2B3B
(26,43,59)
#152330
(21,35,48)
#101B25
(16,27,37)
#0B131A
(11,19,26)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #385B7D

#385B7D
(56,91,125)
#4A6988
(74,105,136)
#5C7793
(92,119,147)
#6E859E
(110,133,158)
#8093A9
(128,147,169)
#92A1B4
(146,161,180)
#A4AFBF
(164,175,191)
#B6BDCA
(182,189,202)
#C8CBD5
(200,203,213)
#DAD9E0
(218,217,224)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385B7D; }

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

This text font color is #385B7D.

Background Color

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

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

This div background color is #385B7D.

Border color

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

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

This div border color is #385B7D.

Opacity

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

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

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

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

This text has shadow with #385B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #385B7D.

Preview

Color preview on black background

This text has color #385B7D on black background.


Color preview on white background

This text has color #385B7D on white background.


Black color preview on #385B7D background

This text has black color on #385B7D background.


White color preview on #385B7D background

This text has white color on #385B7D background.


Related colors

Complementary color

Complementary color for #hex is #C7A482.


I love getcolorcode.com

Triadic colors

1 #7D385B and #5B7D38 with #385B7D are triadic colors.

2 #7D5B38 and #5B387D with #385B7D are triadic colors.