Color Hex Logo

#336499 Color Hex

#336499
(51,100,153)
0 Favorites   0 Comments

Color spaces of #336499

RGB 51100153
HSL0.590.500.40
HSV211°67°60°
CMYK 0.670.350.00   0.40
XYZ11.672212.118131.8608
Yxy12.11810.20970.2178
Hunter Lab34.8111-1.0680-29.8974
CIE-Lab41.40321.1001-33.8078

#336499 color RGB value is (51,100,153).

#336499 hex color red value is 51, green value is 100 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #336499 hue: 0.59 , saturation: 0.50 and the lightness value of 336499 is 0.40.

The process color (four color CMYK) of #336499 color hex is 0.67, 0.35, 0.00, 0.40. Web safe color of #336499 is #336699. Color #336499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100100 10011001
Octal 63 144 231
Decimal 51 100 153
Hex 33 64 99

RGB Percentages of Color #336499

%16.78
%32.89
%50.33

CMYK Percentages of Color #336499

%67
%35
%0
%40

Triadic Colors of #336499

#336499 #993364 #649933

Analogous Colors of #336499

#336499 #353399 #339799

Monochromatic Colors of #336499

#336499

Complementary Color

#336499 #996833

#336499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336499 Color CSS Codes

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

#336499 Text Font Color

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

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


#336499 Background Color

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

This div background color is #336499


#336499 Border Color

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

This div border color is #336499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336499


Comments

No comments written yet.

Please login to write comment.