Color Hex Logo

#334a69 Color Hex

#334A69
(51,74,105)
0 Favorites   0 Comments

Color spaces of #334a69

RGB 5174105
HSL0.600.350.31
HSV214°51°41°
CMYK 0.510.300.00   0.59
XYZ6.36386.621314.3072
Yxy6.62130.23320.2426
Hunter Lab25.7319-0.8856-14.9535
CIE-Lab30.92880.7520-20.7666

#334a69 color RGB value is (51,74,105).

#334a69 hex color red value is 51, green value is 74 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #334a69 hue: 0.60 , saturation: 0.35 and the lightness value of 334a69 is 0.31.

The process color (four color CMYK) of #334a69 color hex is 0.51, 0.30, 0.00, 0.59. Web safe color of #334a69 is #333366. Color #334a69 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001010 01101001
Octal 63 112 151
Decimal 51 74 105
Hex 33 4A 69

RGB Percentages of Color #334a69

%22.17
%32.17
%45.65

CMYK Percentages of Color #334a69

%51
%30
%0
%59

Triadic Colors of #334a69

#334a69 #69334a #4a6933

Analogous Colors of #334a69

#334a69 #373369 #336569

Monochromatic Colors of #334a69

#334a69

Complementary Color

#334a69 #695233

#334a69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334a69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334a69 Color CSS Codes

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

#334a69 Text Font Color

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

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


#334a69 Background Color

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

This div background color is #334a69


#334a69 Border Color

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

This div border color is #334a69


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,74,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334a69


Comments

No comments written yet.

Please login to write comment.