Color Hex Logo

#378fbd Color Hex

#378FBD
(55,143,189)
0 Favorites   0 Comments

Color spaces of #378fbd

RGB 55143189
HSL0.560.550.48
HSV201°71°74°
CMYK 0.710.240.00   0.26
XYZ20.583324.131351.7171
Yxy24.13130.21340.2502
Hunter Lab49.1236-11.1730-28.0337
CIE-Lab56.2190-11.0302-31.5312

#378fbd color RGB value is (55,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 10111101
Octal 67 217 275
Decimal 55 143 189
Hex 37 8F BD

RGB Percentages of Color #378fbd

%14.21
%36.95
%48.84

CMYK Percentages of Color #378fbd

%71
%24
%0
%26

Triadic Colors of #378fbd

#378fbd #bd378f #8fbd37

Analogous Colors of #378fbd

#378fbd #374cbd #37bda8

Monochromatic Colors of #378fbd

#378fbd

Complementary Color

#378fbd #bd6537

#378fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#378fbd Color CSS Codes

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

#378fbd Text Font Color

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

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


#378fbd Background Color

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

This div background color is #378fbd


#378fbd Border Color

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

This div border color is #378fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378fbd


Comments

No comments written yet.

Please login to write comment.