Color Hex Logo

#376aac Color Hex

#376AAC
(55,106,172)
0 Favorites   0 Comments

Color spaces of #376aac

RGB 55106172
HSL0.590.520.45
HSV214°68°67°
CMYK 0.680.380.00   0.33
XYZ14.176014.098941.0039
Yxy14.09890.20460.2035
Hunter Lab37.54851.6807-38.4622
CIE-Lab44.37444.9256-40.3342

#376aac color RGB value is (55,106,172).

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

The process color (four color CMYK) of #376aac color hex is 0.68, 0.38, 0.00, 0.33. Web safe color of #376aac is #336699. Color #376aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 10101100
Octal 67 152 254
Decimal 55 106 172
Hex 37 6A AC

RGB Percentages of Color #376aac

%16.52
%31.83
%51.65

CMYK Percentages of Color #376aac

%68
%38
%0
%33

Triadic Colors of #376aac

#376aac #ac376a #6aac37

Analogous Colors of #376aac

#376aac #3f37ac #37a5ac

Monochromatic Colors of #376aac

#376aac

Complementary Color

#376aac #ac7937

#376aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#376aac Color CSS Codes

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

#376aac Text Font Color

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

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


#376aac Background Color

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

This div background color is #376aac


#376aac Border Color

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

This div border color is #376aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376aac


Comments

No comments written yet.

Please login to write comment.