Color Hex Logo

#355dac Color Hex

#355DAC
(53,93,172)
0 Favorites   0 Comments

Color spaces of #355dac

RGB 5393172
HSL0.610.530.44
HSV220°69°67°
CMYK 0.690.460.00   0.33
XYZ12.828911.564140.5857
Yxy11.56410.19740.1780
Hunter Lab34.00607.8292-46.9575
CIE-Lab40.514812.8820-46.4962

#355dac color RGB value is (53,93,172).

#355dac hex color red value is 53, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #355dac hue: 0.61 , saturation: 0.53 and the lightness value of 355dac is 0.44.

The process color (four color CMYK) of #355dac color hex is 0.69, 0.46, 0.00, 0.33. Web safe color of #355dac is #336699. Color #355dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 10101100
Octal 65 135 254
Decimal 53 93 172
Hex 35 5D AC

RGB Percentages of Color #355dac

%16.67
%29.25
%54.09

CMYK Percentages of Color #355dac

%69
%46
%0
%33

Triadic Colors of #355dac

#355dac #ac355d #5dac35

Analogous Colors of #355dac

#355dac #4835ac #3599ac

Monochromatic Colors of #355dac

#355dac

Complementary Color

#355dac #ac8435

#355dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#355dac Color CSS Codes

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

#355dac Text Font Color

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

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


#355dac Background Color

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

This div background color is #355dac


#355dac Border Color

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

This div border color is #355dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355dac;
  -webkit-box-shadow: 1px 1px 3px 2px #355dac;
  box-shadow:         1px 1px 3px 2px #355dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,93,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355dac


Comments

No comments written yet.

Please login to write comment.