Color Hex Logo

#379fbb Color Hex

#379FBB
(55,159,187)
0 Favorites   0 Comments

Color spaces of #379fbb

RGB 55159187
HSL0.540.550.47
HSV193°71°73°
CMYK 0.710.150.00   0.27
XYZ22.943329.196451.4399
Yxy29.19640.22150.2819
Hunter Lab54.0337-18.7659-18.6203
CIE-Lab60.9546-20.3792-23.0871

#379fbb color RGB value is (55,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011111 10111011
Octal 67 237 273
Decimal 55 159 187
Hex 37 9F BB

RGB Percentages of Color #379fbb

%13.72
%39.65
%46.63

CMYK Percentages of Color #379fbb

%71
%15
%0
%27

Triadic Colors of #379fbb

#379fbb #bb379f #9fbb37

Analogous Colors of #379fbb

#379fbb #375dbb #37bb95

Monochromatic Colors of #379fbb

#379fbb

Complementary Color

#379fbb #bb5337

#379fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#379fbb Color CSS Codes

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

#379fbb Text Font Color

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

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


#379fbb Background Color

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

This div background color is #379fbb


#379fbb Border Color

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

This div border color is #379fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379fbb


Comments

No comments written yet.

Please login to write comment.