COLOR #376FBB

HEX: #376FBB
RGB: (55,111,187)

Color info

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

RGB color model

#376FBB color RGB value is (55,111,187).

  • red value is 55;
  • green value is 111;
  • blue value is 187.
RGB:
(55,111,187)
(22%,44%,73%)

RGB channels and saturation

R 55 of 255 = 22%
G 111 of 255 = 44%
B 187 of 255 = 73%

55
111
187

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

Portions of RGB colors in percentages

R + G + B =
55 + 111 + 187 = 353 (100%)
R 55 of 353 ~ 15.58%
G 111 of 353 ~ 31.44%
B 187 of 353 ~ 52.97%

%15.58
%31.44
%52.97

CMYK color model

#376FBB color CMYK value is (71,41,0,27).

  • cyan value is 70.59%
  • magenta value is 40.64%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(71,41,0,27)
C71M41Y0K27 
(71%,41%,0%,27%)
(0.71/0.41/0.00/0.27)	

CMYK percentages

%70.59
%40.64
%0
%26.67

Codes

Color #376FBB in popluar color models

376FBB
RGB55111187
HSL215°54.55%47.45%
HSB/HSV215°70.59%73.33%
CMYK70.59%40.64%0.00%
26.67%

Color #376FBB in popluar number systems.

HEX376FBB
Decimal55111187
Binary110111110111110111011
Octal67157273

Shades and tints

Shades of #376FBB

#376FBB
(55,111,187)
#3265AA
(50,101,170)
#2D5B99
(45,91,153)
#285188
(40,81,136)
#234777
(35,71,119)
#1E3D66
(30,61,102)
#193355
(25,51,85)
#142944
(20,41,68)
#0F1F33
(15,31,51)
#0A1522
(10,21,34)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #376FBB

#376FBB
(55,111,187)
#497CC1
(73,124,193)
#5B89C7
(91,137,199)
#6D96CD
(109,150,205)
#7FA3D3
(127,163,211)
#91B0D9
(145,176,217)
#A3BDDF
(163,189,223)
#B5CAE5
(181,202,229)
#C7D7EB
(199,215,235)
#D9E4F1
(217,228,241)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376FBB color. Also use rgb(55,111,187) instead hex code.

Text Font Color

.myTextColor { color: #376FBB; }

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

This text font color is #376FBB.


Background Color

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

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

This div background color is #376FBB.


Border color

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

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

This div border color is #376FBB.


Opacity

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

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

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

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

This text has shadow with #376FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376FBB on black background.


Color preview on white background

This text has color #376FBB on white background.



Black color preview on #376FBB background

This text has black color on #376FBB background.


White color preview on #376FBB background

This text has white color on #376FBB background.