Color Hex Logo

#346dff Color Hex

#346DFF
(52,109,255)
0 Favorites   0 Comments

Color spaces of #346dff

RGB 52109255
HSL0.621.000.60
HSV223°80°100°
CMYK 0.800.570.00   0.00
XYZ24.934818.887396.9392
Yxy18.88730.17710.1342
Hunter Lab43.459526.3598-101.8284
CIE-Lab50.555133.2051-77.6519

#346dff color RGB value is (52,109,255).

#346dff hex color red value is 52, green value is 109 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #346dff hue: 0.62 , saturation: 1.00 and the lightness value of 346dff is 0.60.

The process color (four color CMYK) of #346dff color hex is 0.80, 0.57, 0.00, 0.00. Web safe color of #346dff is #3366ff. Color #346dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11111111
Octal 64 155 377
Decimal 52 109 255
Hex 34 6D FF

RGB Percentages of Color #346dff

%12.50
%26.20
%61.30

CMYK Percentages of Color #346dff

%80
%57
%0
%0

Triadic Colors of #346dff

#346dff #ff346d #6dff34

Analogous Colors of #346dff

#346dff #6134ff #34d3ff

Monochromatic Colors of #346dff

#346dff

Complementary Color

#346dff #ffc634

#346dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#346dff Color CSS Codes

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

#346dff Text Font Color

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

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


#346dff Background Color

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

This div background color is #346dff


#346dff Border Color

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

This div border color is #346dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346dff


Comments

No comments written yet.

Please login to write comment.