Color Hex Logo

#336084 Color Hex

#336084
(51,96,132)
0 Favorites   0 Comments

Color spaces of #336084

RGB 5196132
HSL0.570.440.36
HSV207°61°52°
CMYK 0.610.270.00   0.48
XYZ9.713010.735523.3900
Yxy10.73550.22160.2449
Hunter Lab32.7651-4.4237-19.3898
CIE-Lab39.1314-3.8726-24.7266

#336084 color RGB value is (51,96,132).

#336084 hex color red value is 51, green value is 96 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #336084 hue: 0.57 , saturation: 0.44 and the lightness value of 336084 is 0.36.

The process color (four color CMYK) of #336084 color hex is 0.61, 0.27, 0.00, 0.48. Web safe color of #336084 is #336699. Color #336084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100000 10000100
Octal 63 140 204
Decimal 51 96 132
Hex 33 60 84

RGB Percentages of Color #336084

%18.28
%34.41
%47.31

CMYK Percentages of Color #336084

%61
%27
%0
%48

Triadic Colors of #336084

#336084 #843360 #608433

Analogous Colors of #336084

#336084 #333884 #338480

Monochromatic Colors of #336084

#336084

Complementary Color

#336084 #845733

#336084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336084 Color CSS Codes

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

#336084 Text Font Color

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

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


#336084 Background Color

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

This div background color is #336084


#336084 Border Color

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

This div border color is #336084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336084


Comments

No comments written yet.

Please login to write comment.