Color Hex Logo

#355973 Color Hex

#355973
(53,89,115)
0 Favorites   0 Comments

Color spaces of #355973

RGB 5389115
HSL0.570.370.33
HSV205°54°45°
CMYK 0.540.230.00   0.55
XYZ8.13519.139417.5550
Yxy9.13940.23360.2624
Hunter Lab30.2314-4.8717-13.2669
CIE-Lab36.2513-4.8720-18.7653

#355973 color RGB value is (53,89,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 01110011
Octal 65 131 163
Decimal 53 89 115
Hex 35 59 73

RGB Percentages of Color #355973

%20.62
%34.63
%44.75

CMYK Percentages of Color #355973

%54
%23
%0
%55

Triadic Colors of #355973

#355973 #733559 #597335

Analogous Colors of #355973

#355973 #353a73 #35736e

Monochromatic Colors of #355973

#355973

Complementary Color

#355973 #734f35

#355973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355973 Color CSS Codes

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

#355973 Text Font Color

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

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


#355973 Background Color

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

This div background color is #355973


#355973 Border Color

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

This div border color is #355973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355973


Comments

No comments written yet.

Please login to write comment.