Color Hex Logo

#352761 Color Hex

#352761
(53,39,97)
0 Favorites   0 Comments

Color spaces of #352761

RGB 533997
HSL0.710.430.27
HSV254°60°38°
CMYK 0.450.600.00   0.62
XYZ4.35143.071011.6727
Yxy3.07100.22790.1608
Hunter Lab17.524313.6553-27.2254
CIE-Lab20.326022.2907-32.3784

#352761 color RGB value is (53,39,97).

#352761 hex color red value is 53, green value is 39 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #352761 hue: 0.71 , saturation: 0.43 and the lightness value of 352761 is 0.27.

The process color (four color CMYK) of #352761 color hex is 0.45, 0.60, 0.00, 0.62. Web safe color of #352761 is #333366. Color #352761 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100111 01100001
Octal 65 47 141
Decimal 53 39 97
Hex 35 27 61

RGB Percentages of Color #352761

%28.04
%20.63
%51.32

CMYK Percentages of Color #352761

%45
%60
%0
%62

Triadic Colors of #352761

#352761 #613527 #276135

Analogous Colors of #352761

#352761 #522761 #273661

Monochromatic Colors of #352761

#352761

Complementary Color

#352761 #536127

#352761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352761 Color CSS Codes

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

#352761 Text Font Color

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

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


#352761 Background Color

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

This div background color is #352761


#352761 Border Color

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

This div border color is #352761


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,39,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352761; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352761;
  -webkit-box-shadow: 1px 1px 3px 2px #352761;
  box-shadow:         1px 1px 3px 2px #352761; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352761


Comments

No comments written yet.

Please login to write comment.