COLOR #3976B6

HEX: #3976B6 RGB: (57,118,182)

Color info

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

RGB color model

#3976B6 color RGB value is (57,118,182).

RGB: (57,118,182) (22%, 46%, 71%)

RGB channels and saturation

R 57 of 255 = 22%
G 118 of 255 = 46%
B 182 of 255 = 71%

57
118
182

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

Portions of RGB colors in percentages

R + G + B = 57 + 118 + 182 = 357 (100%)
R 57 of 357 ~ 15.97%
G 118 of 357 ~ 33.05%
B 182 of 357 ~ 50.98'%

%15.97
%33.05
%50.98

CMYK color model

#3976B6 color CMYK value is (69,35,0,29).

  • cyan value is 68.68%
  • magenta value is 35.16%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (69,35,0,29) C69M35Y0K29 (69%,35%,0%,29%) (0.69/0.35/0.00/0.29) 

CMYK percentages

%68.68
%35.16
%0
%28.63

Codes

Color #3976B6 in popluar color models

39 76 B6
RGB 57 118 182
HSL 211° 52.30% 46.86%
HSB/HSV 211° 68.68% 71.37%
CMYK 68.68% 35.16% 0.00%
28.63%

Color #3976B6 in popluar number systems.

HEX 39 76 B6
Decimal 57 118 182
Binary 111001 1110110 10110110
Octal 71 166 266

Shades and tints

Shades of #3976B6

#3976B6
(57,118,182)
#346CA6
(52,108,166)
#2F6296
(47,98,150)
#2A5886
(42,88,134)
#254E76
(37,78,118)
#204466
(32,68,102)
#1B3A56
(27,58,86)
#163046
(22,48,70)
#112636
(17,38,54)
#0C1C26
(12,28,38)
#071216
(7,18,22)
#000000
(0,0,0)

Tints of #3976B6

#3976B6
(57,118,182)
#4B82BC
(75,130,188)
#5D8EC2
(93,142,194)
#6F9AC8
(111,154,200)
#81A6CE
(129,166,206)
#93B2D4
(147,178,212)
#A5BEDA
(165,190,218)
#B7CAE0
(183,202,224)
#C9D6E6
(201,214,230)
#DBE2EC
(219,226,236)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3976B6 color. Also use rgb(57,118,182) instead hex code.

Text Font Color

.myTextColor { color: #3976B6; }

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

This text font color is #3976B6.

Background Color

.myBgColor { background-color: #3976B6; }

<div style="background-color:#3976B6">Inner text</div>

This div background color is #3976B6.

Border color

.myBorderColor { border: 1px solid #3976B6; }

<div style="border:3px solid #3976B6">Div</div>

This div border color is #3976B6.

Opacity

.myOpacity80 { color: #3976B6; opacity: 0.8; }

<p style="color:#3976B6;opacity:0.8;">80%</p>

Text with #3976B6 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 #3976B6;}

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

This text has shadow with #3976B6 color.


.textShadow {text-shadow: 3px 3px 1px #3976B6', 3px 3px 1px red;}

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

This text has shadow with #3976B6 primary color and red secondary color.


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

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

This text has shadow with #3976B6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3976B6; -webkit-box-shadow: 1px 1px 3px 2px #3976B6; box-shadow:1px 1px 3px 2px #3976B6;">
Div content here
</div>

This div box has shadow with color #3976B6.

Preview

Color preview on black background

This text has color #3976B6 on black background.


Color preview on white background

This text has color #3976B6 on white background.


Black color preview on #3976B6 background

This text has black color on #3976B6 background.


White color preview on #3976B6 background

This text has white color on #3976B6 background.


Related colors

Complementary color

Complementary color for #hex is #C68949.


I love getcolorcode.com

Triadic colors

1 #B63976 and #76B639 with #3976B6 are triadic colors.

2 #B67639 and #7639B6 with #3976B6 are triadic colors.