Color Hex Logo

#033775 Color Hex

#033775
(3,55,117)
0 Favorites   0 Comments

Color spaces of #033775

RGB 355117
HSL0.590.950.24
HSV213°97°46°
CMYK 0.970.530.00   0.54
XYZ4.61464.036117.3654
Yxy4.03610.17740.1551
Hunter Lab20.09005.8431-37.1860
CIE-Lab23.790410.8939-39.8563

#033775 color RGB value is (3,55,117).

#033775 hex color red value is 3, green value is 55 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #033775 hue: 0.59 , saturation: 0.95 and the lightness value of 033775 is 0.24.

The process color (four color CMYK) of #033775 color hex is 0.97, 0.53, 0.00, 0.54. Web safe color of #033775 is #003366. Color #033775 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110111 01110101
Octal 3 67 165
Decimal 3 55 117
Hex 3 37 75

RGB Percentages of Color #033775

%1.71
%31.43
%66.86

CMYK Percentages of Color #033775

%97
%53
%0
%54

Triadic Colors of #033775

#033775 #750337 #377503

Analogous Colors of #033775

#033775 #080375 #037075

Monochromatic Colors of #033775

#033775

Complementary Color

#033775 #754103

#033775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#033775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#033775 Color CSS Codes

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

#033775 Text Font Color

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

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


#033775 Background Color

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

This div background color is #033775


#033775 Border Color

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

This div border color is #033775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #033775


Comments

No comments written yet.

Please login to write comment.