Color Hex Logo

#35636e Color Hex

#35636E
(53,99,110)
0 Favorites   0 Comments

Color spaces of #35636e

RGB 5399110
HSL0.530.350.32
HSV192°52°43°
CMYK 0.520.100.00   0.57
XYZ8.744510.806416.3768
Yxy10.80640.24340.3008
Hunter Lab32.8731-10.0455-6.5261
CIE-Lab39.2525-12.4378-11.0991

#35636e color RGB value is (53,99,110).

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

The process color (four color CMYK) of #35636e color hex is 0.52, 0.10, 0.00, 0.57. Web safe color of #35636e is #336666. Color #35636e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 01101110
Octal 65 143 156
Decimal 53 99 110
Hex 35 63 6E

RGB Percentages of Color #35636e

%20.23
%37.79
%41.98

CMYK Percentages of Color #35636e

%52
%10
%0
%57

Triadic Colors of #35636e

#35636e #6e3563 #636e35

Analogous Colors of #35636e

#35636e #35476e #356e5d

Monochromatic Colors of #35636e

#35636e

Complementary Color

#35636e #6e4035

#35636e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35636e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35636e Color CSS Codes

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

#35636e Text Font Color

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

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


#35636e Background Color

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

This div background color is #35636e


#35636e Border Color

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

This div border color is #35636e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35636e


Comments

No comments written yet.

Please login to write comment.