Color Hex Logo

#376aaf Color Hex

#376AAF
(55,106,175)
0 Favorites   0 Comments

Color spaces of #376aaf

RGB 55106175
HSL0.600.520.45
HSV215°69°69°
CMYK 0.690.390.00   0.31
XYZ14.467414.215442.5388
Yxy14.21540.20310.1996
Hunter Lab37.70332.5127-40.5017
CIE-Lab44.54036.0154-41.8284

#376aaf color RGB value is (55,106,175).

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

The process color (four color CMYK) of #376aaf color hex is 0.69, 0.39, 0.00, 0.31. Web safe color of #376aaf is #336699. Color #376aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 10101111
Octal 67 152 257
Decimal 55 106 175
Hex 37 6A AF

RGB Percentages of Color #376aaf

%16.37
%31.55
%52.08

CMYK Percentages of Color #376aaf

%69
%39
%0
%31

Triadic Colors of #376aaf

#376aaf #af376a #6aaf37

Analogous Colors of #376aaf

#376aaf #4037af #37a6af

Monochromatic Colors of #376aaf

#376aaf

Complementary Color

#376aaf #af7c37

#376aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#376aaf Color CSS Codes

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

#376aaf Text Font Color

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

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


#376aaf Background Color

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

This div background color is #376aaf


#376aaf Border Color

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

This div border color is #376aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376aaf


Comments

No comments written yet.

Please login to write comment.