Color Hex Logo

#355c6e Color Hex

#355C6E
(53,92,110)
0 Favorites   0 Comments

Color spaces of #355c6e

RGB 5392110
HSL0.550.350.32
HSV199°52°43°
CMYK 0.520.160.00   0.57
XYZ8.10989.537016.1652
Yxy9.53700.23980.2821
Hunter Lab30.8820-7.1684-9.4179
CIE-Lab36.9983-8.3204-14.5255

#355c6e color RGB value is (53,92,110).

#355c6e hex color red value is 53, green value is 92 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #355c6e hue: 0.55 , saturation: 0.35 and the lightness value of 355c6e is 0.32.

The process color (four color CMYK) of #355c6e color hex is 0.52, 0.16, 0.00, 0.57. Web safe color of #355c6e is #336666. Color #355c6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 01101110
Octal 65 134 156
Decimal 53 92 110
Hex 35 5C 6E

RGB Percentages of Color #355c6e

%20.78
%36.08
%43.14

CMYK Percentages of Color #355c6e

%52
%16
%0
%57

Triadic Colors of #355c6e

#355c6e #6e355c #5c6e35

Analogous Colors of #355c6e

#355c6e #35406e #356e64

Monochromatic Colors of #355c6e

#355c6e

Complementary Color

#355c6e #6e4735

#355c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#355c6e Color CSS Codes

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

#355c6e Text Font Color

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

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


#355c6e Background Color

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

This div background color is #355c6e


#355c6e Border Color

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

This div border color is #355c6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,92,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355c6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355c6e;
  -webkit-box-shadow: 1px 1px 3px 2px #355c6e;
  box-shadow:         1px 1px 3px 2px #355c6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355c6e


Comments

No comments written yet.

Please login to write comment.