Color Hex Logo

#378cbe Color Hex

#378CBE
(55,140,190)
0 Favorites   0 Comments

Color spaces of #378cbe

RGB 55140190
HSL0.560.550.48
HSV202°71°75°
CMYK 0.710.260.00   0.25
XYZ20.247923.286152.1427
Yxy23.28610.21160.2434
Hunter Lab48.2557-9.5495-30.2869
CIE-Lab55.3658-8.9924-33.4291

#378cbe color RGB value is (55,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001100 10111110
Octal 67 214 276
Decimal 55 140 190
Hex 37 8C BE

RGB Percentages of Color #378cbe

%14.29
%36.36
%49.35

CMYK Percentages of Color #378cbe

%71
%26
%0
%25

Triadic Colors of #378cbe

#378cbe #be378c #8cbe37

Analogous Colors of #378cbe

#378cbe #3749be #37bead

Monochromatic Colors of #378cbe

#378cbe

Complementary Color

#378cbe #be6937

#378cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#378cbe Color CSS Codes

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

#378cbe Text Font Color

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

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


#378cbe Background Color

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

This div background color is #378cbe


#378cbe Border Color

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

This div border color is #378cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378cbe


Comments

No comments written yet.

Please login to write comment.