Color Hex Logo

#3b51ad Color Hex

#3B51AD
(59,81,173)
0 Favorites   0 Comments

Color spaces of #3b51ad

RGB 5981173
HSL0.630.490.45
HSV228°66°68°
CMYK 0.660.530.00   0.32
XYZ12.28899.831840.7852
Yxy9.83180.19540.1563
Hunter Lab31.355715.0851-55.1711
CIE-Lab37.538822.0589-51.8625

#3b51ad color RGB value is (59,81,173).

#3b51ad hex color red value is 59, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3b51ad hue: 0.63 , saturation: 0.49 and the lightness value of 3b51ad is 0.45.

The process color (four color CMYK) of #3b51ad color hex is 0.66, 0.53, 0.00, 0.32. Web safe color of #3b51ad is #336699. Color #3b51ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010001 10101101
Octal 73 121 255
Decimal 59 81 173
Hex 3B 51 AD

RGB Percentages of Color #3b51ad

%18.85
%25.88
%55.27

CMYK Percentages of Color #3b51ad

%66
%53
%0
%32

Triadic Colors of #3b51ad

#3b51ad #ad3b51 #51ad3b

Analogous Colors of #3b51ad

#3b51ad #5e3bad #3b8aad

Monochromatic Colors of #3b51ad

#3b51ad

Complementary Color

#3b51ad #ad973b

#3b51ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b51ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b51ad Color CSS Codes

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

#3b51ad Text Font Color

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

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


#3b51ad Background Color

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

This div background color is #3b51ad


#3b51ad Border Color

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

This div border color is #3b51ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b51ad


Comments

No comments written yet.

Please login to write comment.