Color Hex Logo

#357178 Color Hex

#357178
(53,113,120)
0 Favorites   0 Comments

Color spaces of #357178

RGB 53113120
HSL0.520.390.34
HSV186°56°47°
CMYK 0.560.060.00   0.53
XYZ10.763513.923219.8895
Yxy13.92320.24150.3123
Hunter Lab37.3138-13.8092-5.4839
CIE-Lab44.1226-17.2458-9.8200

#357178 color RGB value is (53,113,120).

#357178 hex color red value is 53, green value is 113 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #357178 hue: 0.52 , saturation: 0.39 and the lightness value of 357178 is 0.34.

The process color (four color CMYK) of #357178 color hex is 0.56, 0.06, 0.00, 0.53. Web safe color of #357178 is #336666. Color #357178 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 01111000
Octal 65 161 170
Decimal 53 113 120
Hex 35 71 78

RGB Percentages of Color #357178

%18.53
%39.51
%41.96

CMYK Percentages of Color #357178

%56
%6
%0
%53

Triadic Colors of #357178

#357178 #783571 #717835

Analogous Colors of #357178

#357178 #354f78 #35785e

Monochromatic Colors of #357178

#357178

Complementary Color

#357178 #783c35

#357178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357178 Color CSS Codes

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

#357178 Text Font Color

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

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


#357178 Background Color

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

This div background color is #357178


#357178 Border Color

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

This div border color is #357178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357178


Comments

No comments written yet.

Please login to write comment.