Color Hex Logo

#3359ea Color Hex

#3359EA
(51,89,234)
0 Favorites   0 Comments

Color spaces of #3359ea

RGB 5189234
HSL0.630.810.56
HSV228°78°92°
CMYK 0.780.620.00   0.08
XYZ19.788913.789179.4605
Yxy13.78910.17510.1220
Hunter Lab37.133730.1405-100.8781
CIE-Lab43.928938.0307-76.7383

#3359ea color RGB value is (51,89,234).

#3359ea hex color red value is 51, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3359ea hue: 0.63 , saturation: 0.81 and the lightness value of 3359ea is 0.56.

The process color (four color CMYK) of #3359ea color hex is 0.78, 0.62, 0.00, 0.08. Web safe color of #3359ea is #3366ff. Color #3359ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01011001 11101010
Octal 63 131 352
Decimal 51 89 234
Hex 33 59 EA

RGB Percentages of Color #3359ea

%13.64
%23.80
%62.57

CMYK Percentages of Color #3359ea

%78
%62
%0
%8

Triadic Colors of #3359ea

#3359ea #ea3359 #59ea33

Analogous Colors of #3359ea

#3359ea #6933ea #33b5ea

Monochromatic Colors of #3359ea

#3359ea

Complementary Color

#3359ea #eac433

#3359ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3359ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3359ea Color CSS Codes

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

#3359ea Text Font Color

<p style="color:#3359ea">Text here</p>

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


#3359ea Background Color

<div style="background-color:#3359ea">
Div content here</div>

This div background color is #3359ea


#3359ea Border Color

<div style="border:3px solid #3359ea">
Div here</div>

This div border color is #3359ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,89,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3359ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3359ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3359ea;
  box-shadow:         1px 1px 3px 2px #3359ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,89,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3359ea


Comments

No comments written yet.

Please login to write comment.