Color Hex Logo

#357597 Color Hex

#357597
(53,117,151)
0 Favorites   0 Comments

Color spaces of #357597

RGB 53117151
HSL0.560.480.40
HSV201°65°59°
CMYK 0.650.230.00   0.41
XYZ13.415415.713831.6042
Yxy15.71380.22090.2587
Hunter Lab39.6406-8.9622-19.5216
CIE-Lab46.5967-9.4830-24.4960

#357597 color RGB value is (53,117,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 10010111
Octal 65 165 227
Decimal 53 117 151
Hex 35 75 97

RGB Percentages of Color #357597

%16.51
%36.45
%47.04

CMYK Percentages of Color #357597

%65
%23
%0
%41

Triadic Colors of #357597

#357597 #973575 #759735

Analogous Colors of #357597

#357597 #354497 #359788

Monochromatic Colors of #357597

#357597

Complementary Color

#357597 #975735

#357597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357597 Color CSS Codes

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

#357597 Text Font Color

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

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


#357597 Background Color

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

This div background color is #357597


#357597 Border Color

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

This div border color is #357597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357597


Comments

No comments written yet.

Please login to write comment.