Color Hex Logo

#334a63 Color Hex

#334A63
(51,74,99)
0 Favorites   0 Comments

Color spaces of #334a63

RGB 517499
HSL0.590.320.29
HSV211°48°39°
CMYK 0.480.250.00   0.61
XYZ6.06626.502212.7397
Yxy6.50220.23970.2569
Hunter Lab25.4994-2.1596-11.7721
CIE-Lab30.6457-1.2433-17.3969

#334a63 color RGB value is (51,74,99).

#334a63 hex color red value is 51, green value is 74 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #334a63 hue: 0.59 , saturation: 0.32 and the lightness value of 334a63 is 0.29.

The process color (four color CMYK) of #334a63 color hex is 0.48, 0.25, 0.00, 0.61. Web safe color of #334a63 is #333366. Color #334a63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001010 01100011
Octal 63 112 143
Decimal 51 74 99
Hex 33 4A 63

RGB Percentages of Color #334a63

%22.77
%33.04
%44.20

CMYK Percentages of Color #334a63

%48
%25
%0
%61

Triadic Colors of #334a63

#334a63 #63334a #4a6333

Analogous Colors of #334a63

#334a63 #343363 #336263

Monochromatic Colors of #334a63

#334a63

Complementary Color

#334a63 #634c33

#334a63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334a63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334a63 Color CSS Codes

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

#334a63 Text Font Color

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

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


#334a63 Background Color

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

This div background color is #334a63


#334a63 Border Color

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

This div border color is #334a63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,74,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334a63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334a63;
  -webkit-box-shadow: 1px 1px 3px 2px #334a63;
  box-shadow:         1px 1px 3px 2px #334a63; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,74,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 #334a63">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334a63


Comments

No comments written yet.

Please login to write comment.