Color Hex Logo

#35507e Color Hex

#35507E
(53,80,126)
0 Favorites   0 Comments

Color spaces of #35507e

RGB 5380126
HSL0.610.410.35
HSV218°58°49°
CMYK 0.580.370.00   0.51
XYZ8.10288.000620.8559
Yxy8.00060.21920.2165
Hunter Lab28.28531.6349-23.9171
CIE-Lab33.98414.6083-29.1090

#35507e color RGB value is (53,80,126).

#35507e hex color red value is 53, green value is 80 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35507e hue: 0.61 , saturation: 0.41 and the lightness value of 35507e is 0.35.

The process color (four color CMYK) of #35507e color hex is 0.58, 0.37, 0.00, 0.51. Web safe color of #35507e is #336666. Color #35507e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01111110
Octal 65 120 176
Decimal 53 80 126
Hex 35 50 7E

RGB Percentages of Color #35507e

%20.46
%30.89
%48.65

CMYK Percentages of Color #35507e

%58
%37
%0
%51

Triadic Colors of #35507e

#35507e #7e3550 #507e35

Analogous Colors of #35507e

#35507e #3f357e #35757e

Monochromatic Colors of #35507e

#35507e

Complementary Color

#35507e #7e6335

#35507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35507e Color CSS Codes

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

#35507e Text Font Color

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

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


#35507e Background Color

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

This div background color is #35507e


#35507e Border Color

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

This div border color is #35507e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35507e


Comments

No comments written yet.

Please login to write comment.