Color Hex Logo

#35495e Color Hex

#35495E
(53,73,94)
0 Favorites   0 Comments

Color spaces of #35495e

RGB 537394
HSL0.590.280.29
HSV211°44°37°
CMYK 0.440.220.00   0.63
XYZ5.87116.330111.5021
Yxy6.33010.24770.2671
Hunter Lab25.1597-2.3759-9.4935
CIE-Lab30.2305-1.6191-14.8367

#35495e color RGB value is (53,73,94).

#35495e hex color red value is 53, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #35495e hue: 0.59 , saturation: 0.28 and the lightness value of 35495e is 0.29.

The process color (four color CMYK) of #35495e color hex is 0.44, 0.22, 0.00, 0.63. Web safe color of #35495e is #333366. Color #35495e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 01011110
Octal 65 111 136
Decimal 53 73 94
Hex 35 49 5E

RGB Percentages of Color #35495e

%24.09
%33.18
%42.73

CMYK Percentages of Color #35495e

%44
%22
%0
%63

Triadic Colors of #35495e

#35495e #5e3549 #495e35

Analogous Colors of #35495e

#35495e #36355e #355e5e

Monochromatic Colors of #35495e

#35495e

Complementary Color

#35495e #5e4a35

#35495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35495e Color CSS Codes

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

#35495e Text Font Color

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

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


#35495e Background Color

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

This div background color is #35495e


#35495e Border Color

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

This div border color is #35495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35495e


Comments

No comments written yet.

Please login to write comment.