Color Hex Logo

#34366b Color Hex

#34366B
(52,54,107)
0 Favorites   0 Comments

Color spaces of #34366b

RGB 5254107
HSL0.660.350.31
HSV238°51°42°
CMYK 0.510.500.00   0.58
XYZ5.38924.429914.4809
Yxy4.42990.22180.1823
Hunter Lab21.04738.8724-26.0593
CIE-Lab25.044615.1709-31.3216

#34366b color RGB value is (52,54,107).

#34366b hex color red value is 52, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #34366b hue: 0.66 , saturation: 0.35 and the lightness value of 34366b is 0.31.

The process color (four color CMYK) of #34366b color hex is 0.51, 0.50, 0.00, 0.58. Web safe color of #34366b is #333366. Color #34366b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110110 01101011
Octal 64 66 153
Decimal 52 54 107
Hex 34 36 6B

RGB Percentages of Color #34366b

%24.41
%25.35
%50.23

CMYK Percentages of Color #34366b

%51
%50
%0
%58

Triadic Colors of #34366b

#34366b #6b3436 #366b34

Analogous Colors of #34366b

#34366b #4e346b #34526b

Monochromatic Colors of #34366b

#34366b

Complementary Color

#34366b #6b6934

#34366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#34366b Color CSS Codes

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

#34366b Text Font Color

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

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


#34366b Background Color

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

This div background color is #34366b


#34366b Border Color

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

This div border color is #34366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34366b


Comments

No comments written yet.

Please login to write comment.