Color Hex Logo

#376fce Color Hex

#376FCE
(55,111,206)
0 Favorites   0 Comments

Color spaces of #376fce

RGB 55111206
HSL0.600.610.51
HSV218°73°81°
CMYK 0.730.460.00   0.19
XYZ18.400616.637360.6340
Yxy16.63730.19230.1739
Hunter Lab40.78889.1442-59.5844
CIE-Lab47.799714.2474-54.5444

#376fce color RGB value is (55,111,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101111 11001110
Octal 67 157 316
Decimal 55 111 206
Hex 37 6F CE

RGB Percentages of Color #376fce

%14.78
%29.84
%55.38

CMYK Percentages of Color #376fce

%73
%46
%0
%19

Triadic Colors of #376fce

#376fce #ce376f #6fce37

Analogous Colors of #376fce

#376fce #4a37ce #37bbce

Monochromatic Colors of #376fce

#376fce

Complementary Color

#376fce #ce9637

#376fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#376fce Color CSS Codes

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

#376fce Text Font Color

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

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


#376fce Background Color

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

This div background color is #376fce


#376fce Border Color

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

This div border color is #376fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376fce


Comments

No comments written yet.

Please login to write comment.