Color Hex Logo

#355290 Color Hex

#355290
(53,82,144)
0 Favorites   0 Comments

Color spaces of #355290

RGB 5382144
HSL0.610.460.39
HSV221°63°56°
CMYK 0.630.430.00   0.44
XYZ9.51958.805127.5834
Yxy8.80510.20740.1918
Hunter Lab29.67345.3360-34.3426
CIE-Lab35.60639.7589-37.5728

#355290 color RGB value is (53,82,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010010 10010000
Octal 65 122 220
Decimal 53 82 144
Hex 35 52 90

RGB Percentages of Color #355290

%19.00
%29.39
%51.61

CMYK Percentages of Color #355290

%63
%43
%0
%44

Triadic Colors of #355290

#355290 #903552 #529035

Analogous Colors of #355290

#355290 #463590 #358090

Monochromatic Colors of #355290

#355290

Complementary Color

#355290 #907335

#355290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355290 Color CSS Codes

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

#355290 Text Font Color

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

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


#355290 Background Color

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

This div background color is #355290


#355290 Border Color

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

This div border color is #355290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355290


Comments

No comments written yet.

Please login to write comment.