Color Hex Logo

#333991 Color Hex

#333991
(51,57,145)
0 Favorites   0 Comments

Color spaces of #333991

RGB 5157145
HSL0.660.480.38
HSV236°65°57°
CMYK 0.650.610.00   0.43
XYZ7.93925.674427.4649
Yxy5.67440.19330.1381
Hunter Lab23.821017.8048-51.6849
CIE-Lab28.575726.4295-49.5131

#333991 color RGB value is (51,57,145).

#333991 hex color red value is 51, green value is 57 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #333991 hue: 0.66 , saturation: 0.48 and the lightness value of 333991 is 0.38.

The process color (four color CMYK) of #333991 color hex is 0.65, 0.61, 0.00, 0.43. Web safe color of #333991 is #333399. Color #333991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 10010001
Octal 63 71 221
Decimal 51 57 145
Hex 33 39 91

RGB Percentages of Color #333991

%20.16
%22.53
%57.31

CMYK Percentages of Color #333991

%65
%61
%0
%43

Triadic Colors of #333991

#333991 #913339 #399133

Analogous Colors of #333991

#333991 #5c3391 #336891

Monochromatic Colors of #333991

#333991

Complementary Color

#333991 #918b33

#333991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333991 Color CSS Codes

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

#333991 Text Font Color

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

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


#333991 Background Color

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

This div background color is #333991


#333991 Border Color

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

This div border color is #333991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333991


Comments

No comments written yet.

Please login to write comment.