Color Hex Logo

#376390 Color Hex

#376390
(55,99,144)
0 Favorites   0 Comments

Color spaces of #376390

RGB 5599144
HSL0.580.450.39
HSV210°62°56°
CMYK 0.620.310.00   0.44
XYZ11.071411.749528.0699
Yxy11.74950.21760.2309
Hunter Lab34.2775-2.3315-24.5583
CIE-Lab40.8152-0.7048-29.3316

#376390 color RGB value is (55,99,144).

#376390 hex color red value is 55, green value is 99 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #376390 hue: 0.58 , saturation: 0.45 and the lightness value of 376390 is 0.39.

The process color (four color CMYK) of #376390 color hex is 0.62, 0.31, 0.00, 0.44. Web safe color of #376390 is #336699. Color #376390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100011 10010000
Octal 67 143 220
Decimal 55 99 144
Hex 37 63 90

RGB Percentages of Color #376390

%18.46
%33.22
%48.32

CMYK Percentages of Color #376390

%62
%31
%0
%44

Triadic Colors of #376390

#376390 #903763 #639037

Analogous Colors of #376390

#376390 #383790 #379090

Monochromatic Colors of #376390

#376390

Complementary Color

#376390 #906437

#376390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376390 Color CSS Codes

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

#376390 Text Font Color

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

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


#376390 Background Color

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

This div background color is #376390


#376390 Border Color

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

This div border color is #376390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376390


Comments

No comments written yet.

Please login to write comment.