Color Hex Logo

#357797 Color Hex

#357797
(53,119,151)
0 Favorites   0 Comments

Color spaces of #357797

RGB 53119151
HSL0.550.480.40
HSV200°65°59°
CMYK 0.650.210.00   0.41
XYZ13.650916.184931.6827
Yxy16.18490.22190.2631
Hunter Lab40.2305-9.8351-18.5313
CIE-Lab47.2161-10.6384-23.5376

#357797 color RGB value is (53,119,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110111 10010111
Octal 65 167 227
Decimal 53 119 151
Hex 35 77 97

RGB Percentages of Color #357797

%16.41
%36.84
%46.75

CMYK Percentages of Color #357797

%65
%21
%0
%41

Triadic Colors of #357797

#357797 #973577 #779735

Analogous Colors of #357797

#357797 #354697 #359786

Monochromatic Colors of #357797

#357797

Complementary Color

#357797 #975535

#357797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357797 Color CSS Codes

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

#357797 Text Font Color

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

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


#357797 Background Color

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

This div background color is #357797


#357797 Border Color

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

This div border color is #357797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357797


Comments

No comments written yet.

Please login to write comment.