Color Hex Logo

#342bcc Color Hex

#342BCC
(52,43,204)
0 Favorites   0 Comments

Color spaces of #342bcc

RGB 5243204
HSL0.680.650.48
HSV243°79°80°
CMYK 0.750.790.00   0.20
XYZ13.17916.817557.7480
Yxy6.81750.16950.0877
Hunter Lab26.110344.4041-112.8539
CIE-Lab31.387854.5353-80.1878

#342bcc color RGB value is (52,43,204).

#342bcc hex color red value is 52, green value is 43 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #342bcc hue: 0.68 , saturation: 0.65 and the lightness value of 342bcc is 0.48.

The process color (four color CMYK) of #342bcc color hex is 0.75, 0.79, 0.00, 0.20. Web safe color of #342bcc is #3333cc. Color #342bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00101011 11001100
Octal 64 53 314
Decimal 52 43 204
Hex 34 2B CC

RGB Percentages of Color #342bcc

%17.39
%14.38
%68.23

CMYK Percentages of Color #342bcc

%75
%79
%0
%20

Triadic Colors of #342bcc

#342bcc #cc342b #2bcc34

Analogous Colors of #342bcc

#342bcc #852bcc #2b73cc

Monochromatic Colors of #342bcc

#342bcc

Complementary Color

#342bcc #c3cc2b

#342bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#342bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#342bcc Color CSS Codes

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

#342bcc Text Font Color

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

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


#342bcc Background Color

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

This div background color is #342bcc


#342bcc Border Color

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

This div border color is #342bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,43,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #342bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #342bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #342bcc;
  box-shadow:         1px 1px 3px 2px #342bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #342bcc


Comments

No comments written yet.

Please login to write comment.