Color Hex Logo

#35569e Color Hex

#35569E
(53,86,158)
0 Favorites   0 Comments

Color spaces of #35569e

RGB 5386158
HSL0.610.500.41
HSV221°66°62°
CMYK 0.660.460.00   0.38
XYZ10.96759.881133.6769
Yxy9.88110.20110.1812
Hunter Lab31.43427.2693-41.5161
CIE-Lab37.628212.2660-42.7928

#35569e color RGB value is (53,86,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 10011110
Octal 65 126 236
Decimal 53 86 158
Hex 35 56 9E

RGB Percentages of Color #35569e

%17.85
%28.96
%53.20

CMYK Percentages of Color #35569e

%66
%46
%0
%38

Triadic Colors of #35569e

#35569e #9e3556 #569e35

Analogous Colors of #35569e

#35569e #48359e #358b9e

Monochromatic Colors of #35569e

#35569e

Complementary Color

#35569e #9e7d35

#35569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35569e Color CSS Codes

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

#35569e Text Font Color

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

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


#35569e Background Color

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

This div background color is #35569e


#35569e Border Color

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

This div border color is #35569e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35569e


Comments

No comments written yet.

Please login to write comment.