Color Hex Logo

#033e52 Color Hex

#033E52
(3,62,82)
0 Favorites   0 Comments

Color spaces of #033e52

RGB 36282
HSL0.540.930.17
HSV195°96°32°
CMYK 0.960.240.00   0.68
XYZ3.28324.07388.5959
Yxy4.07380.20580.2554
Hunter Lab20.1837-6.2855-11.1221
CIE-Lab23.9139-9.2046-16.9802

#033e52 color RGB value is (3,62,82).

#033e52 hex color red value is 3, green value is 62 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #033e52 hue: 0.54 , saturation: 0.93 and the lightness value of 033e52 is 0.17.

The process color (four color CMYK) of #033e52 color hex is 0.96, 0.24, 0.00, 0.68. Web safe color of #033e52 is #003366. Color #033e52 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111110 01010010
Octal 3 76 122
Decimal 3 62 82
Hex 3 3E 52

RGB Percentages of Color #033e52

%2.04
%42.18
%55.78

CMYK Percentages of Color #033e52

%96
%24
%0
%68

Triadic Colors of #033e52

#033e52 #52033e #3e5203

Analogous Colors of #033e52

#033e52 #031752 #03523f

Monochromatic Colors of #033e52

#033e52

Complementary Color

#033e52 #521703

#033e52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033e52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033e52 Color CSS Codes

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

#033e52 Text Font Color

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

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


#033e52 Background Color

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

This div background color is #033e52


#033e52 Border Color

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

This div border color is #033e52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033e52


Comments

No comments written yet.

Please login to write comment.