Color Hex Logo

#333bbd Color Hex

#333BBD
(51,59,189)
0 Favorites   0 Comments

Color spaces of #333bbd

RGB 5159189
HSL0.660.580.47
HSV237°73°74°
CMYK 0.730.690.00   0.26
XYZ12.11457.505948.9544
Yxy7.50590.17670.1095
Hunter Lab27.396930.9855-86.7651
CIE-Lab32.931940.7146-68.8517

#333bbd color RGB value is (51,59,189).

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

The process color (four color CMYK) of #333bbd color hex is 0.73, 0.69, 0.00, 0.26. Web safe color of #333bbd is #3333cc. Color #333bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111011 10111101
Octal 63 73 275
Decimal 51 59 189
Hex 33 3B BD

RGB Percentages of Color #333bbd

%17.06
%19.73
%63.21

CMYK Percentages of Color #333bbd

%73
%69
%0
%26

Triadic Colors of #333bbd

#333bbd #bd333b #3bbd33

Analogous Colors of #333bbd

#333bbd #7033bd #3380bd

Monochromatic Colors of #333bbd

#333bbd

Complementary Color

#333bbd #bdb533

#333bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#333bbd Color CSS Codes

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

#333bbd Text Font Color

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

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


#333bbd Background Color

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

This div background color is #333bbd


#333bbd Border Color

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

This div border color is #333bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333bbd


Comments

No comments written yet.

Please login to write comment.