Color Hex Logo

#033e5a Color Hex

#033E5A
(3,62,90)
0 Favorites   0 Comments

Color spaces of #033e5a

RGB 36290
HSL0.550.940.18
HSV199°97°35°
CMYK 0.970.310.00   0.65
XYZ3.60564.202810.2940
Yxy4.20280.19920.2322
Hunter Lab20.5007-4.4823-15.4207
CIE-Lab24.3309-5.8372-21.5751

#033e5a color RGB value is (3,62,90).

#033e5a hex color red value is 3, green value is 62 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #033e5a hue: 0.55 , saturation: 0.94 and the lightness value of 033e5a is 0.18.

The process color (four color CMYK) of #033e5a color hex is 0.97, 0.31, 0.00, 0.65. Web safe color of #033e5a is #003366. Color #033e5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00111110 01011010
Octal 3 76 132
Decimal 3 62 90
Hex 3 3E 5A

RGB Percentages of Color #033e5a

%1.94
%40.00
%58.06

CMYK Percentages of Color #033e5a

%97
%31
%0
%65

Triadic Colors of #033e5a

#033e5a #5a033e #3e5a03

Analogous Colors of #033e5a

#033e5a #03135a #035a4a

Monochromatic Colors of #033e5a

#033e5a

Complementary Color

#033e5a #5a1f03

#033e5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033e5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#033e5a Color CSS Codes

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

#033e5a Text Font Color

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

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


#033e5a Background Color

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

This div background color is #033e5a


#033e5a Border Color

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

This div border color is #033e5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033e5a


Comments

No comments written yet.

Please login to write comment.