Color Hex Logo

#355782 Color Hex

#355782
(53,87,130)
0 Favorites   0 Comments

Color spaces of #355782

RGB 5387130
HSL0.590.420.36
HSV214°59°51°
CMYK 0.590.330.00   0.49
XYZ8.90579.185022.4226
Yxy9.18500.21980.2267
Hunter Lab30.3068-0.5843-22.6512
CIE-Lab36.33811.5028-27.8679

#355782 color RGB value is (53,87,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 10000010
Octal 65 127 202
Decimal 53 87 130
Hex 35 57 82

RGB Percentages of Color #355782

%19.63
%32.22
%48.15

CMYK Percentages of Color #355782

%59
%33
%0
%49

Triadic Colors of #355782

#355782 #823557 #578235

Analogous Colors of #355782

#355782 #3a3582 #357e82

Monochromatic Colors of #355782

#355782

Complementary Color

#355782 #826035

#355782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355782 Color CSS Codes

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

#355782 Text Font Color

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

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


#355782 Background Color

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

This div background color is #355782


#355782 Border Color

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

This div border color is #355782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355782


Comments

No comments written yet.

Please login to write comment.