COLOR #385B99

HEX: #385B99
RGB: (56,91,153)

Color info

#385B99 contains mainly blue color. Web safe color of #385B99 is #336699 (or #369).

RGB color model

#385B99 color RGB value is (56,91,153).

  • red value is 56;
  • green value is 91;
  • blue value is 153.
RGB:
(56,91,153)
(22%,36%,60%)

RGB channels and saturation

R 56 of 255 = 22%
G 91 of 255 = 36%
B 153 of 255 = 60%

56
91
153

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

Portions of RGB colors in percentages

R + G + B =
56 + 91 + 153 = 300 (100%)
R 56 of 300 ~ 18.67%
G 91 of 300 ~ 30.33%
B 153 of 300 ~ 51%

%18.67
%30.33
%51

CMYK color model

#385B99 color CMYK value is (63,41,0,40).

  • cyan value is 63.40%
  • magenta value is 40.52%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(63,41,0,40)
C63M41Y0K40 
(63%,41%,0%,40%)
(0.63/0.41/0.00/0.40)	

CMYK percentages

%63.4
%40.52
%0
%40

Codes

Color #385B99 in popluar color models

385B99
RGB5691153
HSL218°46.41%40.98%
HSB/HSV218°63.40%60.00%
CMYK63.40%40.52%0.00%
40.00%

Color #385B99 in popluar number systems.

HEX385B99
Decimal5691153
Binary111000101101110011001
Octal70133231

Shades and tints

Shades of #385B99

#385B99
(56,91,153)
#33538C
(51,83,140)
#2E4B7F
(46,75,127)
#294372
(41,67,114)
#243B65
(36,59,101)
#1F3358
(31,51,88)
#1A2B4B
(26,43,75)
#15233E
(21,35,62)
#101B31
(16,27,49)
#0B1324
(11,19,36)
#060B17
(6,11,23)
#000000
(0,0,0)

Tints of #385B99

#385B99
(56,91,153)
#4A69A2
(74,105,162)
#5C77AB
(92,119,171)
#6E85B4
(110,133,180)
#8093BD
(128,147,189)
#92A1C6
(146,161,198)
#A4AFCF
(164,175,207)
#B6BDD8
(182,189,216)
#C8CBE1
(200,203,225)
#DAD9EA
(218,217,234)
#ECE7F3
(236,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #385B99; }

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

This text font color is #385B99.


Background Color

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

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

This div background color is #385B99.


Border color

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

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

This div border color is #385B99.


Opacity

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

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

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

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

This text has shadow with #385B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #385B99 on black background.


Color preview on white background

This text has color #385B99 on white background.



Black color preview on #385B99 background

This text has black color on #385B99 background.


White color preview on #385B99 background

This text has white color on #385B99 background.