Color Hex Logo

#35465e Color Hex

#35465E
(53,70,94)
2 Favorites   0 Comments

Color spaces of #35465e

RGB 537094
HSL0.600.280.29
HSV215°44°37°
CMYK 0.440.260.00   0.63
XYZ5.67875.945411.4379
Yxy5.94540.24620.2578
Hunter Lab24.3832-1.0990-10.7441
CIE-Lab29.27430.3192-16.3090

#35465e color RGB value is (53,70,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 01011110
Octal 65 106 136
Decimal 53 70 94
Hex 35 46 5E

RGB Percentages of Color #35465e

%24.42
%32.26
%43.32

CMYK Percentages of Color #35465e

%44
%26
%0
%63

Triadic Colors of #35465e

#35465e #5e3546 #465e35

Analogous Colors of #35465e

#35465e #39355e #355b5e

Monochromatic Colors of #35465e

#35465e

Complementary Color

#35465e #5e4d35

#35465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35465e Color CSS Codes

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

#35465e Text Font Color

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

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


#35465e Background Color

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

This div background color is #35465e


#35465e Border Color

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

This div border color is #35465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35465e

#35465e Color Palettes


Comments

No comments written yet.

Please login to write comment.