Color Hex Logo

#355373 Color Hex

#355373
(53,83,115)
0 Favorites   0 Comments

Color spaces of #355373

RGB 5383115
HSL0.590.370.33
HSV211°54°45°
CMYK 0.540.280.00   0.55
XYZ7.65608.181217.3953
Yxy8.18120.23040.2462
Hunter Lab28.6028-2.2765-16.0363
CIE-Lab34.3574-1.1222-21.6995

#355373 color RGB value is (53,83,115).

#355373 hex color red value is 53, green value is 83 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #355373 hue: 0.59 , saturation: 0.37 and the lightness value of 355373 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 01110011
Octal 65 123 163
Decimal 53 83 115
Hex 35 53 73

RGB Percentages of Color #355373

%21.12
%33.07
%45.82

CMYK Percentages of Color #355373

%54
%28
%0
%55

Triadic Colors of #355373

#355373 #733553 #537335

Analogous Colors of #355373

#355373 #363573 #357273

Monochromatic Colors of #355373

#355373

Complementary Color

#355373 #735535

#355373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355373 Color CSS Codes

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

#355373 Text Font Color

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

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


#355373 Background Color

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

This div background color is #355373


#355373 Border Color

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

This div border color is #355373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355373


Comments

No comments written yet.

Please login to write comment.