Color Hex Logo

#347cca Color Hex

#347CCA
(52,124,202)
0 Favorites   0 Comments

Color spaces of #347cca

RGB 52124202
HSL0.590.590.50
HSV211°74°79°
CMYK 0.740.390.00   0.21
XYZ19.284519.409658.6071
Yxy19.40960.19820.1995
Hunter Lab44.05631.0351-48.0327
CIE-Lab51.16304.3098-46.8914

#347cca color RGB value is (52,124,202).

#347cca hex color red value is 52, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #347cca hue: 0.59 , saturation: 0.59 and the lightness value of 347cca is 0.50.

The process color (four color CMYK) of #347cca color hex is 0.74, 0.39, 0.00, 0.21. Web safe color of #347cca is #3366cc. Color #347cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111100 11001010
Octal 64 174 312
Decimal 52 124 202
Hex 34 7C CA

RGB Percentages of Color #347cca

%13.76
%32.80
%53.44

CMYK Percentages of Color #347cca

%74
%39
%0
%21

Triadic Colors of #347cca

#347cca #ca347c #7cca34

Analogous Colors of #347cca

#347cca #3734ca #34c7ca

Monochromatic Colors of #347cca

#347cca

Complementary Color

#347cca #ca8234

#347cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#347cca Color CSS Codes

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

#347cca Text Font Color

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

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


#347cca Background Color

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

This div background color is #347cca


#347cca Border Color

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

This div border color is #347cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,124,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347cca;
  -webkit-box-shadow: 1px 1px 3px 2px #347cca;
  box-shadow:         1px 1px 3px 2px #347cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347cca


Comments

No comments written yet.

Please login to write comment.