Color Hex Logo

#343aab Color Hex

#343AAB
(52,58,171)
0 Favorites   0 Comments

Color spaces of #343aab

RGB 5258171
HSL0.660.530.44
HSV237°70°67°
CMYK 0.700.660.00   0.33
XYZ10.27996.696539.2788
Yxy6.69650.18270.1190
Hunter Lab25.877625.6235-71.8801
CIE-Lab31.105835.1827-61.1568

#343aab color RGB value is (52,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111010 10101011
Octal 64 72 253
Decimal 52 58 171
Hex 34 3A AB

RGB Percentages of Color #343aab

%18.51
%20.64
%60.85

CMYK Percentages of Color #343aab

%70
%66
%0
%33

Triadic Colors of #343aab

#343aab #ab343a #3aab34

Analogous Colors of #343aab

#343aab #6a34ab #3476ab

Monochromatic Colors of #343aab

#343aab

Complementary Color

#343aab #aba534

#343aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#343aab Color CSS Codes

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

#343aab Text Font Color

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

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


#343aab Background Color

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

This div background color is #343aab


#343aab Border Color

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

This div border color is #343aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343aab


Comments

No comments written yet.

Please login to write comment.