Color Hex Logo

#376caa Color Hex

#376CAA
(55,108,170)
0 Favorites   0 Comments

Color spaces of #376caa

RGB 55108170
HSL0.590.510.44
HSV212°68°67°
CMYK 0.680.360.00   0.33
XYZ14.193814.439640.0692
Yxy14.43960.20660.2102
Hunter Lab37.99950.1754-35.9197
CIE-Lab44.85692.9570-38.3966

#376caa color RGB value is (55,108,170).

#376caa hex color red value is 55, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #376caa hue: 0.59 , saturation: 0.51 and the lightness value of 376caa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 10101010
Octal 67 154 252
Decimal 55 108 170
Hex 37 6C AA

RGB Percentages of Color #376caa

%16.52
%32.43
%51.05

CMYK Percentages of Color #376caa

%68
%36
%0
%33

Triadic Colors of #376caa

#376caa #aa376c #6caa37

Analogous Colors of #376caa

#376caa #3b37aa #37a6aa

Monochromatic Colors of #376caa

#376caa

Complementary Color

#376caa #aa7537

#376caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#376caa Color CSS Codes

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

#376caa Text Font Color

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

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


#376caa Background Color

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

This div background color is #376caa


#376caa Border Color

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

This div border color is #376caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376caa


Comments

No comments written yet.

Please login to write comment.