Color Hex Logo

#355376 Color Hex

#355376
(53,83,118)
0 Favorites   0 Comments

Color spaces of #355376

RGB 5383118
HSL0.590.380.34
HSV212°55°46°
CMYK 0.550.300.00   0.54
XYZ7.83158.251418.3195
Yxy8.25140.22760.2398
Hunter Lab28.7253-1.6039-17.7045
CIE-Lab34.5011-0.1037-23.3407

#355376 color RGB value is (53,83,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 01110110
Octal 65 123 166
Decimal 53 83 118
Hex 35 53 76

RGB Percentages of Color #355376

%20.87
%32.68
%46.46

CMYK Percentages of Color #355376

%55
%30
%0
%54

Triadic Colors of #355376

#355376 #763553 #537635

Analogous Colors of #355376

#355376 #383576 #357476

Monochromatic Colors of #355376

#355376

Complementary Color

#355376 #765835

#355376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355376 Color CSS Codes

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

#355376 Text Font Color

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

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


#355376 Background Color

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

This div background color is #355376


#355376 Border Color

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

This div border color is #355376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355376


Comments

No comments written yet.

Please login to write comment.