Color Hex Logo

#375273 Color Hex

#375273
(55,82,115)
0 Favorites   0 Comments

Color spaces of #375273

RGB 5582115
HSL0.590.350.33
HSV213°52°45°
CMYK 0.520.290.00   0.55
XYZ7.68748.084617.3750
Yxy8.08460.23190.2439
Hunter Lab28.4334-1.4984-16.3273
CIE-Lab34.15850.0303-22.0004

#375273 color RGB value is (55,82,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010010 01110011
Octal 67 122 163
Decimal 55 82 115
Hex 37 52 73

RGB Percentages of Color #375273

%21.83
%32.54
%45.63

CMYK Percentages of Color #375273

%52
%29
%0
%55

Triadic Colors of #375273

#375273 #733752 #527337

Analogous Colors of #375273

#375273 #3a3773 #377073

Monochromatic Colors of #375273

#375273

Complementary Color

#375273 #735837

#375273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375273 Color CSS Codes

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

#375273 Text Font Color

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

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


#375273 Background Color

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

This div background color is #375273


#375273 Border Color

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

This div border color is #375273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375273


Comments

No comments written yet.

Please login to write comment.