Color Hex Logo

#376fad Color Hex

#376FAD
(55,111,173)
0 Favorites   0 Comments

Color spaces of #376fad

RGB 55111173
HSL0.590.520.45
HSV212°68°68°
CMYK 0.680.360.00   0.32
XYZ14.802815.198241.6885
Yxy15.19820.20650.2120
Hunter Lab38.9849-0.4459-36.1124
CIE-Lab45.90452.1825-38.4956

#376fad color RGB value is (55,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101111 10101101
Octal 67 157 255
Decimal 55 111 173
Hex 37 6F AD

RGB Percentages of Color #376fad

%16.22
%32.74
%51.03

CMYK Percentages of Color #376fad

%68
%36
%0
%32

Triadic Colors of #376fad

#376fad #ad376f #6fad37

Analogous Colors of #376fad

#376fad #3a37ad #37aaad

Monochromatic Colors of #376fad

#376fad

Complementary Color

#376fad #ad7537

#376fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#376fad Color CSS Codes

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

#376fad Text Font Color

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

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


#376fad Background Color

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

This div background color is #376fad


#376fad Border Color

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

This div border color is #376fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376fad


Comments

No comments written yet.

Please login to write comment.