Color Hex Logo

#348cbb Color Hex

#348CBB
(52,140,187)
0 Favorites   0 Comments

Color spaces of #348cbb

RGB 52140187
HSL0.560.560.47
HSV201°72°73°
CMYK 0.720.250.00   0.27
XYZ19.763923.074150.4258
Yxy23.07410.21190.2474
Hunter Lab48.0355-10.6195-28.6155
CIE-Lab55.1486-10.4547-32.0671

#348cbb color RGB value is (52,140,187).

#348cbb hex color red value is 52, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #348cbb hue: 0.56 , saturation: 0.56 and the lightness value of 348cbb is 0.47.

The process color (four color CMYK) of #348cbb color hex is 0.72, 0.25, 0.00, 0.27. Web safe color of #348cbb is #3399cc. Color #348cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 10111011
Octal 64 214 273
Decimal 52 140 187
Hex 34 8C BB

RGB Percentages of Color #348cbb

%13.72
%36.94
%49.34

CMYK Percentages of Color #348cbb

%72
%25
%0
%27

Triadic Colors of #348cbb

#348cbb #bb348c #8cbb34

Analogous Colors of #348cbb

#348cbb #3449bb #34bba7

Monochromatic Colors of #348cbb

#348cbb

Complementary Color

#348cbb #bb6334

#348cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348cbb Color CSS Codes

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

#348cbb Text Font Color

<p style="color:#348cbb">Text here</p>

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


#348cbb Background Color

<div style="background-color:#348cbb">
Div content here</div>

This div background color is #348cbb


#348cbb Border Color

<div style="border:3px solid #348cbb">
Div here</div>

This div border color is #348cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,140,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #348cbb;
  box-shadow:         1px 1px 3px 2px #348cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348cbb


Comments

No comments written yet.

Please login to write comment.