Color Hex Logo

#378bbd Color Hex

#378BBD
(55,139,189)
0 Favorites   0 Comments

Color spaces of #378bbd

RGB 55139189
HSL0.560.550.48
HSV202°71°74°
CMYK 0.710.260.00   0.26
XYZ19.993522.951651.5204
Yxy22.95160.21160.2430
Hunter Lab47.9078-9.3448-30.2254
CIE-Lab55.0224-8.7683-33.3962

#378bbd color RGB value is (55,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 10111101
Octal 67 213 275
Decimal 55 139 189
Hex 37 8B BD

RGB Percentages of Color #378bbd

%14.36
%36.29
%49.35

CMYK Percentages of Color #378bbd

%71
%26
%0
%26

Triadic Colors of #378bbd

#378bbd #bd378b #8bbd37

Analogous Colors of #378bbd

#378bbd #3748bd #37bdac

Monochromatic Colors of #378bbd

#378bbd

Complementary Color

#378bbd #bd6937

#378bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#378bbd Color CSS Codes

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

#378bbd Text Font Color

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

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


#378bbd Background Color

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

This div background color is #378bbd


#378bbd Border Color

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

This div border color is #378bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378bbd


Comments

No comments written yet.

Please login to write comment.