Color Hex Logo

#370459 Color Hex

#370459
(55,4,89)
0 Favorites   0 Comments

Color spaces of #370459

RGB 55489
HSL0.770.910.18
HSV276°96°35°
CMYK 0.380.960.00   0.65
XYZ3.42211.62039.5836
Yxy1.62030.23400.1108
Hunter Lab12.729125.7121-35.7284
CIE-Lab13.353338.5802-38.3560

#370459 color RGB value is (55,4,89).

#370459 hex color red value is 55, green value is 4 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #370459 hue: 0.77 , saturation: 0.91 and the lightness value of 370459 is 0.18.

The process color (four color CMYK) of #370459 color hex is 0.38, 0.96, 0.00, 0.65. Web safe color of #370459 is #330066. Color #370459 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000100 01011001
Octal 67 4 131
Decimal 55 4 89
Hex 37 4 59

RGB Percentages of Color #370459

%37.16
%2.70
%60.14

CMYK Percentages of Color #370459

%38
%96
%0
%65

Triadic Colors of #370459

#370459 #593704 #045937

Analogous Colors of #370459

#370459 #590451 #0d0459

Monochromatic Colors of #370459

#370459

Complementary Color

#370459 #265904

#370459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370459 Color CSS Codes

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

#370459 Text Font Color

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

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


#370459 Background Color

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

This div background color is #370459


#370459 Border Color

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

This div border color is #370459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370459


Comments

No comments written yet.

Please login to write comment.