Color Hex Logo

#3442ff Color Hex

#3442FF
(52,66,255)
0 Favorites   0 Comments

Color spaces of #3442ff

RGB 5266255
HSL0.661.000.60
HSV236°80°100°
CMYK 0.800.740.00   0.00
XYZ21.414411.846595.7657
Yxy11.84650.16600.0918
Hunter Lab34.418750.8250-140.8736
CIE-Lab40.971158.6815-93.3965

#3442ff color RGB value is (52,66,255).

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

The process color (four color CMYK) of #3442ff color hex is 0.80, 0.74, 0.00, 0.00. Web safe color of #3442ff is #3333ff. Color #3442ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000010 11111111
Octal 64 102 377
Decimal 52 66 255
Hex 34 42 FF

RGB Percentages of Color #3442ff

%13.94
%17.69
%68.36

CMYK Percentages of Color #3442ff

%80
%74
%0
%0

Triadic Colors of #3442ff

#3442ff #ff3442 #42ff34

Analogous Colors of #3442ff

#3442ff #8c34ff #34a8ff

Monochromatic Colors of #3442ff

#3442ff

Complementary Color

#3442ff #fff134

#3442ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3442ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3442ff Color CSS Codes

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

#3442ff Text Font Color

<p style="color:#3442ff">Text here</p>

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


#3442ff Background Color

<div style="background-color:#3442ff">
Div content here</div>

This div background color is #3442ff


#3442ff Border Color

<div style="border:3px solid #3442ff">
Div here</div>

This div border color is #3442ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3442ff


Comments

No comments written yet.

Please login to write comment.