Color Hex Logo

#376cbe Color Hex

#376CBE
(55,108,190)
0 Favorites   0 Comments

Color spaces of #376cbe

RGB 55108190
HSL0.600.550.48
HSV216°71°75°
CMYK 0.710.430.00   0.25
XYZ16.232415.255150.8042
Yxy15.25510.19730.1854
Hunter Lab39.05785.8334-49.7807
CIE-Lab45.981610.2452-48.2582

#376cbe color RGB value is (55,108,190).

#376cbe hex color red value is 55, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #376cbe hue: 0.60 , saturation: 0.55 and the lightness value of 376cbe is 0.48.

The process color (four color CMYK) of #376cbe color hex is 0.71, 0.43, 0.00, 0.25. Web safe color of #376cbe is #3366cc. Color #376cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 10111110
Octal 67 154 276
Decimal 55 108 190
Hex 37 6C BE

RGB Percentages of Color #376cbe

%15.58
%30.59
%53.82

CMYK Percentages of Color #376cbe

%71
%43
%0
%25

Triadic Colors of #376cbe

#376cbe #be376c #6cbe37

Analogous Colors of #376cbe

#376cbe #4637be #37b0be

Monochromatic Colors of #376cbe

#376cbe

Complementary Color

#376cbe #be8937

#376cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#376cbe Color CSS Codes

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

#376cbe Text Font Color

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

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


#376cbe Background Color

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

This div background color is #376cbe


#376cbe Border Color

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

This div border color is #376cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376cbe


Comments

No comments written yet.

Please login to write comment.