Color Hex Logo

#343cbb Color Hex

#343CBB
(52,60,187)
0 Favorites   0 Comments

Color spaces of #343cbb

RGB 5260187
HSL0.660.560.47
HSV236°72°73°
CMYK 0.720.680.00   0.27
XYZ12.00177.549647.8384
Yxy7.54960.17810.1120
Hunter Lab27.476529.8845-83.9941
CIE-Lab33.026739.5226-67.5151

#343cbb color RGB value is (52,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 10111011
Octal 64 74 273
Decimal 52 60 187
Hex 34 3C BB

RGB Percentages of Color #343cbb

%17.39
%20.07
%62.54

CMYK Percentages of Color #343cbb

%72
%68
%0
%27

Triadic Colors of #343cbb

#343cbb #bb343c #3cbb34

Analogous Colors of #343cbb

#343cbb #7034bb #3480bb

Monochromatic Colors of #343cbb

#343cbb

Complementary Color

#343cbb #bbb334

#343cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343cbb Color CSS Codes

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

#343cbb Text Font Color

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

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


#343cbb Background Color

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

This div background color is #343cbb


#343cbb Border Color

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

This div border color is #343cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343cbb


Comments

No comments written yet.

Please login to write comment.