Color Hex Logo

#355176 Color Hex

#355176
(53,81,118)
0 Favorites   0 Comments

Color spaces of #355176

RGB 5381118
HSL0.590.380.34
HSV214°55°46°
CMYK 0.550.310.00   0.54
XYZ7.68067.949718.2692
Yxy7.94970.22660.2345
Hunter Lab28.1952-0.7168-18.6805
CIE-Lab33.87791.1758-24.3140

#355176 color RGB value is (53,81,118).

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

The process color (four color CMYK) of #355176 color hex is 0.55, 0.31, 0.00, 0.54. Web safe color of #355176 is #336666. Color #355176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01110110
Octal 65 121 166
Decimal 53 81 118
Hex 35 51 76

RGB Percentages of Color #355176

%21.03
%32.14
%46.83

CMYK Percentages of Color #355176

%55
%31
%0
%54

Triadic Colors of #355176

#355176 #763551 #517635

Analogous Colors of #355176

#355176 #3a3576 #357276

Monochromatic Colors of #355176

#355176

Complementary Color

#355176 #765a35

#355176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355176 Color CSS Codes

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

#355176 Text Font Color

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

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


#355176 Background Color

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

This div background color is #355176


#355176 Border Color

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

This div border color is #355176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355176


Comments

No comments written yet.

Please login to write comment.