COLOR #3596BB

HEX: #3596BB
RGB: (53,150,187)

Color info

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

RGB color model

#3596BB color RGB value is (53,150,187).

  • red value is 53;
  • green value is 150;
  • blue value is 187.
RGB:
(53,150,187)
(21%,59%,73%)

RGB channels and saturation

R 53 of 255 = 21%
G 150 of 255 = 59%
B 187 of 255 = 73%

53
150
187

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

Portions of RGB colors in percentages

R + G + B =
53 + 150 + 187 = 390 (100%)
R 53 of 390 ~ 13.59%
G 150 of 390 ~ 38.46%
B 187 of 390 ~ 47.95%

%13.59
%38.46
%47.95

CMYK color model

#3596BB color CMYK value is (72,20,0,27).

  • cyan value is 71.66%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(72,20,0,27)
C72M20Y0K27 
(72%,20%,0%,27%)
(0.72/0.20/0.00/0.27)	

CMYK percentages

%71.66
%19.79
%0
%26.67

Codes

Color #3596BB in popluar color models

3596BB
RGB53150187
HSL197°55.83%47.06%
HSB/HSV197°71.66%73.33%
CMYK71.66%19.79%0.00%
26.67%

Color #3596BB in popluar number systems.

HEX3596BB
Decimal53150187
Binary1101011001011010111011
Octal65226273

Shades and tints

Shades of #3596BB

#3596BB
(53,150,187)
#3189AA
(49,137,170)
#2D7C99
(45,124,153)
#296F88
(41,111,136)
#256277
(37,98,119)
#215566
(33,85,102)
#1D4855
(29,72,85)
#193B44
(25,59,68)
#152E33
(21,46,51)
#112122
(17,33,34)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #3596BB

#3596BB
(53,150,187)
#479FC1
(71,159,193)
#59A8C7
(89,168,199)
#6BB1CD
(107,177,205)
#7DBAD3
(125,186,211)
#8FC3D9
(143,195,217)
#A1CCDF
(161,204,223)
#B3D5E5
(179,213,229)
#C5DEEB
(197,222,235)
#D7E7F1
(215,231,241)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3596BB color. Also use rgb(53,150,187) instead hex code.

Text Font Color

.myTextColor { color: #3596BB; }

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

This text font color is #3596BB.


Background Color

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

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

This div background color is #3596BB.


Border color

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

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

This div border color is #3596BB.


Opacity

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

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

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

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

This text has shadow with #3596BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3596BB on black background.


Color preview on white background

This text has color #3596BB on white background.



Black color preview on #3596BB background

This text has black color on #3596BB background.


White color preview on #3596BB background

This text has white color on #3596BB background.