Color Hex Logo

#349cb2 Color Hex

#349CB2
(52,156,178)
0 Favorites   0 Comments

Color spaces of #349cb2

RGB 52156178
HSL0.530.550.45
HSV190°71°70°
CMYK 0.710.120.00   0.30
XYZ21.340527.721446.3455
Yxy27.72140.22370.2906
Hunter Lab52.6511-19.7900-15.3335
CIE-Lab59.6362-22.1218-20.0382

#349cb2 color RGB value is (52,156,178).

#349cb2 hex color red value is 52, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #349cb2 hue: 0.53 , saturation: 0.55 and the lightness value of 349cb2 is 0.45.

The process color (four color CMYK) of #349cb2 color hex is 0.71, 0.12, 0.00, 0.30. Web safe color of #349cb2 is #339999. Color #349cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011100 10110010
Octal 64 234 262
Decimal 52 156 178
Hex 34 9C B2

RGB Percentages of Color #349cb2

%13.47
%40.41
%46.11

CMYK Percentages of Color #349cb2

%71
%12
%0
%30

Triadic Colors of #349cb2

#349cb2 #b2349c #9cb234

Analogous Colors of #349cb2

#349cb2 #345db2 #34b289

Monochromatic Colors of #349cb2

#349cb2

Complementary Color

#349cb2 #b24a34

#349cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#349cb2 Color CSS Codes

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

#349cb2 Text Font Color

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

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


#349cb2 Background Color

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

This div background color is #349cb2


#349cb2 Border Color

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

This div border color is #349cb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349cb2


Comments

No comments written yet.

Please login to write comment.