Color Hex Logo

#376fdd Color Hex

#376FDD
(55,111,221)
0 Favorites   0 Comments

Color spaces of #376fdd

RGB 55111221
HSL0.610.710.54
HSV220°75°87°
CMYK 0.750.500.00   0.13
XYZ20.311117.401670.6949
Yxy17.40160.18740.1605
Hunter Lab41.715213.9098-71.2783
CIE-Lab48.762119.7821-61.5245

#376fdd color RGB value is (55,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101111 11011101
Octal 67 157 335
Decimal 55 111 221
Hex 37 6F DD

RGB Percentages of Color #376fdd

%14.21
%28.68
%57.11

CMYK Percentages of Color #376fdd

%75
%50
%0
%13

Triadic Colors of #376fdd

#376fdd #dd376f #6fdd37

Analogous Colors of #376fdd

#376fdd #5237dd #37c2dd

Monochromatic Colors of #376fdd

#376fdd

Complementary Color

#376fdd #dda537

#376fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#376fdd Color CSS Codes

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

#376fdd Text Font Color

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

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


#376fdd Background Color

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

This div background color is #376fdd


#376fdd Border Color

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

This div border color is #376fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376fdd


Comments

No comments written yet.

Please login to write comment.