Color Hex Logo

#356591 Color Hex

#356591
(53,101,145)
0 Favorites   0 Comments

Color spaces of #356591

RGB 53101145
HSL0.580.460.39
HSV209°63°57°
CMYK 0.630.300.00   0.43
XYZ11.232712.108628.5332
Yxy12.10860.21650.2334
Hunter Lab34.7974-3.2752-24.2585
CIE-Lab41.3882-1.9946-29.0401

#356591 color RGB value is (53,101,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 10010001
Octal 65 145 221
Decimal 53 101 145
Hex 35 65 91

RGB Percentages of Color #356591

%17.73
%33.78
%48.49

CMYK Percentages of Color #356591

%63
%30
%0
%43

Triadic Colors of #356591

#356591 #913565 #659135

Analogous Colors of #356591

#356591 #353791 #35918f

Monochromatic Colors of #356591

#356591

Complementary Color

#356591 #916135

#356591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356591 Color CSS Codes

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

#356591 Text Font Color

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

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


#356591 Background Color

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

This div background color is #356591


#356591 Border Color

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

This div border color is #356591


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,101,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 #356591">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356591


Comments

No comments written yet.

Please login to write comment.