Color Hex Logo

#33389e Color Hex

#33389E
(51,56,158)
0 Favorites   0 Comments

Color spaces of #33389e

RGB 5156158
HSL0.660.510.41
HSV237°68°62°
CMYK 0.680.650.00   0.38
XYZ8.95106.000833.0342
Yxy6.00080.18650.1251
Hunter Lab24.496522.3547-62.8065
CIE-Lab29.414531.7303-56.0884

#33389e color RGB value is (51,56,158).

#33389e hex color red value is 51, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #33389e hue: 0.66 , saturation: 0.51 and the lightness value of 33389e is 0.41.

The process color (four color CMYK) of #33389e color hex is 0.68, 0.65, 0.00, 0.38. Web safe color of #33389e is #333399. Color #33389e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111000 10011110
Octal 63 70 236
Decimal 51 56 158
Hex 33 38 9E

RGB Percentages of Color #33389e

%19.25
%21.13
%59.62

CMYK Percentages of Color #33389e

%68
%65
%0
%38

Triadic Colors of #33389e

#33389e #9e3338 #389e33

Analogous Colors of #33389e

#33389e #64339e #336e9e

Monochromatic Colors of #33389e

#33389e

Complementary Color

#33389e #9e9933

#33389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33389e Color CSS Codes

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

#33389e Text Font Color

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

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


#33389e Background Color

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

This div background color is #33389e


#33389e Border Color

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

This div border color is #33389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33389e


Comments

No comments written yet.

Please login to write comment.