Color Hex Logo

#353587 Color Hex

#353587
(53,53,135)
0 Favorites   0 Comments

Color spaces of #353587

RGB 5353135
HSL0.670.440.37
HSV240°61°53°
CMYK 0.610.610.00   0.47
XYZ7.11455.052423.5219
Yxy5.05240.19930.1416
Hunter Lab22.477517.1624-46.3105
CIE-Lab26.883525.8770-46.0683

#353587 color RGB value is (53,53,135).

#353587 hex color red value is 53, green value is 53 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #353587 hue: 0.67 , saturation: 0.44 and the lightness value of 353587 is 0.37.

The process color (four color CMYK) of #353587 color hex is 0.61, 0.61, 0.00, 0.47. Web safe color of #353587 is #333399. Color #353587 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110101 10000111
Octal 65 65 207
Decimal 53 53 135
Hex 35 35 87

RGB Percentages of Color #353587

%21.99
%21.99
%56.02

CMYK Percentages of Color #353587

%61
%61
%0
%47

Triadic Colors of #353587

#353587 #873535 #358735

Analogous Colors of #353587

#353587 #5e3587 #355e87

Monochromatic Colors of #353587

#353587

Complementary Color

#353587 #878735

#353587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353587 Color CSS Codes

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

#353587 Text Font Color

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

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


#353587 Background Color

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

This div background color is #353587


#353587 Border Color

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

This div border color is #353587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353587


Comments

No comments written yet.

Please login to write comment.