Color Hex Logo

#357190 Color Hex

#357190
(53,113,144)
0 Favorites   0 Comments

Color spaces of #357190

RGB 53113144
HSL0.560.460.39
HSV200°63°56°
CMYK 0.630.220.00   0.44
XYZ12.407414.580828.5460
Yxy14.58080.22340.2626
Hunter Lab38.1848-8.8234-17.5943
CIE-Lab45.0546-9.5266-22.7379

#357190 color RGB value is (53,113,144).

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

The process color (four color CMYK) of #357190 color hex is 0.63, 0.22, 0.00, 0.44. Web safe color of #357190 is #336699. Color #357190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 10010000
Octal 65 161 220
Decimal 53 113 144
Hex 35 71 90

RGB Percentages of Color #357190

%17.10
%36.45
%46.45

CMYK Percentages of Color #357190

%63
%22
%0
%44

Triadic Colors of #357190

#357190 #903571 #719035

Analogous Colors of #357190

#357190 #354390 #359082

Monochromatic Colors of #357190

#357190

Complementary Color

#357190 #905435

#357190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357190 Color CSS Codes

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

#357190 Text Font Color

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

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


#357190 Background Color

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

This div background color is #357190


#357190 Border Color

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

This div border color is #357190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357190


Comments

No comments written yet.

Please login to write comment.