Color Hex Logo

#379bba Color Hex

#379BBA
(55,155,186)
0 Favorites   0 Comments

Color spaces of #379bba

RGB 55155186
HSL0.540.540.47
HSV194°70°73°
CMYK 0.700.170.00   0.27
XYZ22.159827.800150.6524
Yxy27.80010.22020.2763
Hunter Lab52.7258-17.2495-20.0504
CIE-Lab59.7077-18.5897-24.4379

#379bba color RGB value is (55,155,186).

#379bba hex color red value is 55, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #379bba hue: 0.54 , saturation: 0.54 and the lightness value of 379bba is 0.47.

The process color (four color CMYK) of #379bba color hex is 0.70, 0.17, 0.00, 0.27. Web safe color of #379bba is #3399cc. Color #379bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 10111010
Octal 67 233 272
Decimal 55 155 186
Hex 37 9B BA

RGB Percentages of Color #379bba

%13.89
%39.14
%46.97

CMYK Percentages of Color #379bba

%70
%17
%0
%27

Triadic Colors of #379bba

#379bba #ba379b #9bba37

Analogous Colors of #379bba

#379bba #3759ba #37ba98

Monochromatic Colors of #379bba

#379bba

Complementary Color

#379bba #ba5637

#379bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bba Color CSS Codes

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

#379bba Text Font Color

<p style="color:#379bba">Text here</p>

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


#379bba Background Color

<div style="background-color:#379bba">
Div content here</div>

This div background color is #379bba


#379bba Border Color

<div style="border:3px solid #379bba">
Div here</div>

This div border color is #379bba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,155,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #379bba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #379bba;
  -webkit-box-shadow: 1px 1px 3px 2px #379bba;
  box-shadow:         1px 1px 3px 2px #379bba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bba


Comments

No comments written yet.

Please login to write comment.