Color Hex Logo

#33396e Color Hex

#33396E
(51,57,110)
0 Favorites   0 Comments

Color spaces of #33396e

RGB 5157110
HSL0.650.370.32
HSV234°54°43°
CMYK 0.540.480.00   0.57
XYZ5.64284.755915.3724
Yxy4.75590.21900.1845
Hunter Lab21.80808.0226-26.5277
CIE-Lab26.027713.9004-31.6800

#33396e color RGB value is (51,57,110).

#33396e hex color red value is 51, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #33396e hue: 0.65 , saturation: 0.37 and the lightness value of 33396e is 0.32.

The process color (four color CMYK) of #33396e color hex is 0.54, 0.48, 0.00, 0.57. Web safe color of #33396e is #333366. Color #33396e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 01101110
Octal 63 71 156
Decimal 51 57 110
Hex 33 39 6E

RGB Percentages of Color #33396e

%23.39
%26.15
%50.46

CMYK Percentages of Color #33396e

%54
%48
%0
%57

Triadic Colors of #33396e

#33396e #6e3339 #396e33

Analogous Colors of #33396e

#33396e #4b336e #33576e

Monochromatic Colors of #33396e

#33396e

Complementary Color

#33396e #6e6833

#33396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33396e Color CSS Codes

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

#33396e Text Font Color

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

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


#33396e Background Color

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

This div background color is #33396e


#33396e Border Color

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

This div border color is #33396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33396e


Comments

No comments written yet.

Please login to write comment.