COLOR #386587

HEX: #386587
RGB: (56,101,135)

Color info

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

RGB color model

#386587 color RGB value is (56,101,135).

  • red value is 56;
  • green value is 101;
  • blue value is 135.
RGB:
(56,101,135)
(22%,40%,53%)

RGB channels and saturation

R 56 of 255 = 22%
G 101 of 255 = 40%
B 135 of 255 = 53%

56
101
135

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

Portions of RGB colors in percentages

R + G + B =
56 + 101 + 135 = 292 (100%)
R 56 of 292 ~ 19.18%
G 101 of 292 ~ 34.59%
B 135 of 292 ~ 46.23%

%19.18
%34.59
%46.23

CMYK color model

#386587 color CMYK value is (59,25,0,47).

  • cyan value is 58.52%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(59,25,0,47)
C59M25Y0K47 
(59%,25%,0%,47%)
(0.59/0.25/0.00/0.47)	

CMYK percentages

%58.52
%25.19
%0
%47.06

Codes

Color #386587 in popluar color models

386587
RGB56101135
HSL206°41.36%37.45%
HSB/HSV206°58.52%52.94%
CMYK58.52%25.19%0.00%
47.06%

Color #386587 in popluar number systems.

HEX386587
Decimal56101135
Binary111000110010110000111
Octal70145207

Shades and tints

Shades of #386587

#386587
(56,101,135)
#335C7B
(51,92,123)
#2E536F
(46,83,111)
#294A63
(41,74,99)
#244157
(36,65,87)
#1F384B
(31,56,75)
#1A2F3F
(26,47,63)
#152633
(21,38,51)
#101D27
(16,29,39)
#0B141B
(11,20,27)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #386587

#386587
(56,101,135)
#4A7391
(74,115,145)
#5C819B
(92,129,155)
#6E8FA5
(110,143,165)
#809DAF
(128,157,175)
#92ABB9
(146,171,185)
#A4B9C3
(164,185,195)
#B6C7CD
(182,199,205)
#C8D5D7
(200,213,215)
#DAE3E1
(218,227,225)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386587 color. Also use rgb(56,101,135) instead hex code.

Text Font Color

.myTextColor { color: #386587; }

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

This text font color is #386587.


Background Color

.myBgColor { background-color: #386587; }

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

This div background color is #386587.


Border color

.myBorderColor { border: 1px solid #386587; }

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

This div border color is #386587.


Opacity

.myOpacity80 { color: #386587; opacity: 0.8; }

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

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

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

This text has shadow with #386587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386587 on black background.


Color preview on white background

This text has color #386587 on white background.



Black color preview on #386587 background

This text has black color on #386587 background.


White color preview on #386587 background

This text has white color on #386587 background.