Color Hex Logo

#355080 Color Hex

#355080
(53,80,128)
0 Favorites   0 Comments

Color spaces of #355080

RGB 5380128
HSL0.610.410.35
HSV218°59°50°
CMYK 0.590.380.00   0.50
XYZ8.23318.052721.5425
Yxy8.05270.21760.2129
Hunter Lab28.37732.1280-25.1457
CIE-Lab34.09245.3150-30.1739

#355080 color RGB value is (53,80,128).

#355080 hex color red value is 53, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #355080 hue: 0.61 , saturation: 0.41 and the lightness value of 355080 is 0.35.

The process color (four color CMYK) of #355080 color hex is 0.59, 0.38, 0.00, 0.50. Web safe color of #355080 is #336699. Color #355080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 10000000
Octal 65 120 200
Decimal 53 80 128
Hex 35 50 80

RGB Percentages of Color #355080

%20.31
%30.65
%49.04

CMYK Percentages of Color #355080

%59
%38
%0
%50

Triadic Colors of #355080

#355080 #803550 #508035

Analogous Colors of #355080

#355080 #403580 #357680

Monochromatic Colors of #355080

#355080

Complementary Color

#355080 #806535

#355080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355080 Color CSS Codes

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

#355080 Text Font Color

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

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


#355080 Background Color

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

This div background color is #355080


#355080 Border Color

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

This div border color is #355080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355080


Comments

No comments written yet.

Please login to write comment.