Color Hex Logo

#356485 Color Hex

#356485
(53,100,133)
0 Favorites   0 Comments

Color spaces of #356485

RGB 53100133
HSL0.570.430.36
HSV205°60°52°
CMYK 0.600.250.00   0.48
XYZ10.259011.564723.8818
Yxy11.56470.22450.2530
Hunter Lab34.0069-5.6633-17.8323
CIE-Lab40.5157-5.5392-23.1734

#356485 color RGB value is (53,100,133).

#356485 hex color red value is 53, green value is 100 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #356485 hue: 0.57 , saturation: 0.43 and the lightness value of 356485 is 0.36.

The process color (four color CMYK) of #356485 color hex is 0.60, 0.25, 0.00, 0.48. Web safe color of #356485 is #336699. Color #356485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10000101
Octal 65 144 205
Decimal 53 100 133
Hex 35 64 85

RGB Percentages of Color #356485

%18.53
%34.97
%46.50

CMYK Percentages of Color #356485

%60
%25
%0
%48

Triadic Colors of #356485

#356485 #853564 #648535

Analogous Colors of #356485

#356485 #353c85 #35857e

Monochromatic Colors of #356485

#356485

Complementary Color

#356485 #855635

#356485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356485 Color CSS Codes

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

#356485 Text Font Color

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

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


#356485 Background Color

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

This div background color is #356485


#356485 Border Color

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

This div border color is #356485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356485


Comments

No comments written yet.

Please login to write comment.