Color Hex Logo

#343baa Color Hex

#343BAA
(52,59,170)
0 Favorites   0 Comments

Color spaces of #343baa

RGB 5259170
HSL0.660.530.44
HSV236°69°67°
CMYK 0.690.650.00   0.33
XYZ10.23586.760338.7956
Yxy6.76030.18350.1212
Hunter Lab26.000624.7701-70.2665
CIE-Lab31.254934.1988-60.3134

#343baa color RGB value is (52,59,170).

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

The process color (four color CMYK) of #343baa color hex is 0.69, 0.65, 0.00, 0.33. Web safe color of #343baa is #333399. Color #343baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111011 10101010
Octal 64 73 252
Decimal 52 59 170
Hex 34 3B AA

RGB Percentages of Color #343baa

%18.51
%21.00
%60.50

CMYK Percentages of Color #343baa

%69
%65
%0
%33

Triadic Colors of #343baa

#343baa #aa343b #3baa34

Analogous Colors of #343baa

#343baa #6834aa #3476aa

Monochromatic Colors of #343baa

#343baa

Complementary Color

#343baa #aaa334

#343baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#343baa Color CSS Codes

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

#343baa Text Font Color

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

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


#343baa Background Color

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

This div background color is #343baa


#343baa Border Color

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

This div border color is #343baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343baa


Comments

No comments written yet.

Please login to write comment.