Color Hex Logo

#2588aa Color Hex

#2588AA
(37,136,170)
0 Favorites   0 Comments

Color spaces of #2588aa

RGB 37136170
HSL0.540.640.41
HSV195°78°67°
CMYK 0.780.200.00   0.33
XYZ16.822820.903941.1784
Yxy20.90390.21320.2649
Hunter Lab45.7208-14.3329-21.3950
CIE-Lab52.8442-16.0113-25.9359

#2588aa color RGB value is (37,136,170).

#2588aa hex color red value is 37, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2588aa hue: 0.54 , saturation: 0.64 and the lightness value of 2588aa is 0.41.

The process color (four color CMYK) of #2588aa color hex is 0.78, 0.20, 0.00, 0.33. Web safe color of #2588aa is #339999. Color #2588aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10001000 10101010
Octal 45 210 252
Decimal 37 136 170
Hex 25 88 AA

RGB Percentages of Color #2588aa

%10.79
%39.65
%49.56

CMYK Percentages of Color #2588aa

%78
%20
%0
%33

Triadic Colors of #2588aa

#2588aa #aa2588 #88aa25

Analogous Colors of #2588aa

#2588aa #2546aa #25aa8a

Monochromatic Colors of #2588aa

#2588aa

Complementary Color

#2588aa #aa4725

#2588aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2588aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2588aa Color CSS Codes

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

#2588aa Text Font Color

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

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


#2588aa Background Color

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

This div background color is #2588aa


#2588aa Border Color

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

This div border color is #2588aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,136,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2588aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2588aa;
  -webkit-box-shadow: 1px 1px 3px 2px #2588aa;
  box-shadow:         1px 1px 3px 2px #2588aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2588aa


Comments

No comments written yet.

Please login to write comment.