Color Hex Logo

#347cbb Color Hex

#347CBB
(52,124,187)
0 Favorites   0 Comments

Color spaces of #347cbb

RGB 52124187
HSL0.580.560.47
HSV208°72°73°
CMYK 0.720.340.00   0.27
XYZ17.593518.733249.7023
Yxy18.73320.20450.2178
Hunter Lab43.2819-3.1854-37.7878
CIE-Lab50.3736-1.1392-39.5562

#347cbb color RGB value is (52,124,187).

#347cbb hex color red value is 52, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #347cbb hue: 0.58 , saturation: 0.56 and the lightness value of 347cbb is 0.47.

The process color (four color CMYK) of #347cbb color hex is 0.72, 0.34, 0.00, 0.27. Web safe color of #347cbb is #3366cc. Color #347cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111100 10111011
Octal 64 174 273
Decimal 52 124 187
Hex 34 7C BB

RGB Percentages of Color #347cbb

%14.33
%34.16
%51.52

CMYK Percentages of Color #347cbb

%72
%34
%0
%27

Triadic Colors of #347cbb

#347cbb #bb347c #7cbb34

Analogous Colors of #347cbb

#347cbb #3438bb #34bbb7

Monochromatic Colors of #347cbb

#347cbb

Complementary Color

#347cbb #bb7334

#347cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#347cbb Color CSS Codes

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

#347cbb Text Font Color

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

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


#347cbb Background Color

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

This div background color is #347cbb


#347cbb Border Color

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

This div border color is #347cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347cbb


Comments

No comments written yet.

Please login to write comment.