Color Hex Logo

#376cbf Color Hex

#376CBF
(55,108,191)
0 Favorites   0 Comments

Color spaces of #376cbf

RGB 55108191
HSL0.600.550.48
HSV217°71°75°
CMYK 0.710.430.00   0.25
XYZ16.342115.298951.3819
Yxy15.29890.19680.1843
Hunter Lab39.11386.1297-50.5067
CIE-Lab46.040910.6133-48.7418

#376cbf color RGB value is (55,108,191).

#376cbf hex color red value is 55, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #376cbf hue: 0.60 , saturation: 0.55 and the lightness value of 376cbf is 0.48.

The process color (four color CMYK) of #376cbf color hex is 0.71, 0.43, 0.00, 0.25. Web safe color of #376cbf is #3366cc. Color #376cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 10111111
Octal 67 154 277
Decimal 55 108 191
Hex 37 6C BF

RGB Percentages of Color #376cbf

%15.54
%30.51
%53.95

CMYK Percentages of Color #376cbf

%71
%43
%0
%25

Triadic Colors of #376cbf

#376cbf #bf376c #6cbf37

Analogous Colors of #376cbf

#376cbf #4637bf #37b0bf

Monochromatic Colors of #376cbf

#376cbf

Complementary Color

#376cbf #bf8a37

#376cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#376cbf Color CSS Codes

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

#376cbf Text Font Color

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

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


#376cbf Background Color

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

This div background color is #376cbf


#376cbf Border Color

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

This div border color is #376cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376cbf


Comments

No comments written yet.

Please login to write comment.