Color Hex Logo

#379bda Color Hex

#379BDA
(55,155,218)
0 Favorites   0 Comments

Color spaces of #379bda

RGB 55155218
HSL0.560.690.54
HSV203°75°85°
CMYK 0.750.290.00   0.15
XYZ25.951829.316970.6206
Yxy29.31690.20610.2329
Hunter Lab54.1451-9.1986-39.4295
CIE-Lab61.0603-7.7822-40.2600

#379bda color RGB value is (55,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 11011010
Octal 67 233 332
Decimal 55 155 218
Hex 37 9B DA

RGB Percentages of Color #379bda

%12.85
%36.21
%50.93

CMYK Percentages of Color #379bda

%75
%29
%0
%15

Triadic Colors of #379bda

#379bda #da379b #9bda37

Analogous Colors of #379bda

#379bda #3749da #37dac8

Monochromatic Colors of #379bda

#379bda

Complementary Color

#379bda #da7637

#379bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bda Color CSS Codes

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

#379bda Text Font Color

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

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


#379bda Background Color

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

This div background color is #379bda


#379bda Border Color

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

This div border color is #379bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bda


Comments

No comments written yet.

Please login to write comment.