Color Hex Logo

#2577bd Color Hex

#2577BD
(37,119,189)
0 Favorites   0 Comments

Color spaces of #2577bd

RGB 37119189
HSL0.580.670.44
HSV208°80°74°
CMYK 0.800.370.00   0.26
XYZ16.545117.261150.6038
Yxy17.26110.19600.2045
Hunter Lab41.5465-1.6221-43.1330
CIE-Lab48.58740.7837-43.5614

#2577bd color RGB value is (37,119,189).

#2577bd hex color red value is 37, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2577bd hue: 0.58 , saturation: 0.67 and the lightness value of 2577bd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01110111 10111101
Octal 45 167 275
Decimal 37 119 189
Hex 25 77 BD

RGB Percentages of Color #2577bd

%10.72
%34.49
%54.78

CMYK Percentages of Color #2577bd

%80
%37
%0
%26

Triadic Colors of #2577bd

#2577bd #bd2577 #77bd25

Analogous Colors of #2577bd

#2577bd #252bbd #25bdb7

Monochromatic Colors of #2577bd

#2577bd

Complementary Color

#2577bd #bd6b25

#2577bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2577bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2577bd Color CSS Codes

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

#2577bd Text Font Color

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

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


#2577bd Background Color

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

This div background color is #2577bd


#2577bd Border Color

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

This div border color is #2577bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2577bd


Comments

No comments written yet.

Please login to write comment.