Color Hex Logo

#344382 Color Hex

#344382
(52,67,130)
0 Favorites   0 Comments

Color spaces of #344382

RGB 5267130
HSL0.630.430.36
HSV228°60°51°
CMYK 0.600.480.00   0.49
XYZ7.45266.356121.9531
Yxy6.35610.20840.1777
Hunter Lab25.21138.6458-33.9797
CIE-Lab30.293714.4646-37.4592

#344382 color RGB value is (52,67,130).

#344382 hex color red value is 52, green value is 67 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #344382 hue: 0.63 , saturation: 0.43 and the lightness value of 344382 is 0.36.

The process color (four color CMYK) of #344382 color hex is 0.60, 0.48, 0.00, 0.49. Web safe color of #344382 is #333399. Color #344382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000011 10000010
Octal 64 103 202
Decimal 52 67 130
Hex 34 43 82

RGB Percentages of Color #344382

%20.88
%26.91
%52.21

CMYK Percentages of Color #344382

%60
%48
%0
%49

Triadic Colors of #344382

#344382 #823443 #438234

Analogous Colors of #344382

#344382 #4c3482 #346a82

Monochromatic Colors of #344382

#344382

Complementary Color

#344382 #827334

#344382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344382 Color CSS Codes

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

#344382 Text Font Color

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

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


#344382 Background Color

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

This div background color is #344382


#344382 Border Color

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

This div border color is #344382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344382


Comments

No comments written yet.

Please login to write comment.