Color Hex Logo

#377280 Color Hex

#377280
(55,114,128)
0 Favorites   0 Comments

Color spaces of #377280

RGB 55114128
HSL0.530.400.36
HSV192°57°50°
CMYK 0.570.110.00   0.50
XYZ11.489114.405422.5970
Yxy14.40540.23690.2971
Hunter Lab37.9544-12.3870-8.7315
CIE-Lab44.8088-14.8856-13.5687

#377280 color RGB value is (55,114,128).

#377280 hex color red value is 55, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #377280 hue: 0.53 , saturation: 0.40 and the lightness value of 377280 is 0.36.

The process color (four color CMYK) of #377280 color hex is 0.57, 0.11, 0.00, 0.50. Web safe color of #377280 is #336699. Color #377280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110010 10000000
Octal 67 162 200
Decimal 55 114 128
Hex 37 72 80

RGB Percentages of Color #377280

%18.52
%38.38
%43.10

CMYK Percentages of Color #377280

%57
%11
%0
%50

Triadic Colors of #377280

#377280 #803772 #728037

Analogous Colors of #377280

#377280 #374e80 #37806a

Monochromatic Colors of #377280

#377280

Complementary Color

#377280 #804537

#377280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377280 Color CSS Codes

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

#377280 Text Font Color

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

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


#377280 Background Color

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

This div background color is #377280


#377280 Border Color

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

This div border color is #377280


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,114,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #377280; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #377280;
  -webkit-box-shadow: 1px 1px 3px 2px #377280;
  box-shadow:         1px 1px 3px 2px #377280; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377280


Comments

No comments written yet.

Please login to write comment.