Color Hex Logo

#376cdc Color Hex

#376CDC
(55,108,220)
0 Favorites   0 Comments

Color spaces of #376cdc

RGB 55108220
HSL0.610.700.54
HSV221°75°86°
CMYK 0.750.510.00   0.14
XYZ19.856416.704769.8879
Yxy16.70470.18650.1569
Hunter Lab40.871415.1951-72.7728
CIE-Lab47.885821.3119-62.3739

#376cdc color RGB value is (55,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 11011100
Octal 67 154 334
Decimal 55 108 220
Hex 37 6C DC

RGB Percentages of Color #376cdc

%14.36
%28.20
%57.44

CMYK Percentages of Color #376cdc

%75
%51
%0
%14

Triadic Colors of #376cdc

#376cdc #dc376c #6cdc37

Analogous Colors of #376cdc

#376cdc #5537dc #37bfdc

Monochromatic Colors of #376cdc

#376cdc

Complementary Color

#376cdc #dca737

#376cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#376cdc Color CSS Codes

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

#376cdc Text Font Color

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

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


#376cdc Background Color

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

This div background color is #376cdc


#376cdc Border Color

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

This div border color is #376cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376cdc


Comments

No comments written yet.

Please login to write comment.