Color Hex Logo

#357197 Color Hex

#357197
(53,113,151)
0 Favorites   0 Comments

Color spaces of #357197

RGB 53113151
HSL0.560.480.40
HSV203°65°59°
CMYK 0.650.250.00   0.41
XYZ12.959214.801531.4521
Yxy14.80150.21890.2500
Hunter Lab38.4727-7.2011-21.5397
CIE-Lab45.3611-7.1420-26.4136

#357197 color RGB value is (53,113,151).

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

The process color (four color CMYK) of #357197 color hex is 0.65, 0.25, 0.00, 0.41. Web safe color of #357197 is #336699. Color #357197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 10010111
Octal 65 161 227
Decimal 53 113 151
Hex 35 71 97

RGB Percentages of Color #357197

%16.72
%35.65
%47.63

CMYK Percentages of Color #357197

%65
%25
%0
%41

Triadic Colors of #357197

#357197 #973571 #719735

Analogous Colors of #357197

#357197 #354097 #35978c

Monochromatic Colors of #357197

#357197

Complementary Color

#357197 #975b35

#357197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357197 Color CSS Codes

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

#357197 Text Font Color

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

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


#357197 Background Color

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

This div background color is #357197


#357197 Border Color

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

This div border color is #357197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357197


Comments

No comments written yet.

Please login to write comment.