Color Hex Logo

#378baa Color Hex

#378BAA
(55,139,170)
0 Favorites   0 Comments

Color spaces of #378baa

RGB 55139170
HSL0.540.510.44
HSV196°68°67°
CMYK 0.680.180.00   0.33
XYZ18.063922.179741.3593
Yxy22.17970.22140.2718
Hunter Lab47.0953-13.9513-19.1020
CIE-Lab54.2172-15.1889-23.7801

#378baa color RGB value is (55,139,170).

#378baa hex color red value is 55, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #378baa hue: 0.54 , saturation: 0.51 and the lightness value of 378baa is 0.44.

The process color (four color CMYK) of #378baa color hex is 0.68, 0.18, 0.00, 0.33. Web safe color of #378baa is #339999. Color #378baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 10101010
Octal 67 213 252
Decimal 55 139 170
Hex 37 8B AA

RGB Percentages of Color #378baa

%15.11
%38.19
%46.70

CMYK Percentages of Color #378baa

%68
%18
%0
%33

Triadic Colors of #378baa

#378baa #aa378b #8baa37

Analogous Colors of #378baa

#378baa #3752aa #37aa90

Monochromatic Colors of #378baa

#378baa

Complementary Color

#378baa #aa5637

#378baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#378baa Color CSS Codes

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

#378baa Text Font Color

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

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


#378baa Background Color

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

This div background color is #378baa


#378baa Border Color

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

This div border color is #378baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378baa


Comments

No comments written yet.

Please login to write comment.