Color Hex Logo

#035fab Color Hex

#035FAB
(3,95,171)
0 Favorites   0 Comments

Color spaces of #035fab

RGB 395171
HSL0.580.970.34
HSV207°98°67°
CMYK 0.980.440.00   0.33
XYZ11.480411.144140.0740
Yxy11.14410.18310.1777
Hunter Lab33.38282.9666-47.8061
CIE-Lab39.82216.5463-47.0829

#035fab color RGB value is (3,95,171).

#035fab hex color red value is 3, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #035fab hue: 0.58 , saturation: 0.97 and the lightness value of 035fab is 0.34.

The process color (four color CMYK) of #035fab color hex is 0.98, 0.44, 0.00, 0.33. Web safe color of #035fab is #006699. Color #035fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01011111 10101011
Octal 3 137 253
Decimal 3 95 171
Hex 3 5F AB

RGB Percentages of Color #035fab

%1.12
%35.32
%63.57

CMYK Percentages of Color #035fab

%98
%44
%0
%33

Triadic Colors of #035fab

#035fab #ab035f #5fab03

Analogous Colors of #035fab

#035fab #030bab #03aba3

Monochromatic Colors of #035fab

#035fab

Complementary Color

#035fab #ab4f03

#035fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#035fab Color CSS Codes

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

#035fab Text Font Color

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

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


#035fab Background Color

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

This div background color is #035fab


#035fab Border Color

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

This div border color is #035fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #035fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #035fab;
  -webkit-box-shadow: 1px 1px 3px 2px #035fab;
  box-shadow:         1px 1px 3px 2px #035fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035fab


Comments

No comments written yet.

Please login to write comment.