Color Hex Logo

#334566 Color Hex

#334566
(51,69,102)
0 Favorites   0 Comments

Color spaces of #334566

RGB 5169102
HSL0.610.330.30
HSV219°50°40°
CMYK 0.500.320.00   0.60
XYZ5.89165.919413.4024
Yxy5.91940.23370.2348
Hunter Lab24.32980.6476-15.6298
CIE-Lab29.20823.0169-21.5429

#334566 color RGB value is (51,69,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 01100110
Octal 63 105 146
Decimal 51 69 102
Hex 33 45 66

RGB Percentages of Color #334566

%22.97
%31.08
%45.95

CMYK Percentages of Color #334566

%50
%32
%0
%60

Triadic Colors of #334566

#334566 #663345 #456633

Analogous Colors of #334566

#334566 #3b3366 #335f66

Monochromatic Colors of #334566

#334566

Complementary Color

#334566 #665433

#334566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334566 Color CSS Codes

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

#334566 Text Font Color

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

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


#334566 Background Color

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

This div background color is #334566


#334566 Border Color

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

This div border color is #334566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334566


Comments

No comments written yet.

Please login to write comment.