Color Hex Logo

#370449 Color Hex

#370449
(55,4,73)
0 Favorites   0 Comments

Color spaces of #370449

RGB 55473
HSL0.790.900.15
HSV284°95°29°
CMYK 0.250.950.00   0.71
XYZ2.82161.38016.4210
Yxy1.38010.26560.1299
Hunter Lab11.747822.3139-24.1828
CIE-Lab11.824634.8849-29.8740

#370449 color RGB value is (55,4,73).

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

The process color (four color CMYK) of #370449 color hex is 0.25, 0.95, 0.00, 0.71. Web safe color of #370449 is #330033. Color #370449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000100 01001001
Octal 67 4 111
Decimal 55 4 73
Hex 37 4 49

RGB Percentages of Color #370449

%41.67
%3.03
%55.30

CMYK Percentages of Color #370449

%25
%95
%0
%71

Triadic Colors of #370449

#370449 #493704 #044937

Analogous Colors of #370449

#370449 #490438 #150449

Monochromatic Colors of #370449

#370449

Complementary Color

#370449 #164904

#370449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370449 Color CSS Codes

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

#370449 Text Font Color

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

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


#370449 Background Color

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

This div background color is #370449


#370449 Border Color

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

This div border color is #370449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370449


Comments

No comments written yet.

Please login to write comment.