Color Hex Logo

#34375c Color Hex

#34375C
(52,55,92)
0 Favorites   0 Comments

Color spaces of #34375c

RGB 525592
HSL0.650.280.28
HSV236°43°36°
CMYK 0.430.400.00   0.64
XYZ4.71414.235110.6942
Yxy4.23510.24000.2156
Hunter Lab20.57944.8750-16.4049
CIE-Lab24.43399.4219-22.5632

#34375c color RGB value is (52,55,92).

#34375c hex color red value is 52, green value is 55 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #34375c hue: 0.65 , saturation: 0.28 and the lightness value of 34375c is 0.28.

The process color (four color CMYK) of #34375c color hex is 0.43, 0.40, 0.00, 0.64. Web safe color of #34375c is #333366. Color #34375c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00110111 01011100
Octal 64 67 134
Decimal 52 55 92
Hex 34 37 5C

RGB Percentages of Color #34375c

%26.13
%27.64
%46.23

CMYK Percentages of Color #34375c

%43
%40
%0
%64

Triadic Colors of #34375c

#34375c #5c3437 #375c34

Analogous Colors of #34375c

#34375c #45345c #344b5c

Monochromatic Colors of #34375c

#34375c

Complementary Color

#34375c #5c5934

#34375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#34375c Color CSS Codes

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

#34375c Text Font Color

<p style="color:#34375c">Text here</p>

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


#34375c Background Color

<div style="background-color:#34375c">
Div content here</div>

This div background color is #34375c


#34375c Border Color

<div style="border:3px solid #34375c">
Div here</div>

This div border color is #34375c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,55,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34375c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34375c;
  -webkit-box-shadow: 1px 1px 3px 2px #34375c;
  box-shadow:         1px 1px 3px 2px #34375c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34375c


Comments

No comments written yet.

Please login to write comment.