COLOR #3596CF

HEX: #3596CF
RGB: (53,150,207)

Color info

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

RGB color model

#3596CF color RGB value is (53,150,207).

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

RGB channels and saturation

R 53 of 255 = 21%
G 150 of 255 = 59%
B 207 of 255 = 81%

53
150
207

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

Portions of RGB colors in percentages

R + G + B =
53 + 150 + 207 = 410 (100%)
R 53 of 410 ~ 12.93%
G 150 of 410 ~ 36.59%
B 207 of 410 ~ 50.49%

%12.93
%36.59
%50.49

CMYK color model

#3596CF color CMYK value is (74,28,0,19).

  • cyan value is 74.40%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(74,28,0,19)
C74M28Y0K19 
(74%,28%,0%,19%)
(0.74/0.28/0.00/0.19)	

CMYK percentages

%74.4
%27.54
%0
%18.82

Codes

Color #3596CF in popluar color models

3596CF
RGB53150207
HSL202°61.60%50.98%
HSB/HSV202°74.40%81.18%
CMYK74.40%27.54%0.00%
18.82%

Color #3596CF in popluar number systems.

HEX3596CF
Decimal53150207
Binary1101011001011011001111
Octal65226317

Shades and tints

Shades of #3596CF

#3596CF
(53,150,207)
#3189BD
(49,137,189)
#2D7CAB
(45,124,171)
#296F99
(41,111,153)
#256287
(37,98,135)
#215575
(33,85,117)
#1D4863
(29,72,99)
#193B51
(25,59,81)
#152E3F
(21,46,63)
#11212D
(17,33,45)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #3596CF

#3596CF
(53,150,207)
#479FD3
(71,159,211)
#59A8D7
(89,168,215)
#6BB1DB
(107,177,219)
#7DBADF
(125,186,223)
#8FC3E3
(143,195,227)
#A1CCE7
(161,204,231)
#B3D5EB
(179,213,235)
#C5DEEF
(197,222,239)
#D7E7F3
(215,231,243)
#E9F0F7
(233,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3596CF; }

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

This text font color is #3596CF.


Background Color

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

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

This div background color is #3596CF.


Border color

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

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

This div border color is #3596CF.


Opacity

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

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

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

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

This text has shadow with #3596CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3596CF on black background.


Color preview on white background

This text has color #3596CF on white background.



Black color preview on #3596CF background

This text has black color on #3596CF background.


White color preview on #3596CF background

This text has white color on #3596CF background.