Color Hex Logo

#343bbc Color Hex

#343BBC
(52,59,188)
0 Favorites   0 Comments

Color spaces of #343bbc

RGB 5259188
HSL0.660.570.47
HSV237°72°74°
CMYK 0.720.690.00   0.26
XYZ12.05727.488848.3870
Yxy7.48880.17750.1102
Hunter Lab27.365730.7564-85.6785
CIE-Lab32.894740.4775-68.3216

#343bbc color RGB value is (52,59,188).

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

The process color (four color CMYK) of #343bbc color hex is 0.72, 0.69, 0.00, 0.26. Web safe color of #343bbc is #3333cc. Color #343bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111011 10111100
Octal 64 73 274
Decimal 52 59 188
Hex 34 3B BC

RGB Percentages of Color #343bbc

%17.39
%19.73
%62.88

CMYK Percentages of Color #343bbc

%72
%69
%0
%26

Triadic Colors of #343bbc

#343bbc #bc343b #3bbc34

Analogous Colors of #343bbc

#343bbc #7134bc #347fbc

Monochromatic Colors of #343bbc

#343bbc

Complementary Color

#343bbc #bcb534

#343bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#343bbc Color CSS Codes

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

#343bbc Text Font Color

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

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


#343bbc Background Color

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

This div background color is #343bbc


#343bbc Border Color

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

This div border color is #343bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343bbc


Comments

No comments written yet.

Please login to write comment.