Color Hex Logo

#35495c Color Hex

#35495C
(53,73,92)
0 Favorites   0 Comments

Color spaces of #35495c

RGB 537392
HSL0.580.270.28
HSV209°42°36°
CMYK 0.420.210.00   0.64
XYZ5.78256.294711.0354
Yxy6.29470.25020.2723
Hunter Lab25.0892-2.7660-8.5160
CIE-Lab30.1441-2.2462-13.6891

#35495c color RGB value is (53,73,92).

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

The process color (four color CMYK) of #35495c color hex is 0.42, 0.21, 0.00, 0.64. Web safe color of #35495c is #333366. Color #35495c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 01011100
Octal 65 111 134
Decimal 53 73 92
Hex 35 49 5C

RGB Percentages of Color #35495c

%24.31
%33.49
%42.20

CMYK Percentages of Color #35495c

%42
%21
%0
%64

Triadic Colors of #35495c

#35495c #5c3549 #495c35

Analogous Colors of #35495c

#35495c #35365c #355c5c

Monochromatic Colors of #35495c

#35495c

Complementary Color

#35495c #5c4835

#35495c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35495c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35495c Color CSS Codes

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

#35495c Text Font Color

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

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


#35495c Background Color

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

This div background color is #35495c


#35495c Border Color

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

This div border color is #35495c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35495c


Comments

No comments written yet.

Please login to write comment.