COLOR #3896BA

HEX: #3896BA
RGB: (56,150,186)

Color info

#3896BA contains mainly green and blue colors. Web safe color of #3896BA is #3399CC (or #39C).

RGB color model

#3896BA color RGB value is (56,150,186).

  • red value is 56;
  • green value is 150;
  • blue value is 186.
RGB:
(56,150,186)
(22%,59%,73%)

RGB channels and saturation

R 56 of 255 = 22%
G 150 of 255 = 59%
B 186 of 255 = 73%

56
150
186

R + G + B ~ 51%. #3896BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 150 + 186 = 392 (100%)
R 56 of 392 ~ 14.29%
G 150 of 392 ~ 38.27%
B 186 of 392 ~ 47.45%

%14.29
%38.27
%47.45

CMYK color model

#3896BA color CMYK value is (70,19,0,27).

  • cyan value is 69.89%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(70,19,0,27)
C70M19Y0K27 
(70%,19%,0%,27%)
(0.70/0.19/0.00/0.27)	

CMYK percentages

%69.89
%19.35
%0
%27.06

Codes

Color #3896BA in popluar color models

3896BA
RGB56150186
HSL197°53.72%47.45%
HSB/HSV197°69.89%72.94%
CMYK69.89%19.35%0.00%
27.06%

Color #3896BA in popluar number systems.

HEX3896BA
Decimal56150186
Binary1110001001011010111010
Octal70226272

Shades and tints

Shades of #3896BA

#3896BA
(56,150,186)
#3389AA
(51,137,170)
#2E7C9A
(46,124,154)
#296F8A
(41,111,138)
#24627A
(36,98,122)
#1F556A
(31,85,106)
#1A485A
(26,72,90)
#153B4A
(21,59,74)
#102E3A
(16,46,58)
#0B212A
(11,33,42)
#06141A
(6,20,26)
#000000
(0,0,0)

Tints of #3896BA

#3896BA
(56,150,186)
#4A9FC0
(74,159,192)
#5CA8C6
(92,168,198)
#6EB1CC
(110,177,204)
#80BAD2
(128,186,210)
#92C3D8
(146,195,216)
#A4CCDE
(164,204,222)
#B6D5E4
(182,213,228)
#C8DEEA
(200,222,234)
#DAE7F0
(218,231,240)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3896BA color. Also use rgb(56,150,186) instead hex code.

Text Font Color

.myTextColor { color: #3896BA; }

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

This text font color is #3896BA.


Background Color

.myBgColor { background-color: #3896BA; }

<div style="background-color:#3896BA">Inner text</div>

This div background color is #3896BA.


Border color

.myBorderColor { border: 1px solid #3896BA; }

<div style="border:3px solid #3896BA">Div</div>

This div border color is #3896BA.


Opacity

.myOpacity80 { color: #3896BA; opacity: 0.8; }

<p style="color:#3896BA;opacity:0.8;">80%</p>

Text with #3896BA 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 #3896BA;}

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

This text has shadow with #3896BA color.

.textShadow {text-shadow: 3px 3px 1px #3896BA, 3px 3px 1px red;}

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

This text has shadow with #3896BA primary color and red secondary color.


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

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

This text has shadow with #3896BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3896BA on black background.


Color preview on white background

This text has color #3896BA on white background.



Black color preview on #3896BA background

This text has black color on #3896BA background.


White color preview on #3896BA background

This text has white color on #3896BA background.