Color Hex Logo

#336cdb Color Hex

#336CDB
(51,108,219)
0 Favorites   0 Comments

Color spaces of #336cdb

RGB 51108219
HSL0.610.700.53
HSV220°77°86°
CMYK 0.770.510.00   0.14
XYZ19.514016.543469.1825
Yxy16.54340.18540.1572
Hunter Lab40.673614.4603-72.3760
CIE-Lab47.679520.4859-62.1472

#336cdb color RGB value is (51,108,219).

#336cdb hex color red value is 51, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #336cdb hue: 0.61 , saturation: 0.70 and the lightness value of 336cdb is 0.53.

The process color (four color CMYK) of #336cdb color hex is 0.77, 0.51, 0.00, 0.14. Web safe color of #336cdb is #3366cc. Color #336cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101100 11011011
Octal 63 154 333
Decimal 51 108 219
Hex 33 6C DB

RGB Percentages of Color #336cdb

%13.49
%28.57
%57.94

CMYK Percentages of Color #336cdb

%77
%51
%0
%14

Triadic Colors of #336cdb

#336cdb #db336c #6cdb33

Analogous Colors of #336cdb

#336cdb #4e33db #33c0db

Monochromatic Colors of #336cdb

#336cdb

Complementary Color

#336cdb #dba233

#336cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#336cdb Color CSS Codes

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

#336cdb Text Font Color

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

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


#336cdb Background Color

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

This div background color is #336cdb


#336cdb Border Color

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

This div border color is #336cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336cdb


Comments

No comments written yet.

Please login to write comment.