Color Hex Logo

#349fbd Color Hex

#349FBD
(52,159,189)
0 Favorites   0 Comments

Color spaces of #349fbd

RGB 52159189
HSL0.540.570.47
HSV193°72°74°
CMYK 0.720.160.00   0.26
XYZ22.999629.200552.5682
Yxy29.20050.21950.2787
Hunter Lab54.0375-18.5919-19.8517
CIE-Lab60.9582-20.1403-24.2116

#349fbd color RGB value is (52,159,189).

#349fbd hex color red value is 52, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #349fbd hue: 0.54 , saturation: 0.57 and the lightness value of 349fbd is 0.47.

The process color (four color CMYK) of #349fbd color hex is 0.72, 0.16, 0.00, 0.26. Web safe color of #349fbd is #3399cc. Color #349fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 10111101
Octal 64 237 275
Decimal 52 159 189
Hex 34 9F BD

RGB Percentages of Color #349fbd

%13.00
%39.75
%47.25

CMYK Percentages of Color #349fbd

%72
%16
%0
%26

Triadic Colors of #349fbd

#349fbd #bd349f #9fbd34

Analogous Colors of #349fbd

#349fbd #345bbd #34bd97

Monochromatic Colors of #349fbd

#349fbd

Complementary Color

#349fbd #bd5234

#349fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#349fbd Color CSS Codes

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

#349fbd Text Font Color

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

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


#349fbd Background Color

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

This div background color is #349fbd


#349fbd Border Color

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

This div border color is #349fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349fbd


Comments

No comments written yet.

Please login to write comment.