COLOR #3590FE

HEX: #3590FE
RGB: (53,144,254)

Color info

#3590FE contains mainly blue color. Web safe color of #3590FE is #3399FF (or #39F).

RGB color model

#3590FE color RGB value is (53,144,254).

  • red value is 53;
  • green value is 144;
  • blue value is 254.
RGB:
(53,144,254)
(21%,56%,100%)

RGB channels and saturation

R 53 of 255 = 21%
G 144 of 255 = 56%
B 254 of 255 = 100%

53
144
254

R + G + B ~ 59%. #3590FE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 144 + 254 = 451 (100%)
R 53 of 451 ~ 11.75%
G 144 of 451 ~ 31.93%
B 254 of 451 ~ 56.32%

%11.75
%31.93
%56.32

CMYK color model

#3590FE color CMYK value is (79,43,0,0).

  • cyan value is 79.13%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(79,43,0,0)
C79M43Y0K0 
(79%,43%,0%,0%)
(0.79/0.43/0.00/0.00)	

CMYK percentages

%79.13
%43.31
%0
%0.39

Codes

Color #3590FE in popluar color models

3590FE
RGB53144254
HSL213°99.01%60.20%
HSB/HSV213°79.13%99.61%
CMYK79.13%43.31%0.00%
0.39%

Color #3590FE in popluar number systems.

HEX3590FE
Decimal53144254
Binary1101011001000011111110
Octal65220376

Shades and tints

Shades of #3590FE

#3590FE
(53,144,254)
#3183E7
(49,131,231)
#2D76D0
(45,118,208)
#2969B9
(41,105,185)
#255CA2
(37,92,162)
#214F8B
(33,79,139)
#1D4274
(29,66,116)
#19355D
(25,53,93)
#152846
(21,40,70)
#111B2F
(17,27,47)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #3590FE

#3590FE
(53,144,254)
#479AFE
(71,154,254)
#59A4FE
(89,164,254)
#6BAEFE
(107,174,254)
#7DB8FE
(125,184,254)
#8FC2FE
(143,194,254)
#A1CCFE
(161,204,254)
#B3D6FE
(179,214,254)
#C5E0FE
(197,224,254)
#D7EAFE
(215,234,254)
#E9F4FE
(233,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3590FE color. Also use rgb(53,144,254) instead hex code.

Text Font Color

.myTextColor { color: #3590FE; }

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

This text font color is #3590FE.


Background Color

.myBgColor { background-color: #3590FE; }

<div style="background-color:#3590FE">Inner text</div>

This div background color is #3590FE.


Border color

.myBorderColor { border: 1px solid #3590FE; }

<div style="border:3px solid #3590FE">Div</div>

This div border color is #3590FE.


Opacity

.myOpacity80 { color: #3590FE; opacity: 0.8; }

<p style="color:#3590FE;opacity:0.8;">80%</p>

Text with #3590FE 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 #3590FE;}

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

This text has shadow with #3590FE color.

.textShadow {text-shadow: 3px 3px 1px #3590FE, 3px 3px 1px red;}

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

This text has shadow with #3590FE primary color and red secondary color.


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

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

This text has shadow with #3590FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3590FE on black background.


Color preview on white background

This text has color #3590FE on white background.



Black color preview on #3590FE background

This text has black color on #3590FE background.


White color preview on #3590FE background

This text has white color on #3590FE background.