color codes Logo

#3559eb color codes

#3559EB
(53,89,235)
0 Favorites   0 Comments

Color spaces of #3559eb

RGB 5389235
HSL0.630.820.56
HSV228°77°92°
CMYK 0.770.620.00   0.08
XYZ20.036013.899880.2242
Yxy13.89980.17550.1218
Hunter Lab37.282430.6836-101.4823
CIE-Lab44.088938.5696-77.0376

#3559eb color RGB value is (53,89,235).

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

The process color (four color CMYK) of #3559eb color code is 0.77, 0.62, 0.00, 0.08. Web safe color of #3559eb is #3366ff. Color #3559eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 11101011
Octal 65 131 353
Decimal 53 89 235
Hex 35 59 EB

RGB Percentages of Color #3559eb

%14.06
%23.61
%62.33

CMYK Percentages of Color #3559eb

%77
%62
%0
%8

Triadic Colors of #3559eb

#3559eb #eb3559 #59eb35

Analogous Colors of #3559eb

#3559eb #6c35eb #35b4eb

Monochromatic Colors of #3559eb

#3559eb

Complementary Color

#3559eb #ebc735

#3559eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3559eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3559eb Color CSS Codes

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

#3559eb Text Font Color

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

This sample text font color is #3559eb
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.


#3559eb Background Color

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

This div background color is #3559eb


#3559eb Border Color

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

This div border color is #3559eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,89,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 #3559eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3559eb


Comments

No comments written yet.

Please login to write comment.