COLOR #3986B2

HEX: #3986B2
RGB: (57,134,178)

Color info

#3986B2 contains mainly green and blue colors. Web safe color of #3986B2 is #339999 (or #399).

RGB color model

#3986B2 color RGB value is (57,134,178).

  • red value is 57;
  • green value is 134;
  • blue value is 178.
RGB:
(57,134,178)
(22%,53%,70%)

RGB channels and saturation

R 57 of 255 = 22%
G 134 of 255 = 53%
B 178 of 255 = 70%

57
134
178

R + G + B ~ 48%. #3986B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 134 + 178 = 369 (100%)
R 57 of 369 ~ 15.45%
G 134 of 369 ~ 36.31%
B 178 of 369 ~ 48.24%

%15.45
%36.31
%48.24

CMYK color model

#3986B2 color CMYK value is (68,25,0,30).

  • cyan value is 67.98%
  • magenta value is 24.72%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(68,25,0,30)
C68M25Y0K30 
(68%,25%,0%,30%)
(0.68/0.25/0.00/0.30)	

CMYK percentages

%67.98
%24.72
%0
%30.2

Codes

Color #3986B2 in popluar color models

3986B2
RGB57134178
HSL202°51.49%46.08%
HSB/HSV202°67.98%69.80%
CMYK67.98%24.72%0.00%
30.20%

Color #3986B2 in popluar number systems.

HEX3986B2
Decimal57134178
Binary1110011000011010110010
Octal71206262

Shades and tints

Shades of #3986B2

#3986B2
(57,134,178)
#347AA2
(52,122,162)
#2F6E92
(47,110,146)
#2A6282
(42,98,130)
#255672
(37,86,114)
#204A62
(32,74,98)
#1B3E52
(27,62,82)
#163242
(22,50,66)
#112632
(17,38,50)
#0C1A22
(12,26,34)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #3986B2

#3986B2
(57,134,178)
#4B91B9
(75,145,185)
#5D9CC0
(93,156,192)
#6FA7C7
(111,167,199)
#81B2CE
(129,178,206)
#93BDD5
(147,189,213)
#A5C8DC
(165,200,220)
#B7D3E3
(183,211,227)
#C9DEEA
(201,222,234)
#DBE9F1
(219,233,241)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3986B2 color. Also use rgb(57,134,178) instead hex code.

Text Font Color

.myTextColor { color: #3986B2; }

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

This text font color is #3986B2.


Background Color

.myBgColor { background-color: #3986B2; }

<div style="background-color:#3986B2">Inner text</div>

This div background color is #3986B2.


Border color

.myBorderColor { border: 1px solid #3986B2; }

<div style="border:3px solid #3986B2">Div</div>

This div border color is #3986B2.


Opacity

.myOpacity80 { color: #3986B2; opacity: 0.8; }

<p style="color:#3986B2;opacity:0.8;">80%</p>

Text with #3986B2 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 #3986B2;}

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

This text has shadow with #3986B2 color.

.textShadow {text-shadow: 3px 3px 1px #3986B2, 3px 3px 1px red;}

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

This text has shadow with #3986B2 primary color and red secondary color.


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

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

This text has shadow with #3986B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3986B2 on black background.


Color preview on white background

This text has color #3986B2 on white background.



Black color preview on #3986B2 background

This text has black color on #3986B2 background.


White color preview on #3986B2 background

This text has white color on #3986B2 background.