COLOR #376CC5

HEX: #376CC5
RGB: (55,108,197)

Color info

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

RGB color model

#376CC5 color RGB value is (55,108,197).

  • red value is 55;
  • green value is 108;
  • blue value is 197.
RGB:
(55,108,197)
(22%,42%,77%)

RGB channels and saturation

R 55 of 255 = 22%
G 108 of 255 = 42%
B 197 of 255 = 77%

55
108
197

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

Portions of RGB colors in percentages

R + G + B =
55 + 108 + 197 = 360 (100%)
R 55 of 360 ~ 15.28%
G 108 of 360 ~ 30%
B 197 of 360 ~ 54.72%

%15.28
%30
%54.72

CMYK color model

#376CC5 color CMYK value is (72,45,0,23).

  • cyan value is 72.08%
  • magenta value is 45.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(72,45,0,23)
C72M45Y0K23 
(72%,45%,0%,23%)
(0.72/0.45/0.00/0.23)	

CMYK percentages

%72.08
%45.18
%0
%22.75

Codes

Color #376CC5 in popluar color models

376CC5
RGB55108197
HSL218°56.35%49.41%
HSB/HSV218°72.08%77.25%
CMYK72.08%45.18%0.00%
22.75%

Color #376CC5 in popluar number systems.

HEX376CC5
Decimal55108197
Binary110111110110011000101
Octal67154305

Shades and tints

Shades of #376CC5

#376CC5
(55,108,197)
#3263B4
(50,99,180)
#2D5AA3
(45,90,163)
#285192
(40,81,146)
#234881
(35,72,129)
#1E3F70
(30,63,112)
#19365F
(25,54,95)
#142D4E
(20,45,78)
#0F243D
(15,36,61)
#0A1B2C
(10,27,44)
#05121B
(5,18,27)
#000000
(0,0,0)

Tints of #376CC5

#376CC5
(55,108,197)
#4979CA
(73,121,202)
#5B86CF
(91,134,207)
#6D93D4
(109,147,212)
#7FA0D9
(127,160,217)
#91ADDE
(145,173,222)
#A3BAE3
(163,186,227)
#B5C7E8
(181,199,232)
#C7D4ED
(199,212,237)
#D9E1F2
(217,225,242)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376CC5; }

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

This text font color is #376CC5.


Background Color

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

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

This div background color is #376CC5.


Border color

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

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

This div border color is #376CC5.


Opacity

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

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

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

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

This text has shadow with #376CC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376CC5 on black background.


Color preview on white background

This text has color #376CC5 on white background.



Black color preview on #376CC5 background

This text has black color on #376CC5 background.


White color preview on #376CC5 background

This text has white color on #376CC5 background.