Color Hex Logo

#346fdb Color Hex

#346FDB
(52,111,219)
0 Favorites   0 Comments

Color spaces of #346fdb

RGB 52111219
HSL0.610.700.53
HSV219°76°86°
CMYK 0.760.490.00   0.14
XYZ19.886817.213469.2922
Yxy17.21340.18690.1618
Hunter Lab41.489012.9540-69.9799
CIE-Lab48.527818.6959-60.7754

#346fdb color RGB value is (52,111,219).

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

The process color (four color CMYK) of #346fdb color hex is 0.76, 0.49, 0.00, 0.14. Web safe color of #346fdb is #3366cc. Color #346fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11011011
Octal 64 157 333
Decimal 52 111 219
Hex 34 6F DB

RGB Percentages of Color #346fdb

%13.61
%29.06
%57.33

CMYK Percentages of Color #346fdb

%76
%49
%0
%14

Triadic Colors of #346fdb

#346fdb #db346f #6fdb34

Analogous Colors of #346fdb

#346fdb #4d34db #34c3db

Monochromatic Colors of #346fdb

#346fdb

Complementary Color

#346fdb #dba034

#346fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#346fdb Color CSS Codes

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

#346fdb Text Font Color

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

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


#346fdb Background Color

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

This div background color is #346fdb


#346fdb Border Color

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

This div border color is #346fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346fdb


Comments

No comments written yet.

Please login to write comment.