Color Hex Logo

#33496f Color Hex

#33496F
(51,73,111)
0 Favorites   0 Comments

Color spaces of #33496f

RGB 5173111
HSL0.610.370.32
HSV218°54°44°
CMYK 0.540.340.00   0.56
XYZ6.61706.616615.9673
Yxy6.61660.22660.2266
Hunter Lab25.72280.9031-18.7981
CIE-Lab30.91773.4577-24.5754

#33496f color RGB value is (51,73,111).

#33496f hex color red value is 51, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #33496f hue: 0.61 , saturation: 0.37 and the lightness value of 33496f is 0.32.

The process color (four color CMYK) of #33496f color hex is 0.54, 0.34, 0.00, 0.56. Web safe color of #33496f is #333366. Color #33496f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 01101111
Octal 63 111 157
Decimal 51 73 111
Hex 33 49 6F

RGB Percentages of Color #33496f

%21.70
%31.06
%47.23

CMYK Percentages of Color #33496f

%54
%34
%0
%56

Triadic Colors of #33496f

#33496f #6f3349 #496f33

Analogous Colors of #33496f

#33496f #3b336f #33676f

Monochromatic Colors of #33496f

#33496f

Complementary Color

#33496f #6f5933

#33496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#33496f Color CSS Codes

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

#33496f Text Font Color

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

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


#33496f Background Color

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

This div background color is #33496f


#33496f Border Color

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

This div border color is #33496f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,73,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33496f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33496f;
  -webkit-box-shadow: 1px 1px 3px 2px #33496f;
  box-shadow:         1px 1px 3px 2px #33496f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33496f


Comments

No comments written yet.

Please login to write comment.