Color Hex Logo

#356491 Color Hex

#356491
(53,100,145)
0 Favorites   0 Comments

Color spaces of #356491

RGB 53100145
HSL0.580.460.39
HSV209°63°57°
CMYK 0.630.310.00   0.43
XYZ11.136211.915628.5011
Yxy11.91560.21600.2311
Hunter Lab34.5190-2.8222-24.7904
CIE-Lab41.0817-1.3780-29.5206

#356491 color RGB value is (53,100,145).

#356491 hex color red value is 53, green value is 100 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #356491 hue: 0.58 , saturation: 0.46 and the lightness value of 356491 is 0.39.

The process color (four color CMYK) of #356491 color hex is 0.63, 0.31, 0.00, 0.43. Web safe color of #356491 is #336699. Color #356491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 10010001
Octal 65 144 221
Decimal 53 100 145
Hex 35 64 91

RGB Percentages of Color #356491

%17.79
%33.56
%48.66

CMYK Percentages of Color #356491

%63
%31
%0
%43

Triadic Colors of #356491

#356491 #913564 #649135

Analogous Colors of #356491

#356491 #353691 #359190

Monochromatic Colors of #356491

#356491

Complementary Color

#356491 #916235

#356491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356491 Color CSS Codes

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

#356491 Text Font Color

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

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


#356491 Background Color

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

This div background color is #356491


#356491 Border Color

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

This div border color is #356491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356491


Comments

No comments written yet.

Please login to write comment.