Color Hex Logo

#3589eb Color Hex

#3589EB
(53,137,235)
0 Favorites   0 Comments

Color spaces of #3589eb

RGB 53137235
HSL0.590.820.56
HSV212°77°92°
CMYK 0.770.420.00   0.08
XYZ25.409324.646482.0153
Yxy24.64640.19240.1866
Hunter Lab49.64514.4806-63.1973
CIE-Lab56.72938.6099-56.5783

#3589eb color RGB value is (53,137,235).

#3589eb hex color red value is 53, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3589eb hue: 0.59 , saturation: 0.82 and the lightness value of 3589eb is 0.56.

The process color (four color CMYK) of #3589eb color hex is 0.77, 0.42, 0.00, 0.08. Web safe color of #3589eb is #3399ff. Color #3589eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001001 11101011
Octal 65 211 353
Decimal 53 137 235
Hex 35 89 EB

RGB Percentages of Color #3589eb

%12.47
%32.24
%55.29

CMYK Percentages of Color #3589eb

%77
%42
%0
%8

Triadic Colors of #3589eb

#3589eb #eb3589 #89eb35

Analogous Colors of #3589eb

#3589eb #3c35eb #35e4eb

Monochromatic Colors of #3589eb

#3589eb

Complementary Color

#3589eb #eb9735

#3589eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3589eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3589eb Color CSS Codes

.mybgcolor {background-color:#3589eb; } 
.myforecolor {color:#3589eb; }
.mybordercolor {border:3px solid #3589eb; }

#3589eb Text Font Color

<p style="color:#3589eb">Text here</p>

This sample text font color is #3589eb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3589eb Background Color

<div style="background-color:#3589eb">
Div content here</div>

This div background color is #3589eb


#3589eb Border Color

<div style="border:3px solid #3589eb">
Div here</div>

This div border color is #3589eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,137,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3589eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3589eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3589eb;
  box-shadow:         1px 1px 3px 2px #3589eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,137,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3589eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3589eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3589eb;
  box-shadow:         1px 1px 3px 2px #3589eb;">
Div content here</div>

This div box has shadow with color #3589eb


Comments

No comments written yet.

Please login to write comment.