Color Hex Logo

#370348 Color Hex

#370348
(55,3,72)
0 Favorites   0 Comments

Color spaces of #370348

RGB 55372
HSL0.790.920.15
HSV285°96°28°
CMYK 0.240.960.00   0.72
XYZ2.77781.34526.2441
Yxy1.34520.26790.1298
Hunter Lab11.598322.4540-23.8008
CIE-Lab11.588035.0992-29.5603

#370348 color RGB value is (55,3,72).

#370348 hex color red value is 55, green value is 3 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #370348 hue: 0.79 , saturation: 0.92 and the lightness value of 370348 is 0.15.

The process color (four color CMYK) of #370348 color hex is 0.24, 0.96, 0.00, 0.72. Web safe color of #370348 is #330033. Color #370348 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000011 01001000
Octal 67 3 110
Decimal 55 3 72
Hex 37 3 48

RGB Percentages of Color #370348

%42.31
%2.31
%55.38

CMYK Percentages of Color #370348

%24
%96
%0
%72

Triadic Colors of #370348

#370348 #483703 #034837

Analogous Colors of #370348

#370348 #480336 #150348

Monochromatic Colors of #370348

#370348

Complementary Color

#370348 #144803

#370348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370348 Color CSS Codes

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

#370348 Text Font Color

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

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


#370348 Background Color

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

This div background color is #370348


#370348 Border Color

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

This div border color is #370348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370348


Comments

No comments written yet.

Please login to write comment.