Color Hex Logo

#355170 Color Hex

#355170
(53,81,112)
0 Favorites   0 Comments

Color spaces of #355170

RGB 5381112
HSL0.590.360.32
HSV212°53°44°
CMYK 0.530.280.00   0.56
XYZ7.33537.811616.4504
Yxy7.81160.23210.2472
Hunter Lab27.9492-2.0637-15.3325
CIE-Lab33.5874-0.8613-21.0255

#355170 color RGB value is (53,81,112).

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

The process color (four color CMYK) of #355170 color hex is 0.53, 0.28, 0.00, 0.56. Web safe color of #355170 is #336666. Color #355170 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01110000
Octal 65 121 160
Decimal 53 81 112
Hex 35 51 70

RGB Percentages of Color #355170

%21.54
%32.93
%45.53

CMYK Percentages of Color #355170

%53
%28
%0
%56

Triadic Colors of #355170

#355170 #703551 #517035

Analogous Colors of #355170

#355170 #373570 #356f70

Monochromatic Colors of #355170

#355170

Complementary Color

#355170 #705435

#355170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355170 Color CSS Codes

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

#355170 Text Font Color

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

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


#355170 Background Color

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

This div background color is #355170


#355170 Border Color

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

This div border color is #355170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355170


Comments

No comments written yet.

Please login to write comment.