Color Hex Logo

#355273 Color Hex

#355273
(53,82,115)
0 Favorites   0 Comments

Color spaces of #355273

RGB 5382115
HSL0.590.370.33
HSV212°54°45°
CMYK 0.540.290.00   0.55
XYZ7.58008.029317.3700
Yxy8.02930.22980.2435
Hunter Lab28.3360-1.8386-16.5096
CIE-Lab34.0438-0.4873-22.1876

#355273 color RGB value is (53,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010010 01110011
Octal 65 122 163
Decimal 53 82 115
Hex 35 52 73

RGB Percentages of Color #355273

%21.20
%32.80
%46.00

CMYK Percentages of Color #355273

%54
%29
%0
%55

Triadic Colors of #355273

#355273 #733552 #527335

Analogous Colors of #355273

#355273 #373573 #357173

Monochromatic Colors of #355273

#355273

Complementary Color

#355273 #735635

#355273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355273 Color CSS Codes

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

#355273 Text Font Color

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

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


#355273 Background Color

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

This div background color is #355273


#355273 Border Color

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

This div border color is #355273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355273


Comments

No comments written yet.

Please login to write comment.