Color Hex Logo

#2577b5 Color Hex

#2577B5
(37,119,181)
0 Favorites   0 Comments

Color spaces of #2577b5

RGB 37119181
HSL0.570.660.43
HSV206°80°71°
CMYK 0.800.340.00   0.29
XYZ15.700316.923246.1551
Yxy16.92320.19930.2148
Hunter Lab41.1378-3.8664-37.7247
CIE-Lab48.1631-2.2226-39.6131

#2577b5 color RGB value is (37,119,181).

#2577b5 hex color red value is 37, green value is 119 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #2577b5 hue: 0.57 , saturation: 0.66 and the lightness value of 2577b5 is 0.43.

The process color (four color CMYK) of #2577b5 color hex is 0.80, 0.34, 0.00, 0.29. Web safe color of #2577b5 is #3366cc. Color #2577b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110111 10110101
Octal 45 167 265
Decimal 37 119 181
Hex 25 77 B5

RGB Percentages of Color #2577b5

%10.98
%35.31
%53.71

CMYK Percentages of Color #2577b5

%80
%34
%0
%29

Triadic Colors of #2577b5

#2577b5 #b52577 #77b525

Analogous Colors of #2577b5

#2577b5 #252fb5 #25b5ab

Monochromatic Colors of #2577b5

#2577b5

Complementary Color

#2577b5 #b56325

#2577b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2577b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2577b5 Color CSS Codes

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

#2577b5 Text Font Color

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

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


#2577b5 Background Color

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

This div background color is #2577b5


#2577b5 Border Color

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

This div border color is #2577b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,119,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2577b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2577b5;
  -webkit-box-shadow: 1px 1px 3px 2px #2577b5;
  box-shadow:         1px 1px 3px 2px #2577b5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,119,181, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2577b5


Comments

No comments written yet.

Please login to write comment.