Color Hex Logo

#336382 Color Hex

#336382
(51,99,130)
0 Favorites   0 Comments

Color spaces of #336382

RGB 5199130
HSL0.570.440.35
HSV204°61°51°
CMYK 0.610.240.00   0.49
XYZ9.856311.239222.7690
Yxy11.23920.22470.2562
Hunter Lab33.5249-6.1897-16.8003
CIE-Lab39.9805-6.3885-22.1931

#336382 color RGB value is (51,99,130).

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

The process color (four color CMYK) of #336382 color hex is 0.61, 0.24, 0.00, 0.49. Web safe color of #336382 is #336699. Color #336382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01100011 10000010
Octal 63 143 202
Decimal 51 99 130
Hex 33 63 82

RGB Percentages of Color #336382

%18.21
%35.36
%46.43

CMYK Percentages of Color #336382

%61
%24
%0
%49

Triadic Colors of #336382

#336382 #823363 #638233

Analogous Colors of #336382

#336382 #333b82 #33827a

Monochromatic Colors of #336382

#336382

Complementary Color

#336382 #825233

#336382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336382 Color CSS Codes

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

#336382 Text Font Color

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

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


#336382 Background Color

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

This div background color is #336382


#336382 Border Color

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

This div border color is #336382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336382


Comments

No comments written yet.

Please login to write comment.