COLOR #386992

HEX: #386992
RGB: (56,105,146)

Color info

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

RGB color model

#386992 color RGB value is (56,105,146).

  • red value is 56;
  • green value is 105;
  • blue value is 146.
RGB:
(56,105,146)
(22%,41%,57%)

RGB channels and saturation

R 56 of 255 = 22%
G 105 of 255 = 41%
B 146 of 255 = 57%

56
105
146

R + G + B ~ 40%. #386992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 105 + 146 = 307 (100%)
R 56 of 307 ~ 18.24%
G 105 of 307 ~ 34.2%
B 146 of 307 ~ 47.56%

%18.24
%34.2
%47.56

CMYK color model

#386992 color CMYK value is (62,28,0,43).

  • cyan value is 61.64%
  • magenta value is 28.08%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(62,28,0,43)
C62M28Y0K43 
(62%,28%,0%,43%)
(0.62/0.28/0.00/0.43)	

CMYK percentages

%61.64
%28.08
%0
%42.75

Codes

Color #386992 in popluar color models

386992
RGB56105146
HSL207°44.55%39.61%
HSB/HSV207°61.64%57.25%
CMYK61.64%28.08%0.00%
42.75%

Color #386992 in popluar number systems.

HEX386992
Decimal56105146
Binary111000110100110010010
Octal70151222

Shades and tints

Shades of #386992

#386992
(56,105,146)
#336085
(51,96,133)
#2E5778
(46,87,120)
#294E6B
(41,78,107)
#24455E
(36,69,94)
#1F3C51
(31,60,81)
#1A3344
(26,51,68)
#152A37
(21,42,55)
#10212A
(16,33,42)
#0B181D
(11,24,29)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #386992

#386992
(56,105,146)
#4A769B
(74,118,155)
#5C83A4
(92,131,164)
#6E90AD
(110,144,173)
#809DB6
(128,157,182)
#92AABF
(146,170,191)
#A4B7C8
(164,183,200)
#B6C4D1
(182,196,209)
#C8D1DA
(200,209,218)
#DADEE3
(218,222,227)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386992 color. Also use rgb(56,105,146) instead hex code.

Text Font Color

.myTextColor { color: #386992; }

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

This text font color is #386992.


Background Color

.myBgColor { background-color: #386992; }

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

This div background color is #386992.


Border color

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

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

This div border color is #386992.


Opacity

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

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

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

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

This text has shadow with #386992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386992 on black background.


Color preview on white background

This text has color #386992 on white background.



Black color preview on #386992 background

This text has black color on #386992 background.


White color preview on #386992 background

This text has white color on #386992 background.