Color Hex Logo

#349bbe Color Hex

#349BBE
(52,155,190)
0 Favorites   0 Comments

Color spaces of #349bbe

RGB 52155190
HSL0.540.570.47
HSV195°73°75°
CMYK 0.730.180.00   0.25
XYZ22.431827.890552.9163
Yxy27.89050.21730.2702
Hunter Lab52.8115-16.6017-22.4397
CIE-Lab59.7897-17.6891-26.5718

#349bbe color RGB value is (52,155,190).

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

The process color (four color CMYK) of #349bbe color hex is 0.73, 0.18, 0.00, 0.25. Web safe color of #349bbe is #3399cc. Color #349bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 10111110
Octal 64 233 276
Decimal 52 155 190
Hex 34 9B BE

RGB Percentages of Color #349bbe

%13.10
%39.04
%47.86

CMYK Percentages of Color #349bbe

%73
%18
%0
%25

Triadic Colors of #349bbe

#349bbe #be349b #9bbe34

Analogous Colors of #349bbe

#349bbe #3456be #34be9c

Monochromatic Colors of #349bbe

#349bbe

Complementary Color

#349bbe #be5734

#349bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#349bbe Color CSS Codes

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

#349bbe Text Font Color

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

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


#349bbe Background Color

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

This div background color is #349bbe


#349bbe Border Color

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

This div border color is #349bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349bbe


Comments

No comments written yet.

Please login to write comment.