Color Hex Logo

#033192 Color Hex

#033192
(3,49,146)
2 Favorites   0 Comments

Color spaces of #033192

RGB 349146
HSL0.610.960.29
HSV221°98°57°
CMYK 0.980.660.00   0.43
XYZ6.32424.291327.6891
Yxy4.29130.16510.1120
Hunter Lab20.715518.2420-64.7486
CIE-Lab24.612027.5575-56.6899

#033192 color RGB value is (3,49,146).

#033192 hex color red value is 3, green value is 49 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #033192 hue: 0.61 , saturation: 0.96 and the lightness value of 033192 is 0.29.

The process color (four color CMYK) of #033192 color hex is 0.98, 0.66, 0.00, 0.43. Web safe color of #033192 is #003399. Color #033192 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110001 10010010
Octal 3 61 222
Decimal 3 49 146
Hex 3 31 92

RGB Percentages of Color #033192

%1.52
%24.75
%73.74

CMYK Percentages of Color #033192

%98
%66
%0
%43

Triadic Colors of #033192

#033192 #920331 #319203

Analogous Colors of #033192

#033192 #1c0392 #037992

Monochromatic Colors of #033192

#033192

Complementary Color

#033192 #926403

#033192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033192 Color CSS Codes

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

#033192 Text Font Color

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

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


#033192 Background Color

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

This div background color is #033192


#033192 Border Color

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

This div border color is #033192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033192


Comments

No comments written yet.

Please login to write comment.