Color Hex Logo

#346fce Color Hex

#346FCE
(52,111,206)
0 Favorites   0 Comments

Color spaces of #346fce

RGB 52111206
HSL0.600.610.51
HSV217°75°81°
CMYK 0.750.460.00   0.19
XYZ18.241216.555260.6266
Yxy16.55520.19120.1735
Hunter Lab40.68818.8206-59.8624
CIE-Lab47.694613.8629-54.7190

#346fce color RGB value is (52,111,206).

#346fce hex color red value is 52, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #346fce hue: 0.60 , saturation: 0.61 and the lightness value of 346fce is 0.51.

The process color (four color CMYK) of #346fce color hex is 0.75, 0.46, 0.00, 0.19. Web safe color of #346fce is #3366cc. Color #346fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11001110
Octal 64 157 316
Decimal 52 111 206
Hex 34 6F CE

RGB Percentages of Color #346fce

%14.09
%30.08
%55.83

CMYK Percentages of Color #346fce

%75
%46
%0
%19

Triadic Colors of #346fce

#346fce #ce346f #6fce34

Analogous Colors of #346fce

#346fce #4634ce #34bcce

Monochromatic Colors of #346fce

#346fce

Complementary Color

#346fce #ce9334

#346fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fce Color CSS Codes

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

#346fce Text Font Color

<p style="color:#346fce">Text here</p>

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


#346fce Background Color

<div style="background-color:#346fce">
Div content here</div>

This div background color is #346fce


#346fce Border Color

<div style="border:3px solid #346fce">
Div here</div>

This div border color is #346fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,111,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346fce;
  -webkit-box-shadow: 1px 1px 3px 2px #346fce;
  box-shadow:         1px 1px 3px 2px #346fce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fce


Comments

No comments written yet.

Please login to write comment.