Color Hex Logo

#2549bb Color Hex

#2549BB
(37,73,187)
0 Favorites   0 Comments

Color spaces of #2549bb

RGB 3773187
HSL0.630.670.44
HSV226°80°73°
CMYK 0.800.610.00   0.27
XYZ12.11518.746348.0634
Yxy8.74630.17580.1269
Hunter Lab29.574121.3681-75.6552
CIE-Lab35.491229.6875-63.5040

#2549bb color RGB value is (37,73,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 10111011
Octal 45 111 273
Decimal 37 73 187
Hex 25 49 BB

RGB Percentages of Color #2549bb

%12.46
%24.58
%62.96

CMYK Percentages of Color #2549bb

%80
%61
%0
%27

Triadic Colors of #2549bb

#2549bb #bb2549 #49bb25

Analogous Colors of #2549bb

#2549bb #4c25bb #2594bb

Monochromatic Colors of #2549bb

#2549bb

Complementary Color

#2549bb #bb9725

#2549bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2549bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2549bb Color CSS Codes

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

#2549bb Text Font Color

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

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


#2549bb Background Color

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

This div background color is #2549bb


#2549bb Border Color

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

This div border color is #2549bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2549bb


Comments

No comments written yet.

Please login to write comment.