Color Hex Logo

#379bdd Color Hex

#379BDD
(55,155,221)
0 Favorites   0 Comments

Color spaces of #379bdd

RGB 55155221
HSL0.570.710.54
HSV204°75°87°
CMYK 0.750.300.00   0.13
XYZ26.348029.475472.7072
Yxy29.47540.20500.2293
Hunter Lab54.2913-8.3821-41.3977
CIE-Lab61.1989-6.7373-41.7096

#379bdd color RGB value is (55,155,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 11011101
Octal 67 233 335
Decimal 55 155 221
Hex 37 9B DD

RGB Percentages of Color #379bdd

%12.76
%35.96
%51.28

CMYK Percentages of Color #379bdd

%75
%30
%0
%13

Triadic Colors of #379bdd

#379bdd #dd379b #9bdd37

Analogous Colors of #379bdd

#379bdd #3748dd #37ddcc

Monochromatic Colors of #379bdd

#379bdd

Complementary Color

#379bdd #dd7937

#379bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bdd Color CSS Codes

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

#379bdd Text Font Color

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

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


#379bdd Background Color

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

This div background color is #379bdd


#379bdd Border Color

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

This div border color is #379bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bdd


Comments

No comments written yet.

Please login to write comment.