Color Hex Logo

#355672 Color Hex

#355672
(53,86,114)
0 Favorites   0 Comments

Color spaces of #355672

RGB 5386114
HSL0.580.370.33
HSV208°54°45°
CMYK 0.540.250.00   0.55
XYZ7.83328.627417.1720
Yxy8.62740.23290.2565
Hunter Lab29.3724-3.7984-14.1020
CIE-Lab35.2568-3.3454-19.6826

#355672 color RGB value is (53,86,114).

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

The process color (four color CMYK) of #355672 color hex is 0.54, 0.25, 0.00, 0.55. Web safe color of #355672 is #336666. Color #355672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 01110010
Octal 65 126 162
Decimal 53 86 114
Hex 35 56 72

RGB Percentages of Color #355672

%20.95
%33.99
%45.06

CMYK Percentages of Color #355672

%54
%25
%0
%55

Triadic Colors of #355672

#355672 #723556 #567235

Analogous Colors of #355672

#355672 #353872 #357270

Monochromatic Colors of #355672

#355672

Complementary Color

#355672 #725135

#355672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355672 Color CSS Codes

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

#355672 Text Font Color

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

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


#355672 Background Color

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

This div background color is #355672


#355672 Border Color

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

This div border color is #355672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355672


Comments

No comments written yet.

Please login to write comment.