Color Hex Logo

#342dbb Color Hex

#342DBB
(52,45,187)
0 Favorites   0 Comments

Color spaces of #342dbb

RGB 5245187
HSL0.670.610.45
HSV243°76°73°
CMYK 0.720.760.00   0.27
XYZ11.32426.194747.6126
Yxy6.19470.17390.0951
Hunter Lab24.889237.6589-95.9985
CIE-Lab29.898548.1946-72.6690

#342dbb color RGB value is (52,45,187).

#342dbb hex color red value is 52, green value is 45 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #342dbb hue: 0.67 , saturation: 0.61 and the lightness value of 342dbb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101101 10111011
Octal 64 55 273
Decimal 52 45 187
Hex 34 2D BB

RGB Percentages of Color #342dbb

%18.31
%15.85
%65.85

CMYK Percentages of Color #342dbb

%72
%76
%0
%27

Triadic Colors of #342dbb

#342dbb #bb342d #2dbb34

Analogous Colors of #342dbb

#342dbb #7b2dbb #2d6dbb

Monochromatic Colors of #342dbb

#342dbb

Complementary Color

#342dbb #b4bb2d

#342dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#342dbb Color CSS Codes

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

#342dbb Text Font Color

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

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


#342dbb Background Color

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

This div background color is #342dbb


#342dbb Border Color

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

This div border color is #342dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342dbb


Comments

No comments written yet.

Please login to write comment.