Color Hex Logo

#376ebe Color Hex

#376EBE
(55,110,190)
0 Favorites   0 Comments

Color spaces of #376ebe

RGB 55110190
HSL0.600.550.48
HSV216°71°75°
CMYK 0.710.420.00   0.25
XYZ16.445715.681850.8753
Yxy15.68180.19810.1889
Hunter Lab39.60034.8293-48.4510
CIE-Lab46.55428.9870-47.3433

#376ebe color RGB value is (55,110,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101110 10111110
Octal 67 156 276
Decimal 55 110 190
Hex 37 6E BE

RGB Percentages of Color #376ebe

%15.49
%30.99
%53.52

CMYK Percentages of Color #376ebe

%71
%42
%0
%25

Triadic Colors of #376ebe

#376ebe #be376e #6ebe37

Analogous Colors of #376ebe

#376ebe #4337be #37b2be

Monochromatic Colors of #376ebe

#376ebe

Complementary Color

#376ebe #be8737

#376ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#376ebe Color CSS Codes

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

#376ebe Text Font Color

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

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


#376ebe Background Color

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

This div background color is #376ebe


#376ebe Border Color

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

This div border color is #376ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,110,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 #376ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376ebe


Comments

No comments written yet.

Please login to write comment.