Color Hex Logo

#349bdb Color Hex

#349BDB
(52,155,219)
0 Favorites   0 Comments

Color spaces of #349bdb

RGB 52155219
HSL0.560.700.53
HSV203°76°86°
CMYK 0.760.290.00   0.14
XYZ25.923729.287271.3045
Yxy29.28720.20490.2315
Hunter Lab54.1176-9.1999-40.2371
CIE-Lab61.0343-7.7871-40.8620

#349bdb color RGB value is (52,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 11011011
Octal 64 233 333
Decimal 52 155 219
Hex 34 9B DB

RGB Percentages of Color #349bdb

%12.21
%36.38
%51.41

CMYK Percentages of Color #349bdb

%76
%29
%0
%14

Triadic Colors of #349bdb

#349bdb #db349b #9bdb34

Analogous Colors of #349bdb

#349bdb #3448db #34dbc8

Monochromatic Colors of #349bdb

#349bdb

Complementary Color

#349bdb #db7434

#349bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#349bdb Color CSS Codes

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

#349bdb Text Font Color

<p style="color:#349bdb">Text here</p>

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


#349bdb Background Color

<div style="background-color:#349bdb">
Div content here</div>

This div background color is #349bdb


#349bdb Border Color

<div style="border:3px solid #349bdb">
Div here</div>

This div border color is #349bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,155,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 #349bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349bdb


Comments

No comments written yet.

Please login to write comment.