Color Hex Logo

#379fbd Color Hex

#379FBD
(55,159,189)
0 Favorites   0 Comments

Color spaces of #379fbd

RGB 55159189
HSL0.540.550.48
HSV193°71°74°
CMYK 0.710.160.00   0.26
XYZ23.159029.282652.5756
Yxy29.28260.22050.2788
Hunter Lab54.1134-18.3055-19.7257
CIE-Lab61.0302-19.7327-24.0947

#379fbd color RGB value is (55,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011111 10111101
Octal 67 237 275
Decimal 55 159 189
Hex 37 9F BD

RGB Percentages of Color #379fbd

%13.65
%39.45
%46.90

CMYK Percentages of Color #379fbd

%71
%16
%0
%26

Triadic Colors of #379fbd

#379fbd #bd379f #9fbd37

Analogous Colors of #379fbd

#379fbd #375cbd #37bd98

Monochromatic Colors of #379fbd

#379fbd

Complementary Color

#379fbd #bd5537

#379fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#379fbd Color CSS Codes

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

#379fbd Text Font Color

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

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


#379fbd Background Color

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

This div background color is #379fbd


#379fbd Border Color

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

This div border color is #379fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379fbd


Comments

No comments written yet.

Please login to write comment.