Color Hex Logo

#3b59ba Color Hex

#3B59BA
(59,89,186)
0 Favorites   0 Comments

Color spaces of #3b59ba

RGB 5989186
HSL0.630.520.48
HSV226°68°73°
CMYK 0.680.520.00   0.27
XYZ14.238911.619747.9467
Yxy11.61970.19290.1574
Hunter Lab34.087714.9085-59.5341
CIE-Lab40.605221.5639-54.5633

#3b59ba color RGB value is (59,89,186).

#3b59ba hex color red value is 59, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3b59ba hue: 0.63 , saturation: 0.52 and the lightness value of 3b59ba is 0.48.

The process color (four color CMYK) of #3b59ba color hex is 0.68, 0.52, 0.00, 0.27. Web safe color of #3b59ba is #3366cc. Color #3b59ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011001 10111010
Octal 73 131 272
Decimal 59 89 186
Hex 3B 59 BA

RGB Percentages of Color #3b59ba

%17.66
%26.65
%55.69

CMYK Percentages of Color #3b59ba

%68
%52
%0
%27

Triadic Colors of #3b59ba

#3b59ba #ba3b59 #59ba3b

Analogous Colors of #3b59ba

#3b59ba #5d3bba #3b99ba

Monochromatic Colors of #3b59ba

#3b59ba

Complementary Color

#3b59ba #ba9c3b

#3b59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b59ba Color CSS Codes

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

#3b59ba Text Font Color

<p style="color:#3b59ba">Text here</p>

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


#3b59ba Background Color

<div style="background-color:#3b59ba">
Div content here</div>

This div background color is #3b59ba


#3b59ba Border Color

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

This div border color is #3b59ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,89,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b59ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b59ba;
  -webkit-box-shadow: 1px 1px 3px 2px #3b59ba;
  box-shadow:         1px 1px 3px 2px #3b59ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b59ba


Comments

No comments written yet.

Please login to write comment.