Color Hex Logo

#343dbb Color Hex

#343DBB
(52,61,187)
0 Favorites   0 Comments

Color spaces of #343dbb

RGB 5261187
HSL0.660.560.47
HSV236°72°73°
CMYK 0.720.670.00   0.27
XYZ12.05467.655447.8560
Yxy7.65540.17840.1133
Hunter Lab27.668429.3494-83.1817
CIE-Lab33.254738.9081-67.1407

#343dbb color RGB value is (52,61,187).

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

The process color (four color CMYK) of #343dbb color hex is 0.72, 0.67, 0.00, 0.27. Web safe color of #343dbb is #3333cc. Color #343dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111101 10111011
Octal 64 75 273
Decimal 52 61 187
Hex 34 3D BB

RGB Percentages of Color #343dbb

%17.33
%20.33
%62.33

CMYK Percentages of Color #343dbb

%72
%67
%0
%27

Triadic Colors of #343dbb

#343dbb #bb343d #3dbb34

Analogous Colors of #343dbb

#343dbb #6f34bb #3481bb

Monochromatic Colors of #343dbb

#343dbb

Complementary Color

#343dbb #bbb234

#343dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343dbb Color CSS Codes

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

#343dbb Text Font Color

<p style="color:#343dbb">Text here</p>

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


#343dbb Background Color

<div style="background-color:#343dbb">
Div content here</div>

This div background color is #343dbb


#343dbb Border Color

<div style="border:3px solid #343dbb">
Div here</div>

This div border color is #343dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343dbb


Comments

No comments written yet.

Please login to write comment.