COLOR #387598

HEX: #387598
RGB: (56,117,152)

Color info

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

RGB color model

#387598 color RGB value is (56,117,152).

  • red value is 56;
  • green value is 117;
  • blue value is 152.
RGB:
(56,117,152)
(22%,46%,60%)

RGB channels and saturation

R 56 of 255 = 22%
G 117 of 255 = 46%
B 152 of 255 = 60%

56
117
152

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

Portions of RGB colors in percentages

R + G + B =
56 + 117 + 152 = 325 (100%)
R 56 of 325 ~ 17.23%
G 117 of 325 ~ 36%
B 152 of 325 ~ 46.77%

%17.23
%36
%46.77

CMYK color model

#387598 color CMYK value is (63,23,0,40).

  • cyan value is 63.16%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(63,23,0,40)
C63M23Y0K40 
(63%,23%,0%,40%)
(0.63/0.23/0.00/0.40)	

CMYK percentages

%63.16
%23.03
%0
%40.39

Codes

Color #387598 in popluar color models

387598
RGB56117152
HSL202°46.15%40.78%
HSB/HSV202°63.16%59.61%
CMYK63.16%23.03%0.00%
40.39%

Color #387598 in popluar number systems.

HEX387598
Decimal56117152
Binary111000111010110011000
Octal70165230

Shades and tints

Shades of #387598

#387598
(56,117,152)
#336B8B
(51,107,139)
#2E617E
(46,97,126)
#295771
(41,87,113)
#244D64
(36,77,100)
#1F4357
(31,67,87)
#1A394A
(26,57,74)
#152F3D
(21,47,61)
#102530
(16,37,48)
#0B1B23
(11,27,35)
#061116
(6,17,22)
#000000
(0,0,0)

Tints of #387598

#387598
(56,117,152)
#4A81A1
(74,129,161)
#5C8DAA
(92,141,170)
#6E99B3
(110,153,179)
#80A5BC
(128,165,188)
#92B1C5
(146,177,197)
#A4BDCE
(164,189,206)
#B6C9D7
(182,201,215)
#C8D5E0
(200,213,224)
#DAE1E9
(218,225,233)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387598 color. Also use rgb(56,117,152) instead hex code.

Text Font Color

.myTextColor { color: #387598; }

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

This text font color is #387598.


Background Color

.myBgColor { background-color: #387598; }

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

This div background color is #387598.


Border color

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

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

This div border color is #387598.


Opacity

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

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

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

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

This text has shadow with #387598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #387598 on black background.


Color preview on white background

This text has color #387598 on white background.



Black color preview on #387598 background

This text has black color on #387598 background.


White color preview on #387598 background

This text has white color on #387598 background.