Color Hex Logo

#376ecf Color Hex

#376ECF
(55,110,207)
0 Favorites   0 Comments

Color spaces of #376ecf

RGB 55110207
HSL0.610.610.51
HSV218°73°81°
CMYK 0.730.470.00   0.19
XYZ18.414016.469161.2398
Yxy16.46910.19160.1713
Hunter Lab40.58219.9750-61.0631
CIE-Lab47.584015.2475-55.4626

#376ecf color RGB value is (55,110,207).

#376ecf hex color red value is 55, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #376ecf hue: 0.61 , saturation: 0.61 and the lightness value of 376ecf is 0.51.

The process color (four color CMYK) of #376ecf color hex is 0.73, 0.47, 0.00, 0.19. Web safe color of #376ecf is #3366cc. Color #376ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101110 11001111
Octal 67 156 317
Decimal 55 110 207
Hex 37 6E CF

RGB Percentages of Color #376ecf

%14.78
%29.57
%55.65

CMYK Percentages of Color #376ecf

%73
%47
%0
%19

Triadic Colors of #376ecf

#376ecf #cf376e #6ecf37

Analogous Colors of #376ecf

#376ecf #4c37cf #37bacf

Monochromatic Colors of #376ecf

#376ecf

Complementary Color

#376ecf #cf9837

#376ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#376ecf Color CSS Codes

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

#376ecf Text Font Color

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

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


#376ecf Background Color

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

This div background color is #376ecf


#376ecf Border Color

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

This div border color is #376ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376ecf


Comments

No comments written yet.

Please login to write comment.