Color Hex Logo

#372348 Color Hex

#372348
(55,35,72)
0 Favorites   0 Comments

Color spaces of #372348

RGB 553572
HSL0.760.350.21
HSV272°51°28°
CMYK 0.240.510.00   0.72
XYZ3.34632.48226.4336
Yxy2.48220.27290.2024
Hunter Lab15.755010.3415-13.1827
CIE-Lab17.837918.0217-19.5571

#372348 color RGB value is (55,35,72).

#372348 hex color red value is 55, green value is 35 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #372348 hue: 0.76 , saturation: 0.35 and the lightness value of 372348 is 0.21.

The process color (four color CMYK) of #372348 color hex is 0.24, 0.51, 0.00, 0.72. Web safe color of #372348 is #333333. Color #372348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100011 01001000
Octal 67 43 110
Decimal 55 35 72
Hex 37 23 48

RGB Percentages of Color #372348

%33.95
%21.60
%44.44

CMYK Percentages of Color #372348

%24
%51
%0
%72

Triadic Colors of #372348

#372348 #483723 #234837

Analogous Colors of #372348

#372348 #482347 #252348

Monochromatic Colors of #372348

#372348

Complementary Color

#372348 #344823

#372348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372348 Color CSS Codes

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

#372348 Text Font Color

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

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


#372348 Background Color

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

This div background color is #372348


#372348 Border Color

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

This div border color is #372348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372348


Comments

No comments written yet.

Please login to write comment.