COLOR #376DA2

HEX: #376DA2 RGB: (55,109,162)

Color info

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

RGB color model

#376DA2 color RGB value is (55,109,162).

RGB: (55,109,162) (22%, 43%, 64%)

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 162 of 255 = 64%

55
109
162

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

Portions of RGB colors in percentages

R + G + B = 55 + 109 + 162 = 326 (100%)
R 55 of 326 ~ 16.87%
G 109 of 326 ~ 33.44%
B 162 of 326 ~ 49.69'%

%16.87
%33.44
%49.69

CMYK color model

#376DA2 color CMYK value is (66,33,0,36).

  • cyan value is 66.05%
  • magenta value is 32.72%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (66,33,0,36)
C66M33Y0K36 (66%, 33%, 0%, 36%)
(0.66 / 0.33 / 0.00 / 0.36)

CMYK percentages

%66.05
%32.72
%0
%36.47

Codes

Color #376DA2 in popluar color models

37 6D A2
RGB 55 109 162
HSL 210° 49.31% 42.55%
HSB/HSV 210° 66.05% 63.53%
CMYK 66.05% 32.72% 0.00%
36.47%

Color #376DA2 in popluar number systems.

HEX 37 6D A2
Decimal 55 109 162
Binary 110111 1101101 10100010
Octal 67 155 242

Shades and tints

Shades of #376DA2

#376DA2
(55,109,162)
#326494
(50,100,148)
#2D5B86
(45,91,134)
#285278
(40,82,120)
#23496A
(35,73,106)
#1E405C
(30,64,92)
#19374E
(25,55,78)
#142E40
(20,46,64)
#0F2532
(15,37,50)
#0A1C24
(10,28,36)
#051316
(5,19,22)
#000000
(0,0,0)

Tints of #376DA2

#376DA2
(55,109,162)
#497AAA
(73,122,170)
#5B87B2
(91,135,178)
#6D94BA
(109,148,186)
#7FA1C2
(127,161,194)
#91AECA
(145,174,202)
#A3BBD2
(163,187,210)
#B5C8DA
(181,200,218)
#C7D5E2
(199,213,226)
#D9E2EA
(217,226,234)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376DA2; }

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

This text font color is #376DA2.

Background Color

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

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

This div background color is #376DA2.

Border color

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

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

This div border color is #376DA2.

Opacity

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

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

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

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

This text has shadow with #376DA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #376DA2.

Preview

Color preview on black background

This text has color #376DA2 on black background.


Color preview on white background

This text has color #376DA2 on white background.


Black color preview on #376DA2 background

This text has black color on #376DA2 background.


White color preview on #376DA2 background

This text has white color on #376DA2 background.


Related colors

Complementary color

Complementary color for #hex is #C8925D.


I love getcolorcode.com

Triadic colors

1 #A2376D and #6DA237 with #376DA2 are triadic colors.

2 #A26D37 and #6D37A2 with #376DA2 are triadic colors.