Color Hex Logo

#3b319e Color Hex

#3B319E
(59,49,158)
0 Favorites   0 Comments

Color spaces of #3b319e

RGB 5949158
HSL0.680.530.41
HSV246°69°62°
CMYK 0.630.690.00   0.38
XYZ9.07355.595132.9495
Yxy5.59510.19050.1175
Hunter Lab23.654027.0770-66.0320
CIE-Lab28.367137.2781-57.7794

#3b319e color RGB value is (59,49,158).

#3b319e hex color red value is 59, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #3b319e hue: 0.68 , saturation: 0.53 and the lightness value of 3b319e is 0.41.

The process color (four color CMYK) of #3b319e color hex is 0.63, 0.69, 0.00, 0.38. Web safe color of #3b319e is #333399. Color #3b319e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00110001 10011110
Octal 73 61 236
Decimal 59 49 158
Hex 3B 31 9E

RGB Percentages of Color #3b319e

%22.18
%18.42
%59.40

CMYK Percentages of Color #3b319e

%63
%69
%0
%38

Triadic Colors of #3b319e

#3b319e #9e3b31 #319e3b

Analogous Colors of #3b319e

#3b319e #72319e #315d9e

Monochromatic Colors of #3b319e

#3b319e

Complementary Color

#3b319e #949e31

#3b319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b319e Color CSS Codes

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

#3b319e Text Font Color

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

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


#3b319e Background Color

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

This div background color is #3b319e


#3b319e Border Color

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

This div border color is #3b319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b319e

#3b319e Color Palettes


Comments

No comments written yet.

Please login to write comment.