Color Hex Logo

#346dfb Color Hex

#346DFB
(52,109,251)
0 Favorites   0 Comments

Color spaces of #346dfb

RGB 52109251
HSL0.620.960.59
HSV223°79°98°
CMYK 0.790.570.00   0.02
XYZ24.297418.632493.5826
Yxy18.63240.17800.1365
Hunter Lab43.165324.9371-98.3255
CIE-Lab50.254331.7505-75.9237

#346dfb color RGB value is (52,109,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101101 11111011
Octal 64 155 373
Decimal 52 109 251
Hex 34 6D FB

RGB Percentages of Color #346dfb

%12.62
%26.46
%60.92

CMYK Percentages of Color #346dfb

%79
%57
%0
%2

Triadic Colors of #346dfb

#346dfb #fb346d #6dfb34

Analogous Colors of #346dfb

#346dfb #5f34fb #34d1fb

Monochromatic Colors of #346dfb

#346dfb

Complementary Color

#346dfb #fbc234

#346dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#346dfb Color CSS Codes

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

#346dfb Text Font Color

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

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


#346dfb Background Color

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

This div background color is #346dfb


#346dfb Border Color

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

This div border color is #346dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346dfb


Comments

No comments written yet.

Please login to write comment.