Color Hex Logo

#376aba Color Hex

#376ABA
(55,106,186)
0 Favorites   0 Comments

Color spaces of #376aba

RGB 55106186
HSL0.600.540.47
HSV217°70°73°
CMYK 0.700.430.00   0.27
XYZ15.592514.665548.4633
Yxy14.66550.19810.1863
Hunter Lab38.29565.6612-48.2250
CIE-Lab45.172610.0382-47.2330

#376aba color RGB value is (55,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 10111010
Octal 67 152 272
Decimal 55 106 186
Hex 37 6A BA

RGB Percentages of Color #376aba

%15.85
%30.55
%53.60

CMYK Percentages of Color #376aba

%70
%43
%0
%27

Triadic Colors of #376aba

#376aba #ba376a #6aba37

Analogous Colors of #376aba

#376aba #4537ba #37acba

Monochromatic Colors of #376aba

#376aba

Complementary Color

#376aba #ba8737

#376aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#376aba Color CSS Codes

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

#376aba Text Font Color

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

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


#376aba Background Color

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

This div background color is #376aba


#376aba Border Color

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

This div border color is #376aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,106,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 #376aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376aba


Comments

No comments written yet.

Please login to write comment.