Color Hex Logo

#355e6e Color Hex

#355E6E
(53,94,110)
0 Favorites   0 Comments

Color spaces of #355e6e

RGB 5394110
HSL0.550.350.32
HSV197°52°43°
CMYK 0.520.150.00   0.57
XYZ8.28549.888116.2238
Yxy9.88810.24090.2875
Hunter Lab31.4453-7.9972-8.5781
CIE-Lab37.6408-9.5126-13.5455

#355e6e color RGB value is (53,94,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 01101110
Octal 65 136 156
Decimal 53 94 110
Hex 35 5E 6E

RGB Percentages of Color #355e6e

%20.62
%36.58
%42.80

CMYK Percentages of Color #355e6e

%52
%15
%0
%57

Triadic Colors of #355e6e

#355e6e #6e355e #5e6e35

Analogous Colors of #355e6e

#355e6e #35426e #356e62

Monochromatic Colors of #355e6e

#355e6e

Complementary Color

#355e6e #6e4535

#355e6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355e6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#355e6e Color CSS Codes

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

#355e6e Text Font Color

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

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


#355e6e Background Color

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

This div background color is #355e6e


#355e6e Border Color

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

This div border color is #355e6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355e6e


Comments

No comments written yet.

Please login to write comment.