Color Hex Logo

#355182 Color Hex

#355182
(53,81,130)
0 Favorites   0 Comments

Color spaces of #355182

RGB 5381130
HSL0.610.420.36
HSV218°59°51°
CMYK 0.590.380.00   0.49
XYZ8.43998.253422.2673
Yxy8.25340.21660.2118
Hunter Lab28.72872.1643-25.8449
CIE-Lab34.50515.3729-30.7549

#355182 color RGB value is (53,81,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 10000010
Octal 65 121 202
Decimal 53 81 130
Hex 35 51 82

RGB Percentages of Color #355182

%20.08
%30.68
%49.24

CMYK Percentages of Color #355182

%59
%38
%0
%49

Triadic Colors of #355182

#355182 #823551 #518235

Analogous Colors of #355182

#355182 #403582 #357882

Monochromatic Colors of #355182

#355182

Complementary Color

#355182 #826635

#355182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355182 Color CSS Codes

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

#355182 Text Font Color

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

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


#355182 Background Color

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

This div background color is #355182


#355182 Border Color

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

This div border color is #355182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355182


Comments

No comments written yet.

Please login to write comment.