COLOR #376389

HEX: #376389
RGB: (55,99,137)

Color info

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

RGB color model

#376389 color RGB value is (55,99,137).

  • red value is 55;
  • green value is 99;
  • blue value is 137.
RGB:
(55,99,137)
(22%,39%,54%)

RGB channels and saturation

R 55 of 255 = 22%
G 99 of 255 = 39%
B 137 of 255 = 54%

55
99
137

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

Portions of RGB colors in percentages

R + G + B =
55 + 99 + 137 = 291 (100%)
R 55 of 291 ~ 18.9%
G 99 of 291 ~ 34.02%
B 137 of 291 ~ 47.08%

%18.9
%34.02
%47.08

CMYK color model

#376389 color CMYK value is (60,28,0,46).

  • cyan value is 59.85%
  • magenta value is 27.74%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(60,28,0,46)
C60M28Y0K46 
(60%,28%,0%,46%)
(0.60/0.28/0.00/0.46)	

CMYK percentages

%59.85
%27.74
%0
%46.27

Codes

Color #376389 in popluar color models

376389
RGB5599137
HSL208°42.71%37.65%
HSB/HSV208°59.85%53.73%
CMYK59.85%27.74%0.00%
46.27%

Color #376389 in popluar number systems.

HEX376389
Decimal5599137
Binary110111110001110001001
Octal67143211

Shades and tints

Shades of #376389

#376389
(55,99,137)
#325A7D
(50,90,125)
#2D5171
(45,81,113)
#284865
(40,72,101)
#233F59
(35,63,89)
#1E364D
(30,54,77)
#192D41
(25,45,65)
#142435
(20,36,53)
#0F1B29
(15,27,41)
#0A121D
(10,18,29)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #376389

#376389
(55,99,137)
#497193
(73,113,147)
#5B7F9D
(91,127,157)
#6D8DA7
(109,141,167)
#7F9BB1
(127,155,177)
#91A9BB
(145,169,187)
#A3B7C5
(163,183,197)
#B5C5CF
(181,197,207)
#C7D3D9
(199,211,217)
#D9E1E3
(217,225,227)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376389 color. Also use rgb(55,99,137) instead hex code.

Text Font Color

.myTextColor { color: #376389; }

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

This text font color is #376389.


Background Color

.myBgColor { background-color: #376389; }

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

This div background color is #376389.


Border color

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

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

This div border color is #376389.


Opacity

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

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

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

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

This text has shadow with #376389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376389 on black background.


Color preview on white background

This text has color #376389 on white background.



Black color preview on #376389 background

This text has black color on #376389 background.


White color preview on #376389 background

This text has white color on #376389 background.