Color Hex Logo

#336dc7 Color Hex

#336DC7
(51,109,199)
0 Favorites   0 Comments

Color spaces of #336dc7

RGB 51109199
HSL0.600.590.49
HSV216°74°78°
CMYK 0.740.450.00   0.22
XYZ17.142715.764656.1722
Yxy15.76460.19240.1770
Hunter Lab39.70477.5852-56.0873
CIE-Lab46.664112.3950-52.3631

#336dc7 color RGB value is (51,109,199).

#336dc7 hex color red value is 51, green value is 109 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #336dc7 hue: 0.60 , saturation: 0.59 and the lightness value of 336dc7 is 0.49.

The process color (four color CMYK) of #336dc7 color hex is 0.74, 0.45, 0.00, 0.22. Web safe color of #336dc7 is #3366cc. Color #336dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101101 11000111
Octal 63 155 307
Decimal 51 109 199
Hex 33 6D C7

RGB Percentages of Color #336dc7

%14.21
%30.36
%55.43

CMYK Percentages of Color #336dc7

%74
%45
%0
%22

Triadic Colors of #336dc7

#336dc7 #c7336d #6dc733

Analogous Colors of #336dc7

#336dc7 #4333c7 #33b7c7

Monochromatic Colors of #336dc7

#336dc7

Complementary Color

#336dc7 #c78d33

#336dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#336dc7 Color CSS Codes

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

#336dc7 Text Font Color

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

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


#336dc7 Background Color

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

This div background color is #336dc7


#336dc7 Border Color

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

This div border color is #336dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,109,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #336dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #336dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #336dc7;
  box-shadow:         1px 1px 3px 2px #336dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336dc7


Comments

No comments written yet.

Please login to write comment.