Color Hex Logo

#333990 Color Hex

#333990
(51,57,144)
0 Favorites   0 Comments

Color spaces of #333990

RGB 5157144
HSL0.660.480.38
HSV236°65°56°
CMYK 0.650.600.00   0.44
XYZ7.86245.643727.0605
Yxy5.64370.19380.1391
Hunter Lab23.756517.5022-50.9065
CIE-Lab28.495126.0696-49.0286

#333990 color RGB value is (51,57,144).

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

The process color (four color CMYK) of #333990 color hex is 0.65, 0.60, 0.00, 0.44. Web safe color of #333990 is #333399. Color #333990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 10010000
Octal 63 71 220
Decimal 51 57 144
Hex 33 39 90

RGB Percentages of Color #333990

%20.24
%22.62
%57.14

CMYK Percentages of Color #333990

%65
%60
%0
%44

Triadic Colors of #333990

#333990 #903339 #399033

Analogous Colors of #333990

#333990 #5b3390 #336890

Monochromatic Colors of #333990

#333990

Complementary Color

#333990 #908a33

#333990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#333990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#333990 Color CSS Codes

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

#333990 Text Font Color

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

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


#333990 Background Color

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

This div background color is #333990


#333990 Border Color

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

This div border color is #333990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #333990

#333990 Color Palettes


Comments

No comments written yet.

Please login to write comment.