Color Hex Logo

#35348f Color Hex

#35348F
(53,52,143)
0 Favorites   0 Comments

Color spaces of #35348f

RGB 5352143
HSL0.670.470.38
HSV241°64°56°
CMYK 0.630.640.00   0.44
XYZ7.65415.196026.5861
Yxy5.19600.19410.1318
Hunter Lab22.794720.0466-53.1952
CIE-Lab27.286029.3402-50.3742

#35348f color RGB value is (53,52,143).

#35348f hex color red value is 53, green value is 52 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #35348f hue: 0.67 , saturation: 0.47 and the lightness value of 35348f is 0.38.

The process color (four color CMYK) of #35348f color hex is 0.63, 0.64, 0.00, 0.44. Web safe color of #35348f is #333399. Color #35348f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110100 10001111
Octal 65 64 217
Decimal 53 52 143
Hex 35 34 8F

RGB Percentages of Color #35348f

%21.37
%20.97
%57.66

CMYK Percentages of Color #35348f

%63
%64
%0
%44

Triadic Colors of #35348f

#35348f #8f3534 #348f35

Analogous Colors of #35348f

#35348f #63348f #34608f

Monochromatic Colors of #35348f

#35348f

Complementary Color

#35348f #8e8f34

#35348f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35348f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35348f Color CSS Codes

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

#35348f Text Font Color

<p style="color:#35348f">Text here</p>

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


#35348f Background Color

<div style="background-color:#35348f">
Div content here</div>

This div background color is #35348f


#35348f Border Color

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

This div border color is #35348f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,52,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35348f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35348f;
  -webkit-box-shadow: 1px 1px 3px 2px #35348f;
  box-shadow:         1px 1px 3px 2px #35348f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,52,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35348f


Comments

No comments written yet.

Please login to write comment.