Color Hex Logo

#376278 Color Hex

#376278
(55,98,120)
0 Favorites   0 Comments

Color spaces of #376278

RGB 5598120
HSL0.560.370.34
HSV200°54°47°
CMYK 0.540.180.00   0.53
XYZ9.333410.903719.3820
Yxy10.90370.23560.2752
Hunter Lab33.0208-7.3328-11.6866
CIE-Lab39.4178-8.1931-16.9582

#376278 color RGB value is (55,98,120).

#376278 hex color red value is 55, green value is 98 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #376278 hue: 0.56 , saturation: 0.37 and the lightness value of 376278 is 0.34.

The process color (four color CMYK) of #376278 color hex is 0.54, 0.18, 0.00, 0.53. Web safe color of #376278 is #336666. Color #376278 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100010 01111000
Octal 67 142 170
Decimal 55 98 120
Hex 37 62 78

RGB Percentages of Color #376278

%20.15
%35.90
%43.96

CMYK Percentages of Color #376278

%54
%18
%0
%53

Triadic Colors of #376278

#376278 #783762 #627837

Analogous Colors of #376278

#376278 #374178 #37786e

Monochromatic Colors of #376278

#376278

Complementary Color

#376278 #784d37

#376278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376278 Color CSS Codes

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

#376278 Text Font Color

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

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


#376278 Background Color

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

This div background color is #376278


#376278 Border Color

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

This div border color is #376278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376278


Comments

No comments written yet.

Please login to write comment.