Color Hex Logo

#373772 Color Hex

#373772
(55,55,114)
0 Favorites   0 Comments

Color spaces of #373772

RGB 5555114
HSL0.670.350.33
HSV240°52°45°
CMYK 0.520.520.00   0.55
XYZ5.97904.759516.5231
Yxy4.75950.21930.1746
Hunter Lab21.816310.7415-29.6334
CIE-Lab26.038317.6540-34.1979

#373772 color RGB value is (55,55,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110111 01110010
Octal 67 67 162
Decimal 55 55 114
Hex 37 37 72

RGB Percentages of Color #373772

%24.55
%24.55
%50.89

CMYK Percentages of Color #373772

%52
%52
%0
%55

Triadic Colors of #373772

#373772 #723737 #377237

Analogous Colors of #373772

#373772 #553772 #375572

Monochromatic Colors of #373772

#373772

Complementary Color

#373772 #727237

#373772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373772 Color CSS Codes

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

#373772 Text Font Color

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

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


#373772 Background Color

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

This div background color is #373772


#373772 Border Color

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

This div border color is #373772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373772


Comments

No comments written yet.

Please login to write comment.