COLOR #376C94

HEX: #376C94 RGB: (55,108,148)

Color info

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

RGB color model

#376C94 color RGB value is (55,108,148).

RGB: (55,108,148) (22%, 42%, 58%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 148 of 255 = 58%

55
108
148

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

Portions of RGB colors in percentages

R + G + B = 55 + 108 + 148 = 311 (100%)
R 55 of 311 ~ 17.68%
G 108 of 311 ~ 34.73%
B 148 of 311 ~ 47.59'%

%17.68
%34.73
%47.59

CMYK color model

#376C94 color CMYK value is (63,27,0,42).

  • cyan value is 62.84%
  • magenta value is 27.03%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (63,27,0,42)
C63M27Y0K42 (63%, 27%, 0%, 42%)
(0.63 / 0.27 / 0.00 / 0.42)

CMYK percentages

%62.84
%27.03
%0
%41.96

Codes

Color #376C94 in popluar color models

37 6C 94
RGB 55 108 148
HSL 206° 45.81% 39.80%
HSB/HSV 206° 62.84% 58.04%
CMYK 62.84% 27.03% 0.00%
41.96%

Color #376C94 in popluar number systems.

HEX 37 6C 94
Decimal 55 108 148
Binary 110111 1101100 10010100
Octal 67 154 224

Shades and tints

Shades of #376C94

#376C94
(55,108,148)
#326387
(50,99,135)
#2D5A7A
(45,90,122)
#28516D
(40,81,109)
#234860
(35,72,96)
#1E3F53
(30,63,83)
#193646
(25,54,70)
#142D39
(20,45,57)
#0F242C
(15,36,44)
#0A1B1F
(10,27,31)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #376C94

#376C94
(55,108,148)
#49799D
(73,121,157)
#5B86A6
(91,134,166)
#6D93AF
(109,147,175)
#7FA0B8
(127,160,184)
#91ADC1
(145,173,193)
#A3BACA
(163,186,202)
#B5C7D3
(181,199,211)
#C7D4DC
(199,212,220)
#D9E1E5
(217,225,229)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376C94 color. Also use rgb(55,108,148) instead hex code.

Text Font Color

.myTextColor { color: #376C94; }

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

This text font color is #376C94.

Background Color

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

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

This div background color is #376C94.

Border color

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

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

This div border color is #376C94.

Opacity

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

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

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

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

This text has shadow with #376C94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376C94.

Preview

Color preview on black background

This text has color #376C94 on black background.


Color preview on white background

This text has color #376C94 on white background.


Black color preview on #376C94 background

This text has black color on #376C94 background.


White color preview on #376C94 background

This text has white color on #376C94 background.


Related colors

Complementary color

Complementary color for #hex is #C8936B.


I love getcolorcode.com

Triadic colors

1 #94376C and #6C9437 with #376C94 are triadic colors.

2 #946C37 and #6C3794 with #376C94 are triadic colors.