Color Hex Logo

#355079 Color Hex

#355079
(53,80,121)
0 Favorites   0 Comments

Color spaces of #355079

RGB 5380121
HSL0.600.390.34
HSV216°56°47°
CMYK 0.560.340.00   0.53
XYZ7.78807.874719.1987
Yxy7.87470.22340.2259
Hunter Lab28.06190.4307-20.9203
CIE-Lab33.72062.8569-26.4252

#355079 color RGB value is (53,80,121).

#355079 hex color red value is 53, green value is 80 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #355079 hue: 0.60 , saturation: 0.39 and the lightness value of 355079 is 0.34.

The process color (four color CMYK) of #355079 color hex is 0.56, 0.34, 0.00, 0.53. Web safe color of #355079 is #336666. Color #355079 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01111001
Octal 65 120 171
Decimal 53 80 121
Hex 35 50 79

RGB Percentages of Color #355079

%20.87
%31.50
%47.64

CMYK Percentages of Color #355079

%56
%34
%0
%53

Triadic Colors of #355079

#355079 #793550 #507935

Analogous Colors of #355079

#355079 #3c3579 #357279

Monochromatic Colors of #355079

#355079

Complementary Color

#355079 #795e35

#355079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355079 Color CSS Codes

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

#355079 Text Font Color

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

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


#355079 Background Color

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

This div background color is #355079


#355079 Border Color

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

This div border color is #355079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355079


Comments

No comments written yet.

Please login to write comment.