Color Hex Logo

#033193 Color Hex

#033193
(3,49,147)
0 Favorites   0 Comments

Color spaces of #033193

RGB 349147
HSL0.610.960.29
HSV221°98°58°
CMYK 0.980.670.00   0.42
XYZ6.40234.322628.1007
Yxy4.32260.16490.1113
Hunter Lab20.790918.5829-65.5821
CIE-Lab24.710527.9635-57.1449

#033193 color RGB value is (3,49,147).

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

The process color (four color CMYK) of #033193 color hex is 0.98, 0.67, 0.00, 0.42. Web safe color of #033193 is #003399. Color #033193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110001 10010011
Octal 3 61 223
Decimal 3 49 147
Hex 3 31 93

RGB Percentages of Color #033193

%1.51
%24.62
%73.87

CMYK Percentages of Color #033193

%98
%67
%0
%42

Triadic Colors of #033193

#033193 #930331 #319303

Analogous Colors of #033193

#033193 #1d0393 #037993

Monochromatic Colors of #033193

#033193

Complementary Color

#033193 #936503

#033193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033193 Color CSS Codes

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

#033193 Text Font Color

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

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


#033193 Background Color

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

This div background color is #033193


#033193 Border Color

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

This div border color is #033193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033193


Comments

No comments written yet.

Please login to write comment.