Color Hex Logo

#35495a Color Hex

#35495A
(53,73,90)
0 Favorites   0 Comments

Color spaces of #35495a

RGB 537390
HSL0.580.260.28
HSV208°41°35°
CMYK 0.410.190.00   0.65
XYZ5.69626.260210.5810
Yxy6.26020.25270.2778
Hunter Lab25.0204-3.1480-7.5592
CIE-Lab30.0597-2.8654-12.5369

#35495a color RGB value is (53,73,90).

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

The process color (four color CMYK) of #35495a color hex is 0.41, 0.19, 0.00, 0.65. Web safe color of #35495a is #333366. Color #35495a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 01011010
Octal 65 111 132
Decimal 53 73 90
Hex 35 49 5A

RGB Percentages of Color #35495a

%24.54
%33.80
%41.67

CMYK Percentages of Color #35495a

%41
%19
%0
%65

Triadic Colors of #35495a

#35495a #5a3549 #495a35

Analogous Colors of #35495a

#35495a #35375a #355a59

Monochromatic Colors of #35495a

#35495a

Complementary Color

#35495a #5a4635

#35495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#35495a Color CSS Codes

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

#35495a Text Font Color

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

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


#35495a Background Color

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

This div background color is #35495a


#35495a Border Color

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

This div border color is #35495a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35495a


Comments

No comments written yet.

Please login to write comment.