Color Hex Logo

#336dbd Color Hex

#336DBD
(51,109,189)
0 Favorites   0 Comments

Color spaces of #336dbd

RGB 51109189
HSL0.600.580.47
HSV215°73°74°
CMYK 0.730.420.00   0.26
XYZ16.019215.315250.2559
Yxy15.31520.19630.1877
Hunter Lab39.13464.5808-48.7448
CIE-Lab46.06298.6750-47.5580

#336dbd color RGB value is (51,109,189).

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

The process color (four color CMYK) of #336dbd color hex is 0.73, 0.42, 0.00, 0.26. Web safe color of #336dbd is #3366cc. Color #336dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101101 10111101
Octal 63 155 275
Decimal 51 109 189
Hex 33 6D BD

RGB Percentages of Color #336dbd

%14.61
%31.23
%54.15

CMYK Percentages of Color #336dbd

%73
%42
%0
%26

Triadic Colors of #336dbd

#336dbd #bd336d #6dbd33

Analogous Colors of #336dbd

#336dbd #3e33bd #33b2bd

Monochromatic Colors of #336dbd

#336dbd

Complementary Color

#336dbd #bd8333

#336dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#336dbd Color CSS Codes

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

#336dbd Text Font Color

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

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


#336dbd Background Color

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

This div background color is #336dbd


#336dbd Border Color

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

This div border color is #336dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336dbd


Comments

No comments written yet.

Please login to write comment.