Color Hex Logo

#2531bb Color Hex

#2531BB
(37,49,187)
0 Favorites   0 Comments

Color spaces of #2531bb

RGB 3749187
HSL0.650.670.44
HSV235°80°73°
CMYK 0.800.740.00   0.27
XYZ10.83096.177847.6353
Yxy6.17780.16750.0956
Hunter Lab24.855234.2866-96.2315
CIE-Lab29.856744.7490-72.7651

#2531bb color RGB value is (37,49,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 10111011
Octal 45 61 273
Decimal 37 49 187
Hex 25 31 BB

RGB Percentages of Color #2531bb

%13.55
%17.95
%68.50

CMYK Percentages of Color #2531bb

%80
%74
%0
%27

Triadic Colors of #2531bb

#2531bb #bb2531 #31bb25

Analogous Colors of #2531bb

#2531bb #6425bb #257cbb

Monochromatic Colors of #2531bb

#2531bb

Complementary Color

#2531bb #bbaf25

#2531bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2531bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2531bb Color CSS Codes

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

#2531bb Text Font Color

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

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


#2531bb Background Color

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

This div background color is #2531bb


#2531bb Border Color

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

This div border color is #2531bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,49,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 #2531bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2531bb


Comments

No comments written yet.

Please login to write comment.