Color Hex Logo

#344485 Color Hex

#344485
(52,68,133)
0 Favorites   0 Comments

Color spaces of #344485

RGB 5268133
HSL0.630.440.36
HSV228°61°52°
CMYK 0.610.490.00   0.48
XYZ7.71696.557823.0493
Yxy6.55780.20680.1757
Hunter Lab25.60828.9757-35.4397
CIE-Lab30.778314.8764-38.5441

#344485 color RGB value is (52,68,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000100 10000101
Octal 64 104 205
Decimal 52 68 133
Hex 34 44 85

RGB Percentages of Color #344485

%20.55
%26.88
%52.57

CMYK Percentages of Color #344485

%61
%49
%0
%48

Triadic Colors of #344485

#344485 #853444 #448534

Analogous Colors of #344485

#344485 #4c3485 #346d85

Monochromatic Colors of #344485

#344485

Complementary Color

#344485 #857534

#344485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344485 Color CSS Codes

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

#344485 Text Font Color

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

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


#344485 Background Color

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

This div background color is #344485


#344485 Border Color

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

This div border color is #344485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344485


Comments

No comments written yet.

Please login to write comment.