Color Hex Logo

#343288 Color Hex

#343288
(52,50,136)
0 Favorites   0 Comments

Color spaces of #343288

RGB 5250136
HSL0.670.460.36
HSV241°63°53°
CMYK 0.620.630.00   0.47
XYZ7.00074.788823.8479
Yxy4.78880.19640.1344
Hunter Lab21.883318.8082-49.2944
CIE-Lab26.124428.0196-47.9290

#343288 color RGB value is (52,50,136).

#343288 hex color red value is 52, green value is 50 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #343288 hue: 0.67 , saturation: 0.46 and the lightness value of 343288 is 0.36.

The process color (four color CMYK) of #343288 color hex is 0.62, 0.63, 0.00, 0.47. Web safe color of #343288 is #333399. Color #343288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110010 10001000
Octal 64 62 210
Decimal 52 50 136
Hex 34 32 88

RGB Percentages of Color #343288

%21.85
%21.01
%57.14

CMYK Percentages of Color #343288

%62
%63
%0
%47

Triadic Colors of #343288

#343288 #883432 #328834

Analogous Colors of #343288

#343288 #5f3288 #325b88

Monochromatic Colors of #343288

#343288

Complementary Color

#343288 #868832

#343288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343288 Color CSS Codes

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

#343288 Text Font Color

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

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


#343288 Background Color

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

This div background color is #343288


#343288 Border Color

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

This div border color is #343288


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,50,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343288; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343288;
  -webkit-box-shadow: 1px 1px 3px 2px #343288;
  box-shadow:         1px 1px 3px 2px #343288; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343288


Comments

No comments written yet.

Please login to write comment.