Color Hex Logo

#355877 Color Hex

#355877
(53,88,119)
0 Favorites   0 Comments

Color spaces of #355877

RGB 5388119
HSL0.580.380.34
HSV208°55°47°
CMYK 0.550.260.00   0.53
XYZ8.28779.068218.7663
Yxy9.06820.22940.2510
Hunter Lab30.1135-3.5725-15.8693
CIE-Lab36.1153-2.9163-21.4481

#355877 color RGB value is (53,88,119).

#355877 hex color red value is 53, green value is 88 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #355877 hue: 0.58 , saturation: 0.38 and the lightness value of 355877 is 0.34.

The process color (four color CMYK) of #355877 color hex is 0.55, 0.26, 0.00, 0.53. Web safe color of #355877 is #336666. Color #355877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 01110111
Octal 65 130 167
Decimal 53 88 119
Hex 35 58 77

RGB Percentages of Color #355877

%20.38
%33.85
%45.77

CMYK Percentages of Color #355877

%55
%26
%0
%53

Triadic Colors of #355877

#355877 #773558 #587735

Analogous Colors of #355877

#355877 #353777 #357775

Monochromatic Colors of #355877

#355877

Complementary Color

#355877 #775435

#355877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355877 Color CSS Codes

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

#355877 Text Font Color

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

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


#355877 Background Color

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

This div background color is #355877


#355877 Border Color

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

This div border color is #355877


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,88,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355877; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355877;
  -webkit-box-shadow: 1px 1px 3px 2px #355877;
  box-shadow:         1px 1px 3px 2px #355877; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355877


Comments

No comments written yet.

Please login to write comment.