COLOR #3671BB

HEX: #3671BB
RGB: (54,113,187)

Color info

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

RGB color model

#3671BB color RGB value is (54,113,187).

  • red value is 54;
  • green value is 113;
  • blue value is 187.
RGB:
(54,113,187)
(21%,44%,73%)

RGB channels and saturation

R 54 of 255 = 21%
G 113 of 255 = 44%
B 187 of 255 = 73%

54
113
187

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

Portions of RGB colors in percentages

R + G + B =
54 + 113 + 187 = 354 (100%)
R 54 of 354 ~ 15.25%
G 113 of 354 ~ 31.92%
B 187 of 354 ~ 52.82%

%15.25
%31.92
%52.82

CMYK color model

#3671BB color CMYK value is (71,40,0,27).

  • cyan value is 71.12%
  • magenta value is 39.57%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(71,40,0,27)
C71M40Y0K27 
(71%,40%,0%,27%)
(0.71/0.40/0.00/0.27)	

CMYK percentages

%71.12
%39.57
%0
%26.67

Codes

Color #3671BB in popluar color models

3671BB
RGB54113187
HSL213°55.19%47.25%
HSB/HSV213°71.12%73.33%
CMYK71.12%39.57%0.00%
26.67%

Color #3671BB in popluar number systems.

HEX3671BB
Decimal54113187
Binary110110111000110111011
Octal66161273

Shades and tints

Shades of #3671BB

#3671BB
(54,113,187)
#3267AA
(50,103,170)
#2E5D99
(46,93,153)
#2A5388
(42,83,136)
#264977
(38,73,119)
#223F66
(34,63,102)
#1E3555
(30,53,85)
#1A2B44
(26,43,68)
#162133
(22,33,51)
#121722
(18,23,34)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #3671BB

#3671BB
(54,113,187)
#487DC1
(72,125,193)
#5A89C7
(90,137,199)
#6C95CD
(108,149,205)
#7EA1D3
(126,161,211)
#90ADD9
(144,173,217)
#A2B9DF
(162,185,223)
#B4C5E5
(180,197,229)
#C6D1EB
(198,209,235)
#D8DDF1
(216,221,241)
#EAE9F7
(234,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3671BB color. Also use rgb(54,113,187) instead hex code.

Text Font Color

.myTextColor { color: #3671BB; }

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

This text font color is #3671BB.


Background Color

.myBgColor { background-color: #3671BB; }

<div style="background-color:#3671BB">Inner text</div>

This div background color is #3671BB.


Border color

.myBorderColor { border: 1px solid #3671BB; }

<div style="border:3px solid #3671BB">Div</div>

This div border color is #3671BB.


Opacity

.myOpacity80 { color: #3671BB; opacity: 0.8; }

<p style="color:#3671BB;opacity:0.8;">80%</p>

Text with #3671BB 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 #3671BB;}

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

This text has shadow with #3671BB color.

.textShadow {text-shadow: 3px 3px 1px #3671BB, 3px 3px 1px red;}

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

This text has shadow with #3671BB primary color and red secondary color.


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

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

This text has shadow with #3671BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3671BB on black background.


Color preview on white background

This text has color #3671BB on white background.



Black color preview on #3671BB background

This text has black color on #3671BB background.


White color preview on #3671BB background

This text has white color on #3671BB background.