Color Hex Logo

#344074 Color Hex

#344074
(52,64,116)
0 Favorites   0 Comments

Color spaces of #344074

RGB 5264116
HSL0.640.380.33
HSV229°55°45°
CMYK 0.550.450.00   0.55
XYZ6.40205.657817.2776
Yxy5.65780.21820.1929
Hunter Lab23.78616.4173-26.4164
CIE-Lab28.532211.4876-31.4978

#344074 color RGB value is (52,64,116).

#344074 hex color red value is 52, green value is 64 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #344074 hue: 0.64 , saturation: 0.38 and the lightness value of 344074 is 0.33.

The process color (four color CMYK) of #344074 color hex is 0.55, 0.45, 0.00, 0.55. Web safe color of #344074 is #333366. Color #344074 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000000 01110100
Octal 64 100 164
Decimal 52 64 116
Hex 34 40 74

RGB Percentages of Color #344074

%22.41
%27.59
%50.00

CMYK Percentages of Color #344074

%55
%45
%0
%55

Triadic Colors of #344074

#344074 #743440 #407434

Analogous Colors of #344074

#344074 #483474 #346074

Monochromatic Colors of #344074

#344074

Complementary Color

#344074 #746834

#344074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344074 Color CSS Codes

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

#344074 Text Font Color

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

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


#344074 Background Color

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

This div background color is #344074


#344074 Border Color

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

This div border color is #344074


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,64,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #344074; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #344074;
  -webkit-box-shadow: 1px 1px 3px 2px #344074;
  box-shadow:         1px 1px 3px 2px #344074; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344074


Comments

No comments written yet.

Please login to write comment.