Color Hex Logo

#35839e Color Hex

#35839E
(53,131,158)
0 Favorites   0 Comments

Color spaces of #35839e

RGB 53131158
HSL0.540.500.41
HSV195°66°62°
CMYK 0.660.170.00   0.38
XYZ15.756119.458135.2731
Yxy19.45810.22350.2761
Hunter Lab44.1113-13.4365-16.5326
CIE-Lab51.2189-15.0695-21.4646

#35839e color RGB value is (53,131,158).

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

The process color (four color CMYK) of #35839e color hex is 0.66, 0.17, 0.00, 0.38. Web safe color of #35839e is #339999. Color #35839e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 10011110
Octal 65 203 236
Decimal 53 131 158
Hex 35 83 9E

RGB Percentages of Color #35839e

%15.50
%38.30
%46.20

CMYK Percentages of Color #35839e

%66
%17
%0
%38

Triadic Colors of #35839e

#35839e #9e3583 #839e35

Analogous Colors of #35839e

#35839e #354e9e #359e85

Monochromatic Colors of #35839e

#35839e

Complementary Color

#35839e #9e5035

#35839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35839e Color CSS Codes

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

#35839e Text Font Color

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

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


#35839e Background Color

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

This div background color is #35839e


#35839e Border Color

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

This div border color is #35839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35839e


Comments

No comments written yet.

Please login to write comment.