Color Hex Logo

#343aad Color Hex

#343AAD
(52,58,173)
0 Favorites   0 Comments

Color spaces of #343aad

RGB 5258173
HSL0.660.540.44
HSV237°70°68°
CMYK 0.700.660.00   0.32
XYZ10.47216.773340.2906
Yxy6.77330.18200.1177
Hunter Lab26.025626.2796-73.5699
CIE-Lab31.285135.8849-62.0596

#343aad color RGB value is (52,58,173).

#343aad hex color red value is 52, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #343aad hue: 0.66 , saturation: 0.54 and the lightness value of 343aad is 0.44.

The process color (four color CMYK) of #343aad color hex is 0.70, 0.66, 0.00, 0.32. Web safe color of #343aad is #333399. Color #343aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10101101
Octal 64 72 255
Decimal 52 58 173
Hex 34 3A AD

RGB Percentages of Color #343aad

%18.37
%20.49
%61.13

CMYK Percentages of Color #343aad

%70
%66
%0
%32

Triadic Colors of #343aad

#343aad #ad343a #3aad34

Analogous Colors of #343aad

#343aad #6b34ad #3477ad

Monochromatic Colors of #343aad

#343aad

Complementary Color

#343aad #ada734

#343aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#343aad Color CSS Codes

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

#343aad Text Font Color

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

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


#343aad Background Color

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

This div background color is #343aad


#343aad Border Color

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

This div border color is #343aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343aad


Comments

No comments written yet.

Please login to write comment.