Color Hex Logo

#355061 Color Hex

#355061
(53,80,97)
0 Favorites   0 Comments

Color spaces of #355061

RGB 538097
HSL0.560.290.29
HSV203°45°38°
CMYK 0.450.180.00   0.62
XYZ6.49457.357312.3871
Yxy7.35730.24750.2804
Hunter Lab27.1243-4.7286-8.0894
CIE-Lab32.6069-5.1006-13.1046

#355061 color RGB value is (53,80,97).

#355061 hex color red value is 53, green value is 80 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #355061 hue: 0.56 , saturation: 0.29 and the lightness value of 355061 is 0.29.

The process color (four color CMYK) of #355061 color hex is 0.45, 0.18, 0.00, 0.62. Web safe color of #355061 is #336666. Color #355061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010000 01100001
Octal 65 120 141
Decimal 53 80 97
Hex 35 50 61

RGB Percentages of Color #355061

%23.04
%34.78
%42.17

CMYK Percentages of Color #355061

%45
%18
%0
%62

Triadic Colors of #355061

#355061 #613550 #506135

Analogous Colors of #355061

#355061 #353a61 #35615c

Monochromatic Colors of #355061

#355061

Complementary Color

#355061 #614635

#355061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355061 Color CSS Codes

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

#355061 Text Font Color

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

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


#355061 Background Color

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

This div background color is #355061


#355061 Border Color

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

This div border color is #355061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355061


Comments

No comments written yet.

Please login to write comment.