Color Hex Logo

#348bbd Color Hex

#348BBD
(52,139,189)
0 Favorites   0 Comments

Color spaces of #348bbd

RGB 52139189
HSL0.560.570.47
HSV202°72°74°
CMYK 0.720.260.00   0.26
XYZ19.834122.869451.5130
Yxy22.86940.21050.2427
Hunter Lab47.8220-9.6558-30.3908
CIE-Lab54.9376-9.1948-33.5351

#348bbd color RGB value is (52,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 10111101
Octal 64 213 275
Decimal 52 139 189
Hex 34 8B BD

RGB Percentages of Color #348bbd

%13.68
%36.58
%49.74

CMYK Percentages of Color #348bbd

%72
%26
%0
%26

Triadic Colors of #348bbd

#348bbd #bd348b #8bbd34

Analogous Colors of #348bbd

#348bbd #3447bd #34bdab

Monochromatic Colors of #348bbd

#348bbd

Complementary Color

#348bbd #bd6634

#348bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bbd Color CSS Codes

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

#348bbd Text Font Color

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

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


#348bbd Background Color

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

This div background color is #348bbd


#348bbd Border Color

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

This div border color is #348bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bbd


Comments

No comments written yet.

Please login to write comment.