COLOR #376BC6

HEX: #376BC6
RGB: (55,107,198)

Color info

#376BC6 contains mainly blue color. Web safe color of #376BC6 is #3366CC (or #36C).

RGB color model

#376BC6 color RGB value is (55,107,198).

  • red value is 55;
  • green value is 107;
  • blue value is 198.
RGB:
(55,107,198)
(22%,42%,78%)

RGB channels and saturation

R 55 of 255 = 22%
G 107 of 255 = 42%
B 198 of 255 = 78%

55
107
198

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

Portions of RGB colors in percentages

R + G + B =
55 + 107 + 198 = 360 (100%)
R 55 of 360 ~ 15.28%
G 107 of 360 ~ 29.72%
B 198 of 360 ~ 55%

%15.28
%29.72
%55

CMYK color model

#376BC6 color CMYK value is (72,46,0,22).

  • cyan value is 72.22%
  • magenta value is 45.96%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(72,46,0,22)
C72M46Y0K22 
(72%,46%,0%,22%)
(0.72/0.46/0.00/0.22)	

CMYK percentages

%72.22
%45.96
%0
%22.35

Codes

Color #376BC6 in popluar color models

376BC6
RGB55107198
HSL218°56.52%49.61%
HSB/HSV218°72.22%77.65%
CMYK72.22%45.96%0.00%
22.35%

Color #376BC6 in popluar number systems.

HEX376BC6
Decimal55107198
Binary110111110101111000110
Octal67153306

Shades and tints

Shades of #376BC6

#376BC6
(55,107,198)
#3262B4
(50,98,180)
#2D59A2
(45,89,162)
#285090
(40,80,144)
#23477E
(35,71,126)
#1E3E6C
(30,62,108)
#19355A
(25,53,90)
#142C48
(20,44,72)
#0F2336
(15,35,54)
#0A1A24
(10,26,36)
#051112
(5,17,18)
#000000
(0,0,0)

Tints of #376BC6

#376BC6
(55,107,198)
#4978CB
(73,120,203)
#5B85D0
(91,133,208)
#6D92D5
(109,146,213)
#7F9FDA
(127,159,218)
#91ACDF
(145,172,223)
#A3B9E4
(163,185,228)
#B5C6E9
(181,198,233)
#C7D3EE
(199,211,238)
#D9E0F3
(217,224,243)
#EBEDF8
(235,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376BC6; }

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

This text font color is #376BC6.


Background Color

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

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

This div background color is #376BC6.


Border color

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

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

This div border color is #376BC6.


Opacity

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

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

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

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

This text has shadow with #376BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376BC6 on black background.


Color preview on white background

This text has color #376BC6 on white background.



Black color preview on #376BC6 background

This text has black color on #376BC6 background.


White color preview on #376BC6 background

This text has white color on #376BC6 background.