Color Hex Logo

#353584 Color Hex

#353584
(53,53,132)
0 Favorites   0 Comments

Color spaces of #353584

RGB 5353132
HSL0.670.430.36
HSV240°60°52°
CMYK 0.600.600.00   0.48
XYZ6.90624.969022.4249
Yxy4.96900.20130.1449
Hunter Lab22.291316.2926-44.0416
CIE-Lab26.646324.8228-44.5820

#353584 color RGB value is (53,53,132).

#353584 hex color red value is 53, green value is 53 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #353584 hue: 0.67 , saturation: 0.43 and the lightness value of 353584 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 10000100
Octal 65 65 204
Decimal 53 53 132
Hex 35 35 84

RGB Percentages of Color #353584

%22.27
%22.27
%55.46

CMYK Percentages of Color #353584

%60
%60
%0
%48

Triadic Colors of #353584

#353584 #843535 #358435

Analogous Colors of #353584

#353584 #5d3584 #355d84

Monochromatic Colors of #353584

#353584

Complementary Color

#353584 #848435

#353584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353584 Color CSS Codes

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

#353584 Text Font Color

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

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


#353584 Background Color

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

This div background color is #353584


#353584 Border Color

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

This div border color is #353584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353584


Comments

No comments written yet.

Please login to write comment.