Color Hex Logo

#376bba Color Hex

#376BBA
(55,107,186)
0 Favorites   0 Comments

Color spaces of #376bba

RGB 55107186
HSL0.600.540.47
HSV216°70°73°
CMYK 0.700.420.00   0.27
XYZ15.696214.872848.4978
Yxy14.87280.19850.1881
Hunter Lab38.56535.1609-47.5645
CIE-Lab45.45959.4071-46.7746

#376bba color RGB value is (55,107,186).

#376bba hex color red value is 55, green value is 107 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #376bba hue: 0.60 , saturation: 0.54 and the lightness value of 376bba is 0.47.

The process color (four color CMYK) of #376bba color hex is 0.70, 0.42, 0.00, 0.27. Web safe color of #376bba is #3366cc. Color #376bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101011 10111010
Octal 67 153 272
Decimal 55 107 186
Hex 37 6B BA

RGB Percentages of Color #376bba

%15.80
%30.75
%53.45

CMYK Percentages of Color #376bba

%70
%42
%0
%27

Triadic Colors of #376bba

#376bba #ba376b #6bba37

Analogous Colors of #376bba

#376bba #4437ba #37adba

Monochromatic Colors of #376bba

#376bba

Complementary Color

#376bba #ba8637

#376bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#376bba Color CSS Codes

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

#376bba Text Font Color

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

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


#376bba Background Color

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

This div background color is #376bba


#376bba Border Color

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

This div border color is #376bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376bba


Comments

No comments written yet.

Please login to write comment.