Color Hex Logo

#3049bb Color Hex

#3049BB
(48,73,187)
0 Favorites   0 Comments

Color spaces of #3049bb

RGB 4873187
HSL0.640.590.46
HSV229°74°73°
CMYK 0.740.610.00   0.27
XYZ12.57118.981348.0847
Yxy8.98130.18050.1290
Hunter Lab29.968822.4304-74.1521
CIE-Lab35.948330.8355-62.7384

#3049bb color RGB value is (48,73,187).

#3049bb hex color red value is 48, green value is 73 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3049bb hue: 0.64 , saturation: 0.59 and the lightness value of 3049bb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 10111011
Octal 60 111 273
Decimal 48 73 187
Hex 30 49 BB

RGB Percentages of Color #3049bb

%15.58
%23.70
%60.71

CMYK Percentages of Color #3049bb

%74
%61
%0
%27

Triadic Colors of #3049bb

#3049bb #bb3049 #49bb30

Analogous Colors of #3049bb

#3049bb #5c30bb #308fbb

Monochromatic Colors of #3049bb

#3049bb

Complementary Color

#3049bb #bba230

#3049bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3049bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3049bb Color CSS Codes

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

#3049bb Text Font Color

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

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


#3049bb Background Color

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

This div background color is #3049bb


#3049bb Border Color

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

This div border color is #3049bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3049bb


Comments

No comments written yet.

Please login to write comment.