Color Hex Logo

#376aae Color Hex

#376AAE
(55,106,174)
0 Favorites   0 Comments

Color spaces of #376aae

RGB 55106174
HSL0.600.520.45
HSV214°68°68°
CMYK 0.680.390.00   0.32
XYZ14.369614.176342.0233
Yxy14.17630.20360.2009
Hunter Lab37.65142.2342-39.8184
CIE-Lab44.48475.6519-41.3312

#376aae color RGB value is (55,106,174).

#376aae hex color red value is 55, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #376aae hue: 0.60 , saturation: 0.52 and the lightness value of 376aae is 0.45.

The process color (four color CMYK) of #376aae color hex is 0.68, 0.39, 0.00, 0.32. Web safe color of #376aae is #336699. Color #376aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 10101110
Octal 67 152 256
Decimal 55 106 174
Hex 37 6A AE

RGB Percentages of Color #376aae

%16.42
%31.64
%51.94

CMYK Percentages of Color #376aae

%68
%39
%0
%32

Triadic Colors of #376aae

#376aae #ae376a #6aae37

Analogous Colors of #376aae

#376aae #4037ae #37a6ae

Monochromatic Colors of #376aae

#376aae

Complementary Color

#376aae #ae7b37

#376aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#376aae Color CSS Codes

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

#376aae Text Font Color

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

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


#376aae Background Color

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

This div background color is #376aae


#376aae Border Color

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

This div border color is #376aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376aae


Comments

No comments written yet.

Please login to write comment.