Color Hex Logo

#376bdd Color Hex

#376BDD
(55,107,221)
0 Favorites   0 Comments

Color spaces of #376bdd

RGB 55107221
HSL0.610.710.54
HSV221°75°87°
CMYK 0.750.520.00   0.13
XYZ19.884416.548170.5527
Yxy16.54810.18590.1547
Hunter Lab40.679416.0634-74.3547
CIE-Lab47.685522.3145-63.2645

#376bdd color RGB value is (55,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101011 11011101
Octal 67 153 335
Decimal 55 107 221
Hex 37 6B DD

RGB Percentages of Color #376bdd

%14.36
%27.94
%57.70

CMYK Percentages of Color #376bdd

%75
%52
%0
%13

Triadic Colors of #376bdd

#376bdd #dd376b #6bdd37

Analogous Colors of #376bdd

#376bdd #5637dd #37bedd

Monochromatic Colors of #376bdd

#376bdd

Complementary Color

#376bdd #dda937

#376bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#376bdd Color CSS Codes

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

#376bdd Text Font Color

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

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


#376bdd Background Color

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

This div background color is #376bdd


#376bdd Border Color

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

This div border color is #376bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376bdd


Comments

No comments written yet.

Please login to write comment.