Color Hex Logo

#355473 Color Hex

#355473
(53,84,115)
0 Favorites   0 Comments

Color spaces of #355473

RGB 5384115
HSL0.580.370.33
HSV210°54°45°
CMYK 0.540.270.00   0.55
XYZ7.73308.335317.4210
Yxy8.33530.23090.2489
Hunter Lab28.8709-2.7134-15.5665
CIE-Lab34.6717-1.7551-21.2112

#355473 color RGB value is (53,84,115).

#355473 hex color red value is 53, green value is 84 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #355473 hue: 0.58 , saturation: 0.37 and the lightness value of 355473 is 0.33.

The process color (four color CMYK) of #355473 color hex is 0.54, 0.27, 0.00, 0.55. Web safe color of #355473 is #336666. Color #355473 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 01110011
Octal 65 124 163
Decimal 53 84 115
Hex 35 54 73

RGB Percentages of Color #355473

%21.03
%33.33
%45.63

CMYK Percentages of Color #355473

%54
%27
%0
%55

Triadic Colors of #355473

#355473 #733554 #547335

Analogous Colors of #355473

#355473 #353573 #357373

Monochromatic Colors of #355473

#355473

Complementary Color

#355473 #735435

#355473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355473 Color CSS Codes

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

#355473 Text Font Color

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

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


#355473 Background Color

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

This div background color is #355473


#355473 Border Color

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

This div border color is #355473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355473


Comments

No comments written yet.

Please login to write comment.