Color Hex Logo

#349baa Color Hex

#349BAA
(52,155,170)
0 Favorites   0 Comments

Color spaces of #349baa

RGB 52155170
HSL0.520.530.44
HSV188°69°67°
CMYK 0.690.090.00   0.33
XYZ20.393227.075042.1814
Yxy27.07500.22750.3020
Hunter Lab52.0336-21.1006-11.6403
CIE-Lab59.0437-24.1327-16.4119

#349baa color RGB value is (52,155,170).

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

The process color (four color CMYK) of #349baa color hex is 0.69, 0.09, 0.00, 0.33. Web safe color of #349baa is #339999. Color #349baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 10101010
Octal 64 233 252
Decimal 52 155 170
Hex 34 9B AA

RGB Percentages of Color #349baa

%13.79
%41.11
%45.09

CMYK Percentages of Color #349baa

%69
%9
%0
%33

Triadic Colors of #349baa

#349baa #aa349b #9baa34

Analogous Colors of #349baa

#349baa #3460aa #34aa7e

Monochromatic Colors of #349baa

#349baa

Complementary Color

#349baa #aa4334

#349baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#349baa Color CSS Codes

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

#349baa Text Font Color

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

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


#349baa Background Color

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

This div background color is #349baa


#349baa Border Color

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

This div border color is #349baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349baa


Comments

No comments written yet.

Please login to write comment.