Color Hex Logo

#2591cc Color Hex

#2591CC
(37,145,204)
0 Favorites   0 Comments

Color spaces of #2591cc

RGB 37145204
HSL0.560.690.47
HSV201°82°80°
CMYK 0.820.290.00   0.20
XYZ21.787425.003760.8046
Yxy25.00370.20250.2324
Hunter Lab50.0037-9.7312-37.0942
CIE-Lab57.0790-8.9928-38.6999

#2591cc color RGB value is (37,145,204).

#2591cc hex color red value is 37, green value is 145 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2591cc hue: 0.56 , saturation: 0.69 and the lightness value of 2591cc is 0.47.

The process color (four color CMYK) of #2591cc color hex is 0.82, 0.29, 0.00, 0.20. Web safe color of #2591cc is #3399cc. Color #2591cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010001 11001100
Octal 45 221 314
Decimal 37 145 204
Hex 25 91 CC

RGB Percentages of Color #2591cc

%9.59
%37.56
%52.85

CMYK Percentages of Color #2591cc

%82
%29
%0
%20

Triadic Colors of #2591cc

#2591cc #cc2591 #91cc25

Analogous Colors of #2591cc

#2591cc #253ecc #25ccb4

Monochromatic Colors of #2591cc

#2591cc

Complementary Color

#2591cc #cc6025

#2591cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2591cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2591cc Color CSS Codes

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

#2591cc Text Font Color

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

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


#2591cc Background Color

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

This div background color is #2591cc


#2591cc Border Color

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

This div border color is #2591cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,145,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2591cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2591cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2591cc;
  box-shadow:         1px 1px 3px 2px #2591cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2591cc


Comments

No comments written yet.

Please login to write comment.