Color Hex Logo

#033356 Color Hex

#033356
(3,51,86)
0 Favorites   0 Comments

Color spaces of #033356

RGB 35186
HSL0.570.930.17
HSV205°97°34°
CMYK 0.970.410.00   0.66
XYZ2.90113.05899.2416
Yxy3.05890.19080.2012
Hunter Lab17.4897-0.9984-19.0862
CIE-Lab20.2783-0.1129-25.3452

#033356 color RGB value is (3,51,86).

#033356 hex color red value is 3, green value is 51 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #033356 hue: 0.57 , saturation: 0.93 and the lightness value of 033356 is 0.17.

The process color (four color CMYK) of #033356 color hex is 0.97, 0.41, 0.00, 0.66. Web safe color of #033356 is #003366. Color #033356 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110011 01010110
Octal 3 63 126
Decimal 3 51 86
Hex 3 33 56

RGB Percentages of Color #033356

%2.14
%36.43
%61.43

CMYK Percentages of Color #033356

%97
%41
%0
%66

Triadic Colors of #033356

#033356 #560333 #335603

Analogous Colors of #033356

#033356 #030a56 #035650

Monochromatic Colors of #033356

#033356

Complementary Color

#033356 #562603

#033356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033356 Color CSS Codes

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

#033356 Text Font Color

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

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


#033356 Background Color

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

This div background color is #033356


#033356 Border Color

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

This div border color is #033356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033356


Comments

No comments written yet.

Please login to write comment.