Color Hex Logo

#349fbc Color Hex

#349FBC
(52,159,188)
0 Favorites   0 Comments

Color spaces of #349fbc

RGB 52159188
HSL0.540.570.47
HSV193°72°74°
CMYK 0.720.150.00   0.26
XYZ22.891429.157251.9983
Yxy29.15720.22000.2802
Hunter Lab53.9974-18.8230-19.2968
CIE-Lab60.9201-20.4656-23.7082

#349fbc color RGB value is (52,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 10111100
Octal 64 237 274
Decimal 52 159 188
Hex 34 9F BC

RGB Percentages of Color #349fbc

%13.03
%39.85
%47.12

CMYK Percentages of Color #349fbc

%72
%15
%0
%26

Triadic Colors of #349fbc

#349fbc #bc349f #9fbc34

Analogous Colors of #349fbc

#349fbc #345bbc #34bc95

Monochromatic Colors of #349fbc

#349fbc

Complementary Color

#349fbc #bc5134

#349fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#349fbc Color CSS Codes

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

#349fbc Text Font Color

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

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


#349fbc Background Color

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

This div background color is #349fbc


#349fbc Border Color

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

This div border color is #349fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349fbc


Comments

No comments written yet.

Please login to write comment.