COLOR #376DBE

HEX: #376DBE
RGB: (55,109,190)

Color info

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

RGB color model

#376DBE color RGB value is (55,109,190).

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

RGB channels and saturation

R 55 of 255 = 22%
G 109 of 255 = 43%
B 190 of 255 = 75%

55
109
190

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

Portions of RGB colors in percentages

R + G + B =
55 + 109 + 190 = 354 (100%)
R 55 of 354 ~ 15.54%
G 109 of 354 ~ 30.79%
B 190 of 354 ~ 53.67%

%15.54
%30.79
%53.67

CMYK color model

#376DBE color CMYK value is (71,43,0,25).

  • cyan value is 71.05%
  • magenta value is 42.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(71,43,0,25)
C71M43Y0K25 
(71%,43%,0%,25%)
(0.71/0.43/0.00/0.25)	

CMYK percentages

%71.05
%42.63
%0
%25.49

Codes

Color #376DBE in popluar color models

376DBE
RGB55109190
HSL216°55.10%48.04%
HSB/HSV216°71.05%74.51%
CMYK71.05%42.63%0.00%
25.49%

Color #376DBE in popluar number systems.

HEX376DBE
Decimal55109190
Binary110111110110110111110
Octal67155276

Shades and tints

Shades of #376DBE

#376DBE
(55,109,190)
#3264AD
(50,100,173)
#2D5B9C
(45,91,156)
#28528B
(40,82,139)
#23497A
(35,73,122)
#1E4069
(30,64,105)
#193758
(25,55,88)
#142E47
(20,46,71)
#0F2536
(15,37,54)
#0A1C25
(10,28,37)
#051314
(5,19,20)
#000000
(0,0,0)

Tints of #376DBE

#376DBE
(55,109,190)
#497AC3
(73,122,195)
#5B87C8
(91,135,200)
#6D94CD
(109,148,205)
#7FA1D2
(127,161,210)
#91AED7
(145,174,215)
#A3BBDC
(163,187,220)
#B5C8E1
(181,200,225)
#C7D5E6
(199,213,230)
#D9E2EB
(217,226,235)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376DBE; }

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

This text font color is #376DBE.


Background Color

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

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

This div background color is #376DBE.


Border color

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

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

This div border color is #376DBE.


Opacity

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

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

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

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

This text has shadow with #376DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376DBE on black background.


Color preview on white background

This text has color #376DBE on white background.



Black color preview on #376DBE background

This text has black color on #376DBE background.


White color preview on #376DBE background

This text has white color on #376DBE background.