Color Hex Logo

#343ccb Color Hex

#343CCB
(52,60,203)
0 Favorites   0 Comments

Color spaces of #343ccb

RGB 5260203
HSL0.660.590.50
HSV237°74°80°
CMYK 0.740.700.00   0.20
XYZ13.81158.273657.3689
Yxy8.27360.17380.1041
Hunter Lab28.763935.3733-98.1179
CIE-Lab34.546344.9958-74.3870

#343ccb color RGB value is (52,60,203).

#343ccb hex color red value is 52, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #343ccb hue: 0.66 , saturation: 0.59 and the lightness value of 343ccb is 0.50.

The process color (four color CMYK) of #343ccb color hex is 0.74, 0.70, 0.00, 0.20. Web safe color of #343ccb is #3333cc. Color #343ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 11001011
Octal 64 74 313
Decimal 52 60 203
Hex 34 3C CB

RGB Percentages of Color #343ccb

%16.51
%19.05
%64.44

CMYK Percentages of Color #343ccb

%74
%70
%0
%20

Triadic Colors of #343ccb

#343ccb #cb343c #3ccb34

Analogous Colors of #343ccb

#343ccb #7834cb #3488cb

Monochromatic Colors of #343ccb

#343ccb

Complementary Color

#343ccb #cbc334

#343ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ccb Color CSS Codes

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

#343ccb Text Font Color

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

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


#343ccb Background Color

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

This div background color is #343ccb


#343ccb Border Color

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

This div border color is #343ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ccb


Comments

No comments written yet.

Please login to write comment.