Color Hex Logo

#379ddb Color Hex

#379DDB
(55,157,219)
0 Favorites   0 Comments

Color spaces of #379ddb

RGB 55157219
HSL0.560.690.54
HSV203°75°86°
CMYK 0.750.280.00   0.14
XYZ26.418730.040671.4238
Yxy30.04060.20660.2349
Hunter Lab54.8093-9.8773-38.8962
CIE-Lab61.6892-8.5594-39.8295

#379ddb color RGB value is (55,157,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011101 11011011
Octal 67 235 333
Decimal 55 157 219
Hex 37 9D DB

RGB Percentages of Color #379ddb

%12.76
%36.43
%50.81

CMYK Percentages of Color #379ddb

%75
%28
%0
%14

Triadic Colors of #379ddb

#379ddb #db379d #9ddb37

Analogous Colors of #379ddb

#379ddb #374bdb #37dbc7

Monochromatic Colors of #379ddb

#379ddb

Complementary Color

#379ddb #db7537

#379ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#379ddb Color CSS Codes

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

#379ddb Text Font Color

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

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


#379ddb Background Color

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

This div background color is #379ddb


#379ddb Border Color

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

This div border color is #379ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379ddb


Comments

No comments written yet.

Please login to write comment.