Color Hex Logo

#355270 Color Hex

#355270
(53,82,112)
0 Favorites   0 Comments

Color spaces of #355270

RGB 5382112
HSL0.580.360.32
HSV211°53°44°
CMYK 0.530.270.00   0.56
XYZ7.41017.961316.4754
Yxy7.96130.23270.2500
Hunter Lab28.2158-2.4995-14.8688
CIE-Lab33.9022-1.4968-20.5368

#355270 color RGB value is (53,82,112).

#355270 hex color red value is 53, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #355270 hue: 0.58 , saturation: 0.36 and the lightness value of 355270 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010010 01110000
Octal 65 122 160
Decimal 53 82 112
Hex 35 52 70

RGB Percentages of Color #355270

%21.46
%33.20
%45.34

CMYK Percentages of Color #355270

%53
%27
%0
%56

Triadic Colors of #355270

#355270 #703552 #527035

Analogous Colors of #355270

#355270 #363570 #357070

Monochromatic Colors of #355270

#355270

Complementary Color

#355270 #705335

#355270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355270 Color CSS Codes

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

#355270 Text Font Color

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

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


#355270 Background Color

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

This div background color is #355270


#355270 Border Color

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

This div border color is #355270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355270


Comments

No comments written yet.

Please login to write comment.