COLOR #387194

HEX: #387194
RGB: (56,113,148)

Color info

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

RGB color model

#387194 color RGB value is (56,113,148).

  • red value is 56;
  • green value is 113;
  • blue value is 148.
RGB:
(56,113,148)
(22%,44%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 113 of 255 = 44%
B 148 of 255 = 58%

56
113
148

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

Portions of RGB colors in percentages

R + G + B =
56 + 113 + 148 = 317 (100%)
R 56 of 317 ~ 17.67%
G 113 of 317 ~ 35.65%
B 148 of 317 ~ 46.69%

%17.67
%35.65
%46.69

CMYK color model

#387194 color CMYK value is (62,24,0,42).

  • cyan value is 62.16%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(62,24,0,42)
C62M24Y0K42 
(62%,24%,0%,42%)
(0.62/0.24/0.00/0.42)	

CMYK percentages

%62.16
%23.65
%0
%41.96

Codes

Color #387194 in popluar color models

387194
RGB56113148
HSL203°45.10%40.00%
HSB/HSV203°62.16%58.04%
CMYK62.16%23.65%0.00%
41.96%

Color #387194 in popluar number systems.

HEX387194
Decimal56113148
Binary111000111000110010100
Octal70161224

Shades and tints

Shades of #387194

#387194
(56,113,148)
#336787
(51,103,135)
#2E5D7A
(46,93,122)
#29536D
(41,83,109)
#244960
(36,73,96)
#1F3F53
(31,63,83)
#1A3546
(26,53,70)
#152B39
(21,43,57)
#10212C
(16,33,44)
#0B171F
(11,23,31)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #387194

#387194
(56,113,148)
#4A7D9D
(74,125,157)
#5C89A6
(92,137,166)
#6E95AF
(110,149,175)
#80A1B8
(128,161,184)
#92ADC1
(146,173,193)
#A4B9CA
(164,185,202)
#B6C5D3
(182,197,211)
#C8D1DC
(200,209,220)
#DADDE5
(218,221,229)
#ECE9EE
(236,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387194 color. Also use rgb(56,113,148) instead hex code.

Text Font Color

.myTextColor { color: #387194; }

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

This text font color is #387194.


Background Color

.myBgColor { background-color: #387194; }

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

This div background color is #387194.


Border color

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

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

This div border color is #387194.


Opacity

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

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

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

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

This text has shadow with #387194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387194 on black background.


Color preview on white background

This text has color #387194 on white background.



Black color preview on #387194 background

This text has black color on #387194 background.


White color preview on #387194 background

This text has white color on #387194 background.