Color Hex Logo

#348fbb Color Hex

#348FBB
(52,143,187)
0 Favorites   0 Comments

Color spaces of #348fbb

RGB 52143187
HSL0.550.560.47
HSV200°72°73°
CMYK 0.720.240.00   0.27
XYZ20.208323.962850.5739
Yxy23.96280.21330.2529
Hunter Lab48.9518-11.9773-26.9884
CIE-Lab56.0505-12.1386-30.6633

#348fbb color RGB value is (52,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 10111011
Octal 64 217 273
Decimal 52 143 187
Hex 34 8F BB

RGB Percentages of Color #348fbb

%13.61
%37.43
%48.95

CMYK Percentages of Color #348fbb

%72
%24
%0
%27

Triadic Colors of #348fbb

#348fbb #bb348f #8fbb34

Analogous Colors of #348fbb

#348fbb #344bbb #34bba4

Monochromatic Colors of #348fbb

#348fbb

Complementary Color

#348fbb #bb6034

#348fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348fbb Color CSS Codes

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

#348fbb Text Font Color

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

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


#348fbb Background Color

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

This div background color is #348fbb


#348fbb Border Color

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

This div border color is #348fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,143,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 #348fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348fbb


Comments

No comments written yet.

Please login to write comment.