Color Hex Logo

#356781 Color Hex

#356781
(53,103,129)
0 Favorites   0 Comments

Color spaces of #356781

RGB 53103129
HSL0.560.420.36
HSV201°59°51°
CMYK 0.590.200.00   0.49
XYZ10.280912.042422.5514
Yxy12.04240.22910.2684
Hunter Lab34.7022-7.8462-14.2384
CIE-Lab41.2834-8.6789-19.5672

#356781 color RGB value is (53,103,129).

#356781 hex color red value is 53, green value is 103 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #356781 hue: 0.56 , saturation: 0.42 and the lightness value of 356781 is 0.36.

The process color (four color CMYK) of #356781 color hex is 0.59, 0.20, 0.00, 0.49. Web safe color of #356781 is #336699. Color #356781 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100111 10000001
Octal 65 147 201
Decimal 53 103 129
Hex 35 67 81

RGB Percentages of Color #356781

%18.60
%36.14
%45.26

CMYK Percentages of Color #356781

%59
%20
%0
%49

Triadic Colors of #356781

#356781 #813567 #678135

Analogous Colors of #356781

#356781 #354181 #358175

Monochromatic Colors of #356781

#356781

Complementary Color

#356781 #814f35

#356781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356781 Color CSS Codes

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

#356781 Text Font Color

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

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


#356781 Background Color

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

This div background color is #356781


#356781 Border Color

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

This div border color is #356781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356781


Comments

No comments written yet.

Please login to write comment.