Color Hex Logo

#2529bb Color Hex

#2529BB
(37,41,187)
0 Favorites   0 Comments

Color spaces of #2529bb

RGB 3741187
HSL0.660.670.44
HSV238°80°73°
CMYK 0.800.780.00   0.27
XYZ10.52555.567047.5335
Yxy5.56700.16540.0875
Hunter Lab23.594538.3385-102.9296
CIE-Lab28.292749.1904-75.3535

#2529bb color RGB value is (37,41,187).

#2529bb hex color red value is 37, green value is 41 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2529bb hue: 0.66 , saturation: 0.67 and the lightness value of 2529bb is 0.44.

The process color (four color CMYK) of #2529bb color hex is 0.80, 0.78, 0.00, 0.27. Web safe color of #2529bb is #3333cc. Color #2529bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 10111011
Octal 45 51 273
Decimal 37 41 187
Hex 25 29 BB

RGB Percentages of Color #2529bb

%13.96
%15.47
%70.57

CMYK Percentages of Color #2529bb

%80
%78
%0
%27

Triadic Colors of #2529bb

#2529bb #bb2529 #29bb25

Analogous Colors of #2529bb

#2529bb #6c25bb #2574bb

Monochromatic Colors of #2529bb

#2529bb

Complementary Color

#2529bb #bbb725

#2529bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2529bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2529bb Color CSS Codes

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

#2529bb Text Font Color

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

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


#2529bb Background Color

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

This div background color is #2529bb


#2529bb Border Color

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

This div border color is #2529bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,41,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2529bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2529bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2529bb;
  box-shadow:         1px 1px 3px 2px #2529bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2529bb


Comments

No comments written yet.

Please login to write comment.