Color Hex Logo

#343cc6 Color Hex

#343CC6
(52,60,198)
0 Favorites   0 Comments

Color spaces of #343cc6

RGB 5260198
HSL0.660.580.49
HSV237°74°78°
CMYK 0.740.700.00   0.22
XYZ13.22518.039054.2807
Yxy8.03900.17510.1064
Hunter Lab28.353133.6420-93.6607
CIE-Lab34.064043.3007-72.2665

#343cc6 color RGB value is (52,60,198).

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

The process color (four color CMYK) of #343cc6 color hex is 0.74, 0.70, 0.00, 0.22. Web safe color of #343cc6 is #3333cc. Color #343cc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 11000110
Octal 64 74 306
Decimal 52 60 198
Hex 34 3C C6

RGB Percentages of Color #343cc6

%16.77
%19.35
%63.87

CMYK Percentages of Color #343cc6

%74
%70
%0
%22

Triadic Colors of #343cc6

#343cc6 #c6343c #3cc634

Analogous Colors of #343cc6

#343cc6 #7534c6 #3485c6

Monochromatic Colors of #343cc6

#343cc6

Complementary Color

#343cc6 #c6be34

#343cc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343cc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343cc6 Color CSS Codes

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

#343cc6 Text Font Color

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

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


#343cc6 Background Color

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

This div background color is #343cc6


#343cc6 Border Color

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

This div border color is #343cc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343cc6


Comments

No comments written yet.

Please login to write comment.