Color Hex Logo

#343fdb Color Hex

#343FDB
(52,63,219)
0 Favorites   0 Comments

Color spaces of #343fdb

RGB 5263219
HSL0.660.700.53
HSV236°76°86°
CMYK 0.760.710.00   0.14
XYZ15.97999.399667.9899
Yxy9.39960.17110.1007
Hunter Lab30.658839.3846-110.0223
CIE-Lab36.742548.6230-80.0102

#343fdb color RGB value is (52,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11011011
Octal 64 77 333
Decimal 52 63 219
Hex 34 3F DB

RGB Percentages of Color #343fdb

%15.57
%18.86
%65.57

CMYK Percentages of Color #343fdb

%76
%71
%0
%14

Triadic Colors of #343fdb

#343fdb #db343f #3fdb34

Analogous Colors of #343fdb

#343fdb #7d34db #3493db

Monochromatic Colors of #343fdb

#343fdb

Complementary Color

#343fdb #dbd034

#343fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343fdb Color CSS Codes

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

#343fdb Text Font Color

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

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


#343fdb Background Color

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

This div background color is #343fdb


#343fdb Border Color

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

This div border color is #343fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,63,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 #343fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343fdb


Comments

No comments written yet.

Please login to write comment.