Color Hex Logo

#343099 Color Hex

#343099
(52,48,153)
0 Favorites   0 Comments

Color spaces of #343099

RGB 5248153
HSL0.670.520.39
HSV242°69°60°
CMYK 0.660.690.00   0.40
XYZ8.22295.143930.6965
Yxy5.14390.18660.1167
Hunter Lab22.680225.0265-64.3700
CIE-Lab27.140935.1871-56.7605

#343099 color RGB value is (52,48,153).

#343099 hex color red value is 52, green value is 48 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #343099 hue: 0.67 , saturation: 0.52 and the lightness value of 343099 is 0.39.

The process color (four color CMYK) of #343099 color hex is 0.66, 0.69, 0.00, 0.40. Web safe color of #343099 is #333399. Color #343099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110000 10011001
Octal 64 60 231
Decimal 52 48 153
Hex 34 30 99

RGB Percentages of Color #343099

%20.55
%18.97
%60.47

CMYK Percentages of Color #343099

%66
%69
%0
%40

Triadic Colors of #343099

#343099 #993430 #309934

Analogous Colors of #343099

#343099 #693099 #306199

Monochromatic Colors of #343099

#343099

Complementary Color

#343099 #959930

#343099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#343099 Color CSS Codes

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

#343099 Text Font Color

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

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


#343099 Background Color

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

This div background color is #343099


#343099 Border Color

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

This div border color is #343099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343099


Comments

No comments written yet.

Please login to write comment.