Color Hex Logo

#35517f Color Hex

#35517F
(53,81,127)
0 Favorites   0 Comments

Color spaces of #35517f

RGB 5381127
HSL0.600.410.35
HSV217°58°50°
CMYK 0.580.360.00   0.50
XYZ8.24148.174021.2221
Yxy8.17400.21900.2172
Hunter Lab28.59021.4215-23.9970
CIE-Lab34.34274.3106-29.1617

#35517f color RGB value is (53,81,127).

#35517f hex color red value is 53, green value is 81 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #35517f hue: 0.60 , saturation: 0.41 and the lightness value of 35517f is 0.35.

The process color (four color CMYK) of #35517f color hex is 0.58, 0.36, 0.00, 0.50. Web safe color of #35517f is #336666. Color #35517f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01111111
Octal 65 121 177
Decimal 53 81 127
Hex 35 51 7F

RGB Percentages of Color #35517f

%20.31
%31.03
%48.66

CMYK Percentages of Color #35517f

%58
%36
%0
%50

Triadic Colors of #35517f

#35517f #7f3551 #517f35

Analogous Colors of #35517f

#35517f #3e357f #35767f

Monochromatic Colors of #35517f

#35517f

Complementary Color

#35517f #7f6335

#35517f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35517f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35517f Color CSS Codes

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

#35517f Text Font Color

<p style="color:#35517f">Text here</p>

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


#35517f Background Color

<div style="background-color:#35517f">
Div content here</div>

This div background color is #35517f


#35517f Border Color

<div style="border:3px solid #35517f">
Div here</div>

This div border color is #35517f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,81,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35517f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35517f;
  -webkit-box-shadow: 1px 1px 3px 2px #35517f;
  box-shadow:         1px 1px 3px 2px #35517f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35517f


Comments

No comments written yet.

Please login to write comment.