Color Hex Logo

#344563 Color Hex

#344563
(52,69,99)
0 Favorites   0 Comments

Color spaces of #344563

RGB 526999
HSL0.610.310.30
HSV218°47°39°
CMYK 0.470.300.00   0.61
XYZ5.79645.887212.6352
Yxy5.88720.23840.2421
Hunter Lab24.26360.1812-13.8907
CIE-Lab29.12612.2993-19.7487

#344563 color RGB value is (52,69,99).

#344563 hex color red value is 52, green value is 69 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #344563 hue: 0.61 , saturation: 0.31 and the lightness value of 344563 is 0.30.

The process color (four color CMYK) of #344563 color hex is 0.47, 0.30, 0.00, 0.61. Web safe color of #344563 is #333366. Color #344563 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01000101 01100011
Octal 64 105 143
Decimal 52 69 99
Hex 34 45 63

RGB Percentages of Color #344563

%23.64
%31.36
%45.00

CMYK Percentages of Color #344563

%47
%30
%0
%61

Triadic Colors of #344563

#344563 #633445 #456334

Analogous Colors of #344563

#344563 #3b3463 #345d63

Monochromatic Colors of #344563

#344563

Complementary Color

#344563 #635234

#344563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#344563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#344563 Color CSS Codes

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

#344563 Text Font Color

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

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


#344563 Background Color

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

This div background color is #344563


#344563 Border Color

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

This div border color is #344563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #344563


Comments

No comments written yet.

Please login to write comment.