Color Hex Logo

#033040 Color Hex

#033040
(3,48,64)
0 Favorites   0 Comments

Color spaces of #033040

RGB 34864
HSL0.540.910.13
HSV196°95°25°
CMYK 0.950.250.00   0.75
XYZ2.01992.50345.2272
Yxy2.50340.20720.2567
Hunter Lab15.8221-4.9009-8.5123
CIE-Lab17.9340-7.7722-14.1818

#033040 color RGB value is (3,48,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110000 01000000
Octal 3 60 100
Decimal 3 48 64
Hex 3 30 40

RGB Percentages of Color #033040

%2.61
%41.74
%55.65

CMYK Percentages of Color #033040

%95
%25
%0
%75

Triadic Colors of #033040

#033040 #400330 #304003

Analogous Colors of #033040

#033040 #031240 #034032

Monochromatic Colors of #033040

#033040

Complementary Color

#033040 #401303

#033040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033040 Color CSS Codes

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

#033040 Text Font Color

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

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


#033040 Background Color

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

This div background color is #033040


#033040 Border Color

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

This div border color is #033040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,48,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 #033040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033040


Comments

No comments written yet.

Please login to write comment.