Color Hex Logo

#35329e Color Hex

#35329E
(53,50,158)
0 Favorites   0 Comments

Color spaces of #35329e

RGB 5350158
HSL0.670.520.41
HSV242°68°62°
CMYK 0.660.680.00   0.38
XYZ8.78045.506732.9479
Yxy5.50670.18590.1166
Hunter Lab23.466425.7232-66.8196
CIE-Lab28.132235.8031-58.1822

#35329e color RGB value is (53,50,158).

#35329e hex color red value is 53, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #35329e hue: 0.67 , saturation: 0.52 and the lightness value of 35329e is 0.41.

The process color (four color CMYK) of #35329e color hex is 0.66, 0.68, 0.00, 0.38. Web safe color of #35329e is #333399. Color #35329e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110010 10011110
Octal 65 62 236
Decimal 53 50 158
Hex 35 32 9E

RGB Percentages of Color #35329e

%20.31
%19.16
%60.54

CMYK Percentages of Color #35329e

%66
%68
%0
%38

Triadic Colors of #35329e

#35329e #9e3532 #329e35

Analogous Colors of #35329e

#35329e #6b329e #32659e

Monochromatic Colors of #35329e

#35329e

Complementary Color

#35329e #9b9e32

#35329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35329e Color CSS Codes

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

#35329e Text Font Color

<p style="color:#35329e">Text here</p>

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


#35329e Background Color

<div style="background-color:#35329e">
Div content here</div>

This div background color is #35329e


#35329e Border Color

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

This div border color is #35329e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,50,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35329e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35329e;
  -webkit-box-shadow: 1px 1px 3px 2px #35329e;
  box-shadow:         1px 1px 3px 2px #35329e; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35329e


Comments

No comments written yet.

Please login to write comment.