Color Hex Logo

#33397e Color Hex

#33397E
(51,57,126)
0 Favorites   0 Comments

Color spaces of #33397e

RGB 5157126
HSL0.650.420.35
HSV235°60°49°
CMYK 0.600.550.00   0.51
XYZ6.59435.136420.3825
Yxy5.13640.20530.1599
Hunter Lab22.663612.2757-37.4578
CIE-Lab27.119919.5919-40.0650

#33397e color RGB value is (51,57,126).

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

The process color (four color CMYK) of #33397e color hex is 0.60, 0.55, 0.00, 0.51. Web safe color of #33397e is #333366. Color #33397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00111001 01111110
Octal 63 71 176
Decimal 51 57 126
Hex 33 39 7E

RGB Percentages of Color #33397e

%21.79
%24.36
%53.85

CMYK Percentages of Color #33397e

%60
%55
%0
%51

Triadic Colors of #33397e

#33397e #7e3339 #397e33

Analogous Colors of #33397e

#33397e #52337e #335f7e

Monochromatic Colors of #33397e

#33397e

Complementary Color

#33397e #7e7833

#33397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#33397e Color CSS Codes

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

#33397e Text Font Color

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

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


#33397e Background Color

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

This div background color is #33397e


#33397e Border Color

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

This div border color is #33397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33397e


Comments

No comments written yet.

Please login to write comment.