COLOR #376B96

HEX: #376B96 RGB: (55,107,150)

Color info

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

RGB color model

#376B96 color RGB value is (55,107,150).

RGB: (55,107,150) (22%, 42%, 59%)

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 150 of 255 = 59%

55
107
150

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

Portions of RGB colors in percentages

R + G + B = 55 + 107 + 150 = 312 (100%)
R 55 of 312 ~ 17.63%
G 107 of 312 ~ 34.29%
B 150 of 312 ~ 48.08'%

%17.63
%34.29
%48.08

CMYK color model

#376B96 color CMYK value is (63,29,0,41).

  • cyan value is 63.33%
  • magenta value is 28.67%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (63,29,0,41)
C63M29Y0K41 (63%, 29%, 0%, 41%)
(0.63 / 0.29 / 0.00 / 0.41)

CMYK percentages

%63.33
%28.67
%0
%41.18

Codes

Color #376B96 in popluar color models

37 6B 96
RGB 55 107 150
HSL 207° 46.34% 40.20%
HSB/HSV 207° 63.33% 58.82%
CMYK 63.33% 28.67% 0.00%
41.18%

Color #376B96 in popluar number systems.

HEX 37 6B 96
Decimal 55 107 150
Binary 110111 1101011 10010110
Octal 67 153 226

Shades and tints

Shades of #376B96

#376B96
(55,107,150)
#326289
(50,98,137)
#2D597C
(45,89,124)
#28506F
(40,80,111)
#234762
(35,71,98)
#1E3E55
(30,62,85)
#193548
(25,53,72)
#142C3B
(20,44,59)
#0F232E
(15,35,46)
#0A1A21
(10,26,33)
#051114
(5,17,20)
#000000
(0,0,0)

Tints of #376B96

#376B96
(55,107,150)
#49789F
(73,120,159)
#5B85A8
(91,133,168)
#6D92B1
(109,146,177)
#7F9FBA
(127,159,186)
#91ACC3
(145,172,195)
#A3B9CC
(163,185,204)
#B5C6D5
(181,198,213)
#C7D3DE
(199,211,222)
#D9E0E7
(217,224,231)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376B96 color. Also use rgb(55,107,150) instead hex code.

Text Font Color

.myTextColor { color: #376B96; }

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

This text font color is #376B96.

Background Color

.myBgColor { background-color: #376B96; }

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

This div background color is #376B96.

Border color

.myBorderColor { border: 1px solid #376B96; }

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

This div border color is #376B96.

Opacity

.myOpacity80 { color: #376B96; opacity: 0.8; }

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

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

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

This text has shadow with #376B96 color.


.textShadow {text-shadow: 3px 3px 1px #376B96', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376B96; -webkit-box-shadow: 1px 1px 3px 2px #376B96; box-shadow:1px 1px 3px 2px #376B96;">
Div content here
</div>

This div box has shadow with color #376B96.

Preview

Color preview on black background

This text has color #376B96 on black background.


Color preview on white background

This text has color #376B96 on white background.


Black color preview on #376B96 background

This text has black color on #376B96 background.


White color preview on #376B96 background

This text has white color on #376B96 background.


Related colors

Complementary color

Complementary color for #hex is #C89469.


I love getcolorcode.com

Triadic colors

1 #96376B and #6B9637 with #376B96 are triadic colors.

2 #966B37 and #6B3796 with #376B96 are triadic colors.