Color Hex Logo

#357587 Color Hex

#357587
(53,117,135)
0 Favorites   0 Comments

Color spaces of #357587

RGB 53117135
HSL0.540.440.37
HSV193°61°53°
CMYK 0.610.130.00   0.47
XYZ12.202715.228725.2180
Yxy15.22870.23180.2892
Hunter Lab39.0240-12.4754-10.9975
CIE-Lab45.9459-14.7708-16.0199

#357587 color RGB value is (53,117,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 10000111
Octal 65 165 207
Decimal 53 117 135
Hex 35 75 87

RGB Percentages of Color #357587

%17.38
%38.36
%44.26

CMYK Percentages of Color #357587

%61
%13
%0
%47

Triadic Colors of #357587

#357587 #873575 #758735

Analogous Colors of #357587

#357587 #354c87 #358770

Monochromatic Colors of #357587

#357587

Complementary Color

#357587 #874735

#357587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357587 Color CSS Codes

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

#357587 Text Font Color

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

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


#357587 Background Color

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

This div background color is #357587


#357587 Border Color

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

This div border color is #357587


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,117,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 #357587">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357587


Comments

No comments written yet.

Please login to write comment.