COLOR #376D9C

HEX: #376D9C
RGB: (55,109,156)

Color info

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

RGB color model

#376D9C color RGB value is (55,109,156).

  • red value is 55;
  • green value is 109;
  • blue value is 156.
RGB:
(55,109,156)
(22%,43%,61%)

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 156 of 255 = 61%

55
109
156

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

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 156 = 320 (100%)
R 55 of 320 ~ 17.19%
G 109 of 320 ~ 34.06%
B 156 of 320 ~ 48.75%

%17.19
%34.06
%48.75

CMYK color model

#376D9C color CMYK value is (65,30,0,39).

  • cyan value is 64.74%
  • magenta value is 30.13%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(65,30,0,39)
C65M30Y0K39 
(65%,30%,0%,39%)
(0.65/0.30/0.00/0.39)	

CMYK percentages

%64.74
%30.13
%0
%38.82

Codes

Color #376D9C in popluar color models

376D9C
RGB55109156
HSL208°47.87%41.37%
HSB/HSV208°64.74%61.18%
CMYK64.74%30.13%0.00%
38.82%

Color #376D9C in popluar number systems.

HEX376D9C
Decimal55109156
Binary110111110110110011100
Octal67155234

Shades and tints

Shades of #376D9C

#376D9C
(55,109,156)
#32648E
(50,100,142)
#2D5B80
(45,91,128)
#285272
(40,82,114)
#234964
(35,73,100)
#1E4056
(30,64,86)
#193748
(25,55,72)
#142E3A
(20,46,58)
#0F252C
(15,37,44)
#0A1C1E
(10,28,30)
#051310
(5,19,16)
#000000
(0,0,0)

Tints of #376D9C

#376D9C
(55,109,156)
#497AA5
(73,122,165)
#5B87AE
(91,135,174)
#6D94B7
(109,148,183)
#7FA1C0
(127,161,192)
#91AEC9
(145,174,201)
#A3BBD2
(163,187,210)
#B5C8DB
(181,200,219)
#C7D5E4
(199,213,228)
#D9E2ED
(217,226,237)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376D9C color. Also use rgb(55,109,156) instead hex code.

Text Font Color

.myTextColor { color: #376D9C; }

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

This text font color is #376D9C.


Background Color

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

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

This div background color is #376D9C.


Border color

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

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

This div border color is #376D9C.


Opacity

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

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

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

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

This text has shadow with #376D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376D9C on black background.


Color preview on white background

This text has color #376D9C on white background.



Black color preview on #376D9C background

This text has black color on #376D9C background.


White color preview on #376D9C background

This text has white color on #376D9C background.