Color Hex Logo

#035385 Color Hex

#035385
(3,83,133)
0 Favorites   0 Comments

Color spaces of #035385

RGB 383133
HSL0.560.960.27
HSV203°98°52°
CMYK 0.980.380.00   0.48
XYZ7.36447.899323.3269
Yxy7.89930.19080.2047
Hunter Lab28.1057-2.4135-29.5350
CIE-Lab33.7723-1.3770-33.8586

#035385 color RGB value is (3,83,133).

#035385 hex color red value is 3, green value is 83 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #035385 hue: 0.56 , saturation: 0.96 and the lightness value of 035385 is 0.27.

The process color (four color CMYK) of #035385 color hex is 0.98, 0.38, 0.00, 0.48. Web safe color of #035385 is #006699. Color #035385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01010011 10000101
Octal 3 123 205
Decimal 3 83 133
Hex 3 53 85

RGB Percentages of Color #035385

%1.37
%37.90
%60.73

CMYK Percentages of Color #035385

%98
%38
%0
%48

Triadic Colors of #035385

#035385 #850353 #538503

Analogous Colors of #035385

#035385 #031285 #038576

Monochromatic Colors of #035385

#035385

Complementary Color

#035385 #853503

#035385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#035385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#035385 Color CSS Codes

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

#035385 Text Font Color

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

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


#035385 Background Color

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

This div background color is #035385


#035385 Border Color

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

This div border color is #035385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #035385


Comments

No comments written yet.

Please login to write comment.