Color Hex Logo

#343cbe Color Hex

#343CBE
(52,60,190)
0 Favorites   0 Comments

Color spaces of #343cbe

RGB 5260190
HSL0.660.570.47
HSV237°73°75°
CMYK 0.730.680.00   0.25
XYZ12.32637.679549.5478
Yxy7.67950.17720.1104
Hunter Lab27.711930.9012-86.6098
CIE-Lab33.306340.5589-68.8228

#343cbe color RGB value is (52,60,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 10111110
Octal 64 74 276
Decimal 52 60 190
Hex 34 3C BE

RGB Percentages of Color #343cbe

%17.22
%19.87
%62.91

CMYK Percentages of Color #343cbe

%73
%68
%0
%25

Triadic Colors of #343cbe

#343cbe #be343c #3cbe34

Analogous Colors of #343cbe

#343cbe #7134be #3481be

Monochromatic Colors of #343cbe

#343cbe

Complementary Color

#343cbe #beb634

#343cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#343cbe Color CSS Codes

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

#343cbe Text Font Color

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

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


#343cbe Background Color

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

This div background color is #343cbe


#343cbe Border Color

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

This div border color is #343cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343cbe


Comments

No comments written yet.

Please login to write comment.