Color Hex Logo

#333286 Color Hex

#333286
(51,50,134)
0 Favorites   0 Comments

Color spaces of #333286

RGB 5150134
HSL0.670.460.36
HSV241°63°53°
CMYK 0.620.630.00   0.47
XYZ6.80894.706223.1038
Yxy4.70620.19670.1359
Hunter Lab21.693818.0606-47.9580
CIE-Lab25.880827.1378-47.0819

#333286 color RGB value is (51,50,134).

#333286 hex color red value is 51, green value is 50 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #333286 hue: 0.67 , saturation: 0.46 and the lightness value of 333286 is 0.36.

The process color (four color CMYK) of #333286 color hex is 0.62, 0.63, 0.00, 0.47. Web safe color of #333286 is #333399. Color #333286 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110010 10000110
Octal 63 62 206
Decimal 51 50 134
Hex 33 32 86

RGB Percentages of Color #333286

%21.70
%21.28
%57.02

CMYK Percentages of Color #333286

%62
%63
%0
%47

Triadic Colors of #333286

#333286 #863332 #328633

Analogous Colors of #333286

#333286 #5d3286 #325b86

Monochromatic Colors of #333286

#333286

Complementary Color

#333286 #858632

#333286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333286 Color CSS Codes

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

#333286 Text Font Color

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

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


#333286 Background Color

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

This div background color is #333286


#333286 Border Color

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

This div border color is #333286


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,50,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #333286; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #333286;
  -webkit-box-shadow: 1px 1px 3px 2px #333286;
  box-shadow:         1px 1px 3px 2px #333286; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333286


Comments

No comments written yet.

Please login to write comment.