Color Hex Logo

#376acb Color Hex

#376ACB
(55,106,203)
0 Favorites   0 Comments

Color spaces of #376acb

RGB 55106203
HSL0.610.590.51
HSV219°73°80°
CMYK 0.730.480.00   0.20
XYZ17.509115.432158.5558
Yxy15.43210.19140.1687
Hunter Lab39.283710.8125-60.8783
CIE-Lab46.220416.3060-55.3656

#376acb color RGB value is (55,106,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 11001011
Octal 67 152 313
Decimal 55 106 203
Hex 37 6A CB

RGB Percentages of Color #376acb

%15.11
%29.12
%55.77

CMYK Percentages of Color #376acb

%73
%48
%0
%20

Triadic Colors of #376acb

#376acb #cb376a #6acb37

Analogous Colors of #376acb

#376acb #4e37cb #37b4cb

Monochromatic Colors of #376acb

#376acb

Complementary Color

#376acb #cb9837

#376acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#376acb Color CSS Codes

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

#376acb Text Font Color

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

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


#376acb Background Color

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

This div background color is #376acb


#376acb Border Color

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

This div border color is #376acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376acb


Comments

No comments written yet.

Please login to write comment.