Color Hex Logo

#334466 Color Hex

#334466
(51,68,102)
2 Favorites   0 Comments

Color spaces of #334466

RGB 5168102
HSL0.610.330.30
HSV220°50°40°
CMYK 0.500.330.00   0.60
XYZ5.83065.797413.3821
Yxy5.79740.23310.2318
Hunter Lab24.07781.0888-16.0981
CIE-Lab28.89553.6797-22.0318

#334466 color RGB value is (51,68,102). This hex color code is also a web safe color which is equal to #346.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000100 01100110
Octal 63 104 146
Decimal 51 68 102
Hex 33 44 66

RGB Percentages of Color #334466

%23.08
%30.77
%46.15

CMYK Percentages of Color #334466

%50
%33
%0
%60

Triadic Colors of #334466

#334466 #663344 #446633

Analogous Colors of #334466

#334466 #3c3366 #335e66

Monochromatic Colors of #334466

#334466

Complementary Color

#334466 #665533

#334466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334466 Color CSS Codes

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

#334466 Text Font Color

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

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


#334466 Background Color

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

This div background color is #334466


#334466 Border Color

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

This div border color is #334466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334466


Comments

No comments written yet.

Please login to write comment.