Color Hex Logo

#035693 Color Hex

#035693
(3,86,147)
0 Favorites   0 Comments

Color spaces of #035693

RGB 386147
HSL0.570.960.29
HSV205°98°58°
CMYK 0.980.410.00   0.42
XYZ8.63188.781528.8438
Yxy8.78150.18660.1898
Hunter Lab29.63360.1354-36.9663
CIE-Lab35.56022.5034-39.5512

#035693 color RGB value is (3,86,147).

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

The process color (four color CMYK) of #035693 color hex is 0.98, 0.41, 0.00, 0.42. Web safe color of #035693 is #006699. Color #035693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010110 10010011
Octal 3 126 223
Decimal 3 86 147
Hex 3 56 93

RGB Percentages of Color #035693

%1.27
%36.44
%62.29

CMYK Percentages of Color #035693

%98
%41
%0
%42

Triadic Colors of #035693

#035693 #930356 #569303

Analogous Colors of #035693

#035693 #030e93 #039388

Monochromatic Colors of #035693

#035693

Complementary Color

#035693 #934003

#035693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035693 Color CSS Codes

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

#035693 Text Font Color

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

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


#035693 Background Color

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

This div background color is #035693


#035693 Border Color

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

This div border color is #035693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035693


Comments

No comments written yet.

Please login to write comment.