Color Hex Logo

#344488 Color Hex

#344488
(52,68,136)
0 Favorites   0 Comments

Color spaces of #344488

RGB 5268136
HSL0.630.450.37
HSV229°62°53°
CMYK 0.620.500.00   0.47
XYZ7.92726.641924.1568
Yxy6.64190.20470.1715
Hunter Lab25.77199.8042-37.5341
CIE-Lab30.977415.9672-40.0801

#344488 color RGB value is (52,68,136).

#344488 hex color red value is 52, green value is 68 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #344488 hue: 0.63 , saturation: 0.45 and the lightness value of 344488 is 0.37.

The process color (four color CMYK) of #344488 color hex is 0.62, 0.50, 0.00, 0.47. Web safe color of #344488 is #333399. Color #344488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000100 10001000
Octal 64 104 210
Decimal 52 68 136
Hex 34 44 88

RGB Percentages of Color #344488

%20.31
%26.56
%53.13

CMYK Percentages of Color #344488

%62
%50
%0
%47

Triadic Colors of #344488

#344488 #883444 #448834

Analogous Colors of #344488

#344488 #4e3488 #346e88

Monochromatic Colors of #344488

#344488

Complementary Color

#344488 #887834

#344488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344488 Color CSS Codes

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

#344488 Text Font Color

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

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


#344488 Background Color

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

This div background color is #344488


#344488 Border Color

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

This div border color is #344488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344488


Comments

No comments written yet.

Please login to write comment.