Color Hex Logo

#3491eb Color Hex

#3491EB
(52,145,235)
0 Favorites   0 Comments

Color spaces of #3491eb

RGB 52145235
HSL0.580.820.56
HSV210°78°92°
CMYK 0.780.380.00   0.08
XYZ26.537026.979082.4061
Yxy26.97900.19520.1985
Hunter Lab51.94130.2990-57.7060
CIE-Lab58.95493.7129-53.0296

#3491eb color RGB value is (52,145,235).

#3491eb hex color red value is 52, green value is 145 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3491eb hue: 0.58 , saturation: 0.82 and the lightness value of 3491eb is 0.56.

The process color (four color CMYK) of #3491eb color hex is 0.78, 0.38, 0.00, 0.08. Web safe color of #3491eb is #3399ff. Color #3491eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10010001 11101011
Octal 64 221 353
Decimal 52 145 235
Hex 34 91 EB

RGB Percentages of Color #3491eb

%12.04
%33.56
%54.40

CMYK Percentages of Color #3491eb

%78
%38
%0
%8

Triadic Colors of #3491eb

#3491eb #eb3491 #91eb34

Analogous Colors of #3491eb

#3491eb #3436eb #34ebea

Monochromatic Colors of #3491eb

#3491eb

Complementary Color

#3491eb #eb8e34

#3491eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3491eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3491eb Color CSS Codes

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

#3491eb Text Font Color

<p style="color:#3491eb">Text here</p>

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


#3491eb Background Color

<div style="background-color:#3491eb">
Div content here</div>

This div background color is #3491eb


#3491eb Border Color

<div style="border:3px solid #3491eb">
Div here</div>

This div border color is #3491eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,145,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3491eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3491eb;
  -webkit-box-shadow: 1px 1px 3px 2px #3491eb;
  box-shadow:         1px 1px 3px 2px #3491eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,145,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3491eb


Comments

No comments written yet.

Please login to write comment.