Color Hex Logo

#035576 Color Hex

#035576
(3,85,118)
0 Favorites   0 Comments

Color spaces of #035576

RGB 385118
HSL0.550.950.24
HSV197°97°46°
CMYK 0.970.280.00   0.54
XYZ6.55617.824418.3043
Yxy7.82440.20060.2394
Hunter Lab27.9721-7.1144-19.2175
CIE-Lab33.6145-8.7995-24.8388

#035576 color RGB value is (3,85,118).

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

The process color (four color CMYK) of #035576 color hex is 0.97, 0.28, 0.00, 0.54. Web safe color of #035576 is #006666. Color #035576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010101 01110110
Octal 3 125 166
Decimal 3 85 118
Hex 3 55 76

RGB Percentages of Color #035576

%1.46
%41.26
%57.28

CMYK Percentages of Color #035576

%97
%28
%0
%54

Triadic Colors of #035576

#035576 #760355 #557603

Analogous Colors of #035576

#035576 #031b76 #03765e

Monochromatic Colors of #035576

#035576

Complementary Color

#035576 #762403

#035576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035576 Color CSS Codes

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

#035576 Text Font Color

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

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


#035576 Background Color

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

This div background color is #035576


#035576 Border Color

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

This div border color is #035576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035576


Comments

No comments written yet.

Please login to write comment.