Color Hex Logo

#336ebd Color Hex

#336EBD
(51,110,189)
0 Favorites   0 Comments

Color spaces of #336ebd

RGB 51110189
HSL0.600.580.47
HSV214°73°74°
CMYK 0.730.420.00   0.26
XYZ16.126515.529850.2917
Yxy15.52980.19680.1895
Hunter Lab39.40794.0821-48.0795
CIE-Lab46.35158.0466-47.0972

#336ebd color RGB value is (51,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101110 10111101
Octal 63 156 275
Decimal 51 110 189
Hex 33 6E BD

RGB Percentages of Color #336ebd

%14.57
%31.43
%54.00

CMYK Percentages of Color #336ebd

%73
%42
%0
%26

Triadic Colors of #336ebd

#336ebd #bd336e #6ebd33

Analogous Colors of #336ebd

#336ebd #3d33bd #33b3bd

Monochromatic Colors of #336ebd

#336ebd

Complementary Color

#336ebd #bd8233

#336ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#336ebd Color CSS Codes

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

#336ebd Text Font Color

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

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


#336ebd Background Color

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

This div background color is #336ebd


#336ebd Border Color

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

This div border color is #336ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,110,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 #336ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336ebd


Comments

No comments written yet.

Please login to write comment.