Color Hex Logo

#352e85 Color Hex

#352E85
(53,46,133)
0 Favorites   0 Comments

Color spaces of #352e85

RGB 5346133
HSL0.680.490.35
HSV245°65°52°
CMYK 0.600.650.00   0.48
XYZ6.67884.404322.6884
Yxy4.40430.19780.1304
Hunter Lab20.986420.0803-49.4079
CIE-Lab24.965429.7524-47.9409

#352e85 color RGB value is (53,46,133).

#352e85 hex color red value is 53, green value is 46 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #352e85 hue: 0.68 , saturation: 0.49 and the lightness value of 352e85 is 0.35.

The process color (four color CMYK) of #352e85 color hex is 0.60, 0.65, 0.00, 0.48. Web safe color of #352e85 is #333399. Color #352e85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101110 10000101
Octal 65 56 205
Decimal 53 46 133
Hex 35 2E 85

RGB Percentages of Color #352e85

%22.84
%19.83
%57.33

CMYK Percentages of Color #352e85

%60
%65
%0
%48

Triadic Colors of #352e85

#352e85 #85352e #2e8535

Analogous Colors of #352e85

#352e85 #602e85 #2e5385

Monochromatic Colors of #352e85

#352e85

Complementary Color

#352e85 #7e852e

#352e85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352e85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352e85 Color CSS Codes

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

#352e85 Text Font Color

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

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


#352e85 Background Color

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

This div background color is #352e85


#352e85 Border Color

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

This div border color is #352e85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,46,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352e85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352e85;
  -webkit-box-shadow: 1px 1px 3px 2px #352e85;
  box-shadow:         1px 1px 3px 2px #352e85; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352e85


Comments

No comments written yet.

Please login to write comment.