Color Hex Logo

#033faa Color Hex

#033FAA
(3,63,170)
0 Favorites   0 Comments

Color spaces of #033faa

RGB 363170
HSL0.610.970.34
HSV218°98°67°
CMYK 0.980.630.00   0.33
XYZ9.07086.476738.8022
Yxy6.47670.16690.1192
Hunter Lab25.449419.0856-72.5839
CIE-Lab30.584627.6969-61.4771

#033faa color RGB value is (3,63,170).

#033faa hex color red value is 3, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #033faa hue: 0.61 , saturation: 0.97 and the lightness value of 033faa is 0.34.

The process color (four color CMYK) of #033faa color hex is 0.98, 0.63, 0.00, 0.33. Web safe color of #033faa is #003399. Color #033faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111111 10101010
Octal 3 77 252
Decimal 3 63 170
Hex 3 3F AA

RGB Percentages of Color #033faa

%1.27
%26.69
%72.03

CMYK Percentages of Color #033faa

%98
%63
%0
%33

Triadic Colors of #033faa

#033faa #aa033f #3faa03

Analogous Colors of #033faa

#033faa #1a03aa #0393aa

Monochromatic Colors of #033faa

#033faa

Complementary Color

#033faa #aa6e03

#033faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#033faa Color CSS Codes

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

#033faa Text Font Color

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

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


#033faa Background Color

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

This div background color is #033faa


#033faa Border Color

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

This div border color is #033faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #033faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #033faa;
  -webkit-box-shadow: 1px 1px 3px 2px #033faa;
  box-shadow:         1px 1px 3px 2px #033faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033faa


Comments

No comments written yet.

Please login to write comment.