Color Hex Logo

#3489db Color Hex

#3489DB
(52,137,219)
0 Favorites   0 Comments

Color spaces of #3489db

RGB 52137219
HSL0.580.700.53
HSV209°76°86°
CMYK 0.760.370.00   0.14
XYZ23.148023.735970.3793
Yxy23.73590.19740.2024
Hunter Lab48.7195-0.4488-51.5456
CIE-Lab55.82242.6654-49.0935

#3489db color RGB value is (52,137,219).

#3489db hex color red value is 52, green value is 137 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3489db hue: 0.58 , saturation: 0.70 and the lightness value of 3489db is 0.53.

The process color (four color CMYK) of #3489db color hex is 0.76, 0.37, 0.00, 0.14. Web safe color of #3489db is #3399cc. Color #3489db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001001 11011011
Octal 64 211 333
Decimal 52 137 219
Hex 34 89 DB

RGB Percentages of Color #3489db

%12.75
%33.58
%53.68

CMYK Percentages of Color #3489db

%76
%37
%0
%14

Triadic Colors of #3489db

#3489db #db3489 #89db34

Analogous Colors of #3489db

#3489db #3436db #34dbda

Monochromatic Colors of #3489db

#3489db

Complementary Color

#3489db #db8634

#3489db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3489db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3489db Color CSS Codes

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

#3489db Text Font Color

<p style="color:#3489db">Text here</p>

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


#3489db Background Color

<div style="background-color:#3489db">
Div content here</div>

This div background color is #3489db


#3489db Border Color

<div style="border:3px solid #3489db">
Div here</div>

This div border color is #3489db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,137,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3489db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3489db;
  -webkit-box-shadow: 1px 1px 3px 2px #3489db;
  box-shadow:         1px 1px 3px 2px #3489db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3489db


Comments

No comments written yet.

Please login to write comment.