COLOR #376B8A

HEX: #376B8A RGB: (55,107,138)

Color info

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

RGB color model

#376B8A color RGB value is (55,107,138).

RGB: (55,107,138) (22%, 42%, 54%)

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 138 of 255 = 54%

55
107
138

R + G + B ~ 39%. #376B8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 107 + 138 = 300 (100%)
R 55 of 300 ~ 18.33%
G 107 of 300 ~ 35.67%
B 138 of 300 ~ 46'%

%18.33
%35.67
%46

CMYK color model

#376B8A color CMYK value is (60,22,0,46).

  • cyan value is 60.14%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (60,22,0,46)
C60M22Y0K46 (60%, 22%, 0%, 46%)
(0.60 / 0.22 / 0.00 / 0.46)

CMYK percentages

%60.14
%22.46
%0
%45.88

Codes

Color #376B8A in popluar color models

37 6B 8A
RGB 55 107 138
HSL 202° 43.01% 37.84%
HSB/HSV 202° 60.14% 54.12%
CMYK 60.14% 22.46% 0.00%
45.88%

Color #376B8A in popluar number systems.

HEX 37 6B 8A
Decimal 55 107 138
Binary 110111 1101011 10001010
Octal 67 153 212

Shades and tints

Shades of #376B8A

#376B8A
(55,107,138)
#32627E
(50,98,126)
#2D5972
(45,89,114)
#285066
(40,80,102)
#23475A
(35,71,90)
#1E3E4E
(30,62,78)
#193542
(25,53,66)
#142C36
(20,44,54)
#0F232A
(15,35,42)
#0A1A1E
(10,26,30)
#051112
(5,17,18)
#000000
(0,0,0)

Tints of #376B8A

#376B8A
(55,107,138)
#497894
(73,120,148)
#5B859E
(91,133,158)
#6D92A8
(109,146,168)
#7F9FB2
(127,159,178)
#91ACBC
(145,172,188)
#A3B9C6
(163,185,198)
#B5C6D0
(181,198,208)
#C7D3DA
(199,211,218)
#D9E0E4
(217,224,228)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376B8A; }

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

This text font color is #376B8A.

Background Color

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

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

This div background color is #376B8A.

Border color

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

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

This div border color is #376B8A.

Opacity

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

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

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

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

This text has shadow with #376B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376B8A.

Preview

Color preview on black background

This text has color #376B8A on black background.


Color preview on white background

This text has color #376B8A on white background.


Black color preview on #376B8A background

This text has black color on #376B8A background.


White color preview on #376B8A background

This text has white color on #376B8A background.


Related colors

Complementary color

Complementary color for #hex is #C89475.


I love getcolorcode.com

Triadic colors

1 #8A376B and #6B8A37 with #376B8A are triadic colors.

2 #8A6B37 and #6B378A with #376B8A are triadic colors.