Color Hex Logo

#355177 Color Hex

#355177
(53,81,119)
0 Favorites   0 Comments

Color spaces of #355177

RGB 5381119
HSL0.600.380.34
HSV215°55°47°
CMYK 0.550.320.00   0.53
XYZ7.74047.973718.5839
Yxy7.97370.22570.2325
Hunter Lab28.2377-0.4864-19.2537
CIE-Lab33.92811.5192-24.8573

#355177 color RGB value is (53,81,119).

#355177 hex color red value is 53, green value is 81 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #355177 hue: 0.60 , saturation: 0.38 and the lightness value of 355177 is 0.34.

The process color (four color CMYK) of #355177 color hex is 0.55, 0.32, 0.00, 0.53. Web safe color of #355177 is #336666. Color #355177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01110111
Octal 65 121 167
Decimal 53 81 119
Hex 35 51 77

RGB Percentages of Color #355177

%20.95
%32.02
%47.04

CMYK Percentages of Color #355177

%55
%32
%0
%53

Triadic Colors of #355177

#355177 #773551 #517735

Analogous Colors of #355177

#355177 #3a3577 #357277

Monochromatic Colors of #355177

#355177

Complementary Color

#355177 #775b35

#355177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355177 Color CSS Codes

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

#355177 Text Font Color

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

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


#355177 Background Color

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

This div background color is #355177


#355177 Border Color

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

This div border color is #355177


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355177


Comments

No comments written yet.

Please login to write comment.