Color Hex Logo

#355671 Color Hex

#355671
(53,86,113)
0 Favorites   0 Comments

Color spaces of #355671

RGB 5386113
HSL0.580.360.33
HSV207°53°44°
CMYK 0.530.240.00   0.56
XYZ7.77668.604716.8738
Yxy8.60470.23380.2587
Hunter Lab29.3338-4.0124-13.5720
CIE-Lab35.2118-3.6768-19.1310

#355671 color RGB value is (53,86,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 01110001
Octal 65 126 161
Decimal 53 86 113
Hex 35 56 71

RGB Percentages of Color #355671

%21.03
%34.13
%44.84

CMYK Percentages of Color #355671

%53
%24
%0
%56

Triadic Colors of #355671

#355671 #713556 #567135

Analogous Colors of #355671

#355671 #353871 #35716e

Monochromatic Colors of #355671

#355671

Complementary Color

#355671 #715035

#355671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355671 Color CSS Codes

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

#355671 Text Font Color

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

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


#355671 Background Color

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

This div background color is #355671


#355671 Border Color

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

This div border color is #355671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355671


Comments

No comments written yet.

Please login to write comment.