Color Hex Logo

#33396c Color Hex

#33396C
(51,57,108)
0 Favorites   0 Comments

Color spaces of #33396c

RGB 5157108
HSL0.650.360.31
HSV234°53°42°
CMYK 0.530.470.00   0.58
XYZ5.53514.712814.8053
Yxy4.71280.22090.1881
Hunter Lab21.70907.5211-25.2389
CIE-Lab25.900413.2004-30.6028

#33396c color RGB value is (51,57,108).

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

The process color (four color CMYK) of #33396c color hex is 0.53, 0.47, 0.00, 0.58. Web safe color of #33396c is #333366. Color #33396c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 01101100
Octal 63 71 154
Decimal 51 57 108
Hex 33 39 6C

RGB Percentages of Color #33396c

%23.61
%26.39
%50.00

CMYK Percentages of Color #33396c

%53
%47
%0
%58

Triadic Colors of #33396c

#33396c #6c3339 #396c33

Analogous Colors of #33396c

#33396c #4a336c #33566c

Monochromatic Colors of #33396c

#33396c

Complementary Color

#33396c #6c6633

#33396c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33396c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33396c Color CSS Codes

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

#33396c Text Font Color

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

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


#33396c Background Color

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

This div background color is #33396c


#33396c Border Color

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

This div border color is #33396c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33396c


Comments

No comments written yet.

Please login to write comment.