Color Hex Logo

#376bdf Color Hex

#376BDF
(55,107,223)
0 Favorites   0 Comments

Color spaces of #376bdf

RGB 55107223
HSL0.620.720.55
HSV221°75°87°
CMYK 0.750.520.00   0.13
XYZ20.152516.655371.9647
Yxy16.65530.18530.1531
Hunter Lab40.810916.7245-75.9825
CIE-Lab47.822723.0511-64.1748

#376bdf color RGB value is (55,107,223).

#376bdf hex color red value is 55, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #376bdf hue: 0.62 , saturation: 0.72 and the lightness value of 376bdf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101011 11011111
Octal 67 153 337
Decimal 55 107 223
Hex 37 6B DF

RGB Percentages of Color #376bdf

%14.29
%27.79
%57.92

CMYK Percentages of Color #376bdf

%75
%52
%0
%13

Triadic Colors of #376bdf

#376bdf #df376b #6bdf37

Analogous Colors of #376bdf

#376bdf #5737df #37bfdf

Monochromatic Colors of #376bdf

#376bdf

Complementary Color

#376bdf #dfab37

#376bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#376bdf Color CSS Codes

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

#376bdf Text Font Color

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

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


#376bdf Background Color

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

This div background color is #376bdf


#376bdf Border Color

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

This div border color is #376bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376bdf


Comments

No comments written yet.

Please login to write comment.