Color Hex Logo

#342fdb Color Hex

#342FDB
(52,47,219)
0 Favorites   0 Comments

Color spaces of #342fdb

RGB 5247219
HSL0.670.700.52
HSV242°79°86°
CMYK 0.760.790.00   0.14
XYZ15.21897.877667.7362
Yxy7.87760.16750.0867
Hunter Lab28.067147.6713-123.4417
CIE-Lab33.726757.1704-84.9972

#342fdb color RGB value is (52,47,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101111 11011011
Octal 64 57 333
Decimal 52 47 219
Hex 34 2F DB

RGB Percentages of Color #342fdb

%16.35
%14.78
%68.87

CMYK Percentages of Color #342fdb

%76
%79
%0
%14

Triadic Colors of #342fdb

#342fdb #db342f #2fdb34

Analogous Colors of #342fdb

#342fdb #8a2fdb #2f80db

Monochromatic Colors of #342fdb

#342fdb

Complementary Color

#342fdb #d6db2f

#342fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#342fdb Color CSS Codes

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

#342fdb Text Font Color

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

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


#342fdb Background Color

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

This div background color is #342fdb


#342fdb Border Color

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

This div border color is #342fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342fdb


Comments

No comments written yet.

Please login to write comment.