Color Hex Logo

#35739e Color Hex

#35739E
(53,115,158)
0 Favorites   0 Comments

Color spaces of #35739e

RGB 53115158
HSL0.570.500.41
HSV205°66°62°
CMYK 0.660.270.00   0.38
XYZ13.770515.487034.6113
Yxy15.48700.21560.2425
Hunter Lab39.3535-6.4083-24.5979
CIE-Lab46.2941-5.9017-29.0911

#35739e color RGB value is (53,115,158).

#35739e hex color red value is 53, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #35739e hue: 0.57 , saturation: 0.50 and the lightness value of 35739e is 0.41.

The process color (four color CMYK) of #35739e color hex is 0.66, 0.27, 0.00, 0.38. Web safe color of #35739e is #336699. Color #35739e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110011 10011110
Octal 65 163 236
Decimal 53 115 158
Hex 35 73 9E

RGB Percentages of Color #35739e

%16.26
%35.28
%48.47

CMYK Percentages of Color #35739e

%66
%27
%0
%38

Triadic Colors of #35739e

#35739e #9e3573 #739e35

Analogous Colors of #35739e

#35739e #353e9e #359e95

Monochromatic Colors of #35739e

#35739e

Complementary Color

#35739e #9e6035

#35739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35739e Color CSS Codes

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

#35739e Text Font Color

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

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


#35739e Background Color

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

This div background color is #35739e


#35739e Border Color

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

This div border color is #35739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35739e


Comments

No comments written yet.

Please login to write comment.