Color Hex Logo

#356873 Color Hex

#356873
(53,104,115)
0 Favorites   0 Comments

Color spaces of #356873

RGB 53104115
HSL0.530.370.33
HSV191°54°45°
CMYK 0.540.100.00   0.55
XYZ9.513011.895318.0143
Yxy11.89530.24130.3017
Hunter Lab34.4896-11.1224-6.8252
CIE-Lab41.0492-13.7549-11.4342

#356873 color RGB value is (53,104,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 01110011
Octal 65 150 163
Decimal 53 104 115
Hex 35 68 73

RGB Percentages of Color #356873

%19.49
%38.24
%42.28

CMYK Percentages of Color #356873

%54
%10
%0
%55

Triadic Colors of #356873

#356873 #733568 #687335

Analogous Colors of #356873

#356873 #354973 #35735f

Monochromatic Colors of #356873

#356873

Complementary Color

#356873 #734035

#356873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356873 Color CSS Codes

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

#356873 Text Font Color

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

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


#356873 Background Color

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

This div background color is #356873


#356873 Border Color

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

This div border color is #356873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356873


Comments

No comments written yet.

Please login to write comment.