Color Hex Logo

#356178 Color Hex

#356178
(53,97,120)
0 Favorites   0 Comments

Color spaces of #356178

RGB 5397120
HSL0.560.390.34
HSV201°56°47°
CMYK 0.560.190.00   0.53
XYZ9.133110.662319.3460
Yxy10.66230.23330.2724
Hunter Lab32.6532-7.2166-12.2703
CIE-Lab39.0058-8.0792-17.5989

#356178 color RGB value is (53,97,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100001 01111000
Octal 65 141 170
Decimal 53 97 120
Hex 35 61 78

RGB Percentages of Color #356178

%19.63
%35.93
%44.44

CMYK Percentages of Color #356178

%56
%19
%0
%53

Triadic Colors of #356178

#356178 #783561 #617835

Analogous Colors of #356178

#356178 #354078 #35786e

Monochromatic Colors of #356178

#356178

Complementary Color

#356178 #784c35

#356178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356178 Color CSS Codes

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

#356178 Text Font Color

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

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


#356178 Background Color

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

This div background color is #356178


#356178 Border Color

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

This div border color is #356178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356178


Comments

No comments written yet.

Please login to write comment.