Color Hex Logo

#3046bb Color Hex

#3046BB
(48,70,187)
0 Favorites   0 Comments

Color spaces of #3046bb

RGB 4870187
HSL0.640.590.46
HSV231°74°73°
CMYK 0.740.630.00   0.27
XYZ12.37878.596648.0206
Yxy8.59660.17940.1246
Hunter Lab29.320024.0516-76.5819
CIE-Lab35.195732.7730-63.9682

#3046bb color RGB value is (48,70,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000110 10111011
Octal 60 106 273
Decimal 48 70 187
Hex 30 46 BB

RGB Percentages of Color #3046bb

%15.74
%22.95
%61.31

CMYK Percentages of Color #3046bb

%74
%63
%0
%27

Triadic Colors of #3046bb

#3046bb #bb3046 #46bb30

Analogous Colors of #3046bb

#3046bb #5f30bb #308cbb

Monochromatic Colors of #3046bb

#3046bb

Complementary Color

#3046bb #bba530

#3046bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3046bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3046bb Color CSS Codes

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

#3046bb Text Font Color

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

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


#3046bb Background Color

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

This div background color is #3046bb


#3046bb Border Color

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

This div border color is #3046bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3046bb


Comments

No comments written yet.

Please login to write comment.