Color Hex Logo

#333dbe Color Hex

#333DBE
(51,61,190)
0 Favorites   0 Comments

Color spaces of #333dbe

RGB 5161190
HSL0.650.580.47
HSV236°73°75°
CMYK 0.730.680.00   0.25
XYZ12.32827.759049.5631
Yxy7.75900.17700.1114
Hunter Lab27.855030.2552-85.9978
CIE-Lab33.475839.8410-68.5463

#333dbe color RGB value is (51,61,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111101 10111110
Octal 63 75 276
Decimal 51 61 190
Hex 33 3D BE

RGB Percentages of Color #333dbe

%16.89
%20.20
%62.91

CMYK Percentages of Color #333dbe

%73
%68
%0
%25

Triadic Colors of #333dbe

#333dbe #be333d #3dbe33

Analogous Colors of #333dbe

#333dbe #6f33be #3383be

Monochromatic Colors of #333dbe

#333dbe

Complementary Color

#333dbe #beb433

#333dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#333dbe Color CSS Codes

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

#333dbe Text Font Color

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

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


#333dbe Background Color

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

This div background color is #333dbe


#333dbe Border Color

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

This div border color is #333dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333dbe


Comments

No comments written yet.

Please login to write comment.