Color Hex Logo

#34798b Color Hex

#34798B
(52,121,139)
0 Favorites   0 Comments

Color spaces of #34798b

RGB 52121139
HSL0.530.460.37
HSV192°63°55°
CMYK 0.630.130.00   0.45
XYZ12.913716.268926.8857
Yxy16.26890.23030.2902
Hunter Lab40.3347-13.4366-11.2863
CIE-Lab47.3253-15.9100-16.2915

#34798b color RGB value is (52,121,139).

#34798b hex color red value is 52, green value is 121 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #34798b hue: 0.53 , saturation: 0.46 and the lightness value of 34798b is 0.37.

The process color (four color CMYK) of #34798b color hex is 0.63, 0.13, 0.00, 0.45. Web safe color of #34798b is #336699. Color #34798b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111001 10001011
Octal 64 171 213
Decimal 52 121 139
Hex 34 79 8B

RGB Percentages of Color #34798b

%16.67
%38.78
%44.55

CMYK Percentages of Color #34798b

%63
%13
%0
%45

Triadic Colors of #34798b

#34798b #8b3479 #798b34

Analogous Colors of #34798b

#34798b #344e8b #348b72

Monochromatic Colors of #34798b

#34798b

Complementary Color

#34798b #8b4634

#34798b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34798b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34798b Color CSS Codes

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

#34798b Text Font Color

<p style="color:#34798b">Text here</p>

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


#34798b Background Color

<div style="background-color:#34798b">
Div content here</div>

This div background color is #34798b


#34798b Border Color

<div style="border:3px solid #34798b">
Div here</div>

This div border color is #34798b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,121,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34798b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34798b;
  -webkit-box-shadow: 1px 1px 3px 2px #34798b;
  box-shadow:         1px 1px 3px 2px #34798b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34798b


Comments

No comments written yet.

Please login to write comment.