Color Hex Logo

#033240 Color Hex

#033240
(3,50,64)
0 Favorites   0 Comments

Color spaces of #033240

RGB 35064
HSL0.540.910.13
HSV194°95°25°
CMYK 0.950.220.00   0.75
XYZ2.10362.67075.2551
Yxy2.67070.20970.2663
Hunter Lab16.3423-5.6222-7.6260
CIE-Lab18.6737-9.0734-13.0355

#033240 color RGB value is (3,50,64).

#033240 hex color red value is 3, green value is 50 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #033240 hue: 0.54 , saturation: 0.91 and the lightness value of 033240 is 0.13.

The process color (four color CMYK) of #033240 color hex is 0.95, 0.22, 0.00, 0.75. Web safe color of #033240 is #003333. Color #033240 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110010 01000000
Octal 3 62 100
Decimal 3 50 64
Hex 3 32 40

RGB Percentages of Color #033240

%2.56
%42.74
%54.70

CMYK Percentages of Color #033240

%95
%22
%0
%75

Triadic Colors of #033240

#033240 #400332 #324003

Analogous Colors of #033240

#033240 #031440 #034030

Monochromatic Colors of #033240

#033240

Complementary Color

#033240 #401103

#033240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033240 Color CSS Codes

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

#033240 Text Font Color

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

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


#033240 Background Color

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

This div background color is #033240


#033240 Border Color

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

This div border color is #033240


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,50,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #033240; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #033240;
  -webkit-box-shadow: 1px 1px 3px 2px #033240;
  box-shadow:         1px 1px 3px 2px #033240; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,50,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033240


Comments

No comments written yet.

Please login to write comment.