Color Hex Logo

#379bd6 Color Hex

#379BD6
(55,155,214)
0 Favorites   0 Comments

Color spaces of #379bd6

RGB 55155214
HSL0.560.660.53
HSV202°74°84°
CMYK 0.740.280.00   0.16
XYZ25.434529.110067.8966
Yxy29.11000.20770.2377
Hunter Lab53.9537-10.2716-36.8444
CIE-Lab60.8786-9.1687-38.3182

#379bd6 color RGB value is (55,155,214).

#379bd6 hex color red value is 55, green value is 155 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #379bd6 hue: 0.56 , saturation: 0.66 and the lightness value of 379bd6 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 11010110
Octal 67 233 326
Decimal 55 155 214
Hex 37 9B D6

RGB Percentages of Color #379bd6

%12.97
%36.56
%50.47

CMYK Percentages of Color #379bd6

%74
%28
%0
%16

Triadic Colors of #379bd6

#379bd6 #d6379b #9bd637

Analogous Colors of #379bd6

#379bd6 #374cd6 #37d6c2

Monochromatic Colors of #379bd6

#379bd6

Complementary Color

#379bd6 #d67237

#379bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bd6 Color CSS Codes

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

#379bd6 Text Font Color

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

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


#379bd6 Background Color

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

This div background color is #379bd6


#379bd6 Border Color

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

This div border color is #379bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bd6


Comments

No comments written yet.

Please login to write comment.