Color Hex Logo

#344281 Color Hex

#344281
(52,66,129)
1 Favorites   0 Comments

Color spaces of #344281

RGB 5266129
HSL0.640.430.35
HSV229°60°51°
CMYK 0.600.490.00   0.49
XYZ7.32686.211521.5816
Yxy6.21150.20860.1769
Hunter Lab24.92298.8602-33.8953
CIE-Lab29.939914.7784-37.4038

#344281 color RGB value is (52,66,129).

#344281 hex color red value is 52, green value is 66 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #344281 hue: 0.64 , saturation: 0.43 and the lightness value of 344281 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000010 10000001
Octal 64 102 201
Decimal 52 66 129
Hex 34 42 81

RGB Percentages of Color #344281

%21.05
%26.72
%52.23

CMYK Percentages of Color #344281

%60
%49
%0
%49

Triadic Colors of #344281

#344281 #813442 #428134

Analogous Colors of #344281

#344281 #4d3481 #346981

Monochromatic Colors of #344281

#344281

Complementary Color

#344281 #817334

#344281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344281 Color CSS Codes

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

#344281 Text Font Color

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

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


#344281 Background Color

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

This div background color is #344281


#344281 Border Color

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

This div border color is #344281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344281

#344281 Color Palettes


Comments

No comments written yet.

Please login to write comment.