Color Hex Logo

#35729f Color Hex

#35729F
(53,114,159)
0 Favorites   0 Comments

Color spaces of #35729f

RGB 53114159
HSL0.570.500.42
HSV205°67°62°
CMYK 0.670.280.00   0.38
XYZ13.743515.294735.0287
Yxy15.29470.21450.2387
Hunter Lab39.1084-5.7112-25.7290
CIE-Lab46.0352-4.9574-30.0840

#35729f color RGB value is (53,114,159).

#35729f hex color red value is 53, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #35729f hue: 0.57 , saturation: 0.50 and the lightness value of 35729f is 0.42.

The process color (four color CMYK) of #35729f color hex is 0.67, 0.28, 0.00, 0.38. Web safe color of #35729f is #336699. Color #35729f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110010 10011111
Octal 65 162 237
Decimal 53 114 159
Hex 35 72 9F

RGB Percentages of Color #35729f

%16.26
%34.97
%48.77

CMYK Percentages of Color #35729f

%67
%28
%0
%38

Triadic Colors of #35729f

#35729f #9f3572 #729f35

Analogous Colors of #35729f

#35729f #353d9f #359f97

Monochromatic Colors of #35729f

#35729f

Complementary Color

#35729f #9f6235

#35729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35729f Color CSS Codes

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

#35729f Text Font Color

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

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


#35729f Background Color

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

This div background color is #35729f


#35729f Border Color

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

This div border color is #35729f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35729f


Comments

No comments written yet.

Please login to write comment.