Color Hex Logo

#378fbb Color Hex

#378FBB
(55,143,187)
0 Favorites   0 Comments

Color spaces of #378fbb

RGB 55143187
HSL0.560.550.47
HSV200°71°73°
CMYK 0.710.240.00   0.27
XYZ20.367624.045050.5814
Yxy24.04500.21440.2531
Hunter Lab49.0357-11.6702-26.8339
CIE-Lab56.1328-11.7112-30.5291

#378fbb color RGB value is (55,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 10111011
Octal 67 217 273
Decimal 55 143 187
Hex 37 8F BB

RGB Percentages of Color #378fbb

%14.29
%37.14
%48.57

CMYK Percentages of Color #378fbb

%71
%24
%0
%27

Triadic Colors of #378fbb

#378fbb #bb378f #8fbb37

Analogous Colors of #378fbb

#378fbb #374dbb #37bba5

Monochromatic Colors of #378fbb

#378fbb

Complementary Color

#378fbb #bb6337

#378fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#378fbb Color CSS Codes

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

#378fbb Text Font Color

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

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


#378fbb Background Color

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

This div background color is #378fbb


#378fbb Border Color

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

This div border color is #378fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378fbb


Comments

No comments written yet.

Please login to write comment.