color codes Logo

#376cfe color codes

#376CFE
(55,108,254)
0 Favorites   0 Comments

Color spaces of #376cfe

RGB 55108254
HSL0.620.990.61
HSV224°78°100°
CMYK 0.780.570.00   0.00
XYZ24.827518.693196.0655
Yxy18.69310.17790.1339
Hunter Lab43.235526.8394-101.4723
CIE-Lab50.326233.7319-77.4668

#376cfe color RGB value is (55,108,254).

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

The process color (four color CMYK) of #376cfe color code is 0.78, 0.57, 0.00, 0.00. Web safe color of #376cfe is #3366ff. Color #376cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 11111110
Octal 67 154 376
Decimal 55 108 254
Hex 37 6C FE

RGB Percentages of Color #376cfe

%13.19
%25.90
%60.91

CMYK Percentages of Color #376cfe

%78
%57
%0
%0

Triadic Colors of #376cfe

#376cfe #fe376c #6cfe37

Analogous Colors of #376cfe

#376cfe #6637fe #37d0fe

Monochromatic Colors of #376cfe

#376cfe

Complementary Color

#376cfe #fec937

#376cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#376cfe Color CSS Codes

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

#376cfe Text Font Color

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

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


#376cfe Background Color

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

This div background color is #376cfe


#376cfe Border Color

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

This div border color is #376cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376cfe


Comments

No comments written yet.

Please login to write comment.