Color Hex Logo

#372465 Color Hex

#372465
(55,36,101)
0 Favorites   0 Comments

Color spaces of #372465

RGB 5536101
HSL0.720.470.27
HSV258°64°40°
CMYK 0.460.640.00   0.60
XYZ4.55543.013612.6535
Yxy3.01360.22530.1490
Hunter Lab17.359716.4610-31.0647
CIE-Lab20.098326.0250-35.3609

#372465 color RGB value is (55,36,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100100 01100101
Octal 67 44 145
Decimal 55 36 101
Hex 37 24 65

RGB Percentages of Color #372465

%28.65
%18.75
%52.60

CMYK Percentages of Color #372465

%46
%64
%0
%60

Triadic Colors of #372465

#372465 #653724 #246537

Analogous Colors of #372465

#372465 #572465 #243265

Monochromatic Colors of #372465

#372465

Complementary Color

#372465 #526524

#372465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372465 Color CSS Codes

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

#372465 Text Font Color

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

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


#372465 Background Color

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

This div background color is #372465


#372465 Border Color

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

This div border color is #372465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372465


Comments

No comments written yet.

Please login to write comment.