Color Hex Logo

#372565 Color Hex

#372565
(55,37,101)
0 Favorites   0 Comments

Color spaces of #372565

RGB 5537101
HSL0.710.460.27
HSV257°63°40°
CMYK 0.460.630.00   0.60
XYZ4.58613.074912.6637
Yxy3.07490.22560.1513
Hunter Lab17.535415.9969-30.5432
CIE-Lab20.341425.3841-34.9680

#372565 color RGB value is (55,37,101).

#372565 hex color red value is 55, green value is 37 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #372565 hue: 0.71 , saturation: 0.46 and the lightness value of 372565 is 0.27.

The process color (four color CMYK) of #372565 color hex is 0.46, 0.63, 0.00, 0.60. Web safe color of #372565 is #333366. Color #372565 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100101 01100101
Octal 67 45 145
Decimal 55 37 101
Hex 37 25 65

RGB Percentages of Color #372565

%28.50
%19.17
%52.33

CMYK Percentages of Color #372565

%46
%63
%0
%60

Triadic Colors of #372565

#372565 #653725 #256537

Analogous Colors of #372565

#372565 #572565 #253365

Monochromatic Colors of #372565

#372565

Complementary Color

#372565 #536525

#372565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372565 Color CSS Codes

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

#372565 Text Font Color

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

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


#372565 Background Color

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

This div background color is #372565


#372565 Border Color

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

This div border color is #372565


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372565


Comments

No comments written yet.

Please login to write comment.