Color Hex Logo

#033398 Color Hex

#033398
(3,51,152)
0 Favorites   0 Comments

Color spaces of #033398

RGB 351152
HSL0.610.960.30
HSV221°98°60°
CMYK 0.980.660.00   0.40
XYZ6.88894.654030.2410
Yxy4.65400.16490.1114
Hunter Lab21.573119.2470-68.0109
CIE-Lab25.725428.6178-58.5492

#033398 color RGB value is (3,51,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110011 10011000
Octal 3 63 230
Decimal 3 51 152
Hex 3 33 98

RGB Percentages of Color #033398

%1.46
%24.76
%73.79

CMYK Percentages of Color #033398

%98
%66
%0
%40

Triadic Colors of #033398

#033398 #980333 #339803

Analogous Colors of #033398

#033398 #1d0398 #037e98

Monochromatic Colors of #033398

#033398

Complementary Color

#033398 #986803

#033398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033398 Color CSS Codes

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

#033398 Text Font Color

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

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


#033398 Background Color

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

This div background color is #033398


#033398 Border Color

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

This div border color is #033398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033398


Comments

No comments written yet.

Please login to write comment.