Color Hex Logo

#334766 Color Hex

#334766
(51,71,102)
0 Favorites   0 Comments

Color spaces of #334766

RGB 5171102
HSL0.600.330.30
HSV216°50°40°
CMYK 0.500.300.00   0.60
XYZ6.01686.169613.4441
Yxy6.16960.23480.2407
Hunter Lab24.8387-0.2287-14.7040
CIE-Lab29.83641.7011-20.5629

#334766 color RGB value is (51,71,102).

#334766 hex color red value is 51, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #334766 hue: 0.60 , saturation: 0.33 and the lightness value of 334766 is 0.30.

The process color (four color CMYK) of #334766 color hex is 0.50, 0.30, 0.00, 0.60. Web safe color of #334766 is #333366. Color #334766 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000111 01100110
Octal 63 107 146
Decimal 51 71 102
Hex 33 47 66

RGB Percentages of Color #334766

%22.77
%31.70
%45.54

CMYK Percentages of Color #334766

%50
%30
%0
%60

Triadic Colors of #334766

#334766 #663347 #476633

Analogous Colors of #334766

#334766 #393366 #336166

Monochromatic Colors of #334766

#334766

Complementary Color

#334766 #665233

#334766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334766 Color CSS Codes

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

#334766 Text Font Color

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

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


#334766 Background Color

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

This div background color is #334766


#334766 Border Color

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

This div border color is #334766


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,71,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #334766; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #334766;
  -webkit-box-shadow: 1px 1px 3px 2px #334766;
  box-shadow:         1px 1px 3px 2px #334766; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334766


Comments

No comments written yet.

Please login to write comment.