Color Hex Logo

#355eaa Color Hex

#355EAA
(53,94,170)
0 Favorites   0 Comments

Color spaces of #355eaa

RGB 5394170
HSL0.610.520.44
HSV219°69°67°
CMYK 0.690.450.00   0.33
XYZ12.726611.664639.6109
Yxy11.66460.19880.1823
Hunter Lab34.15356.7458-44.8566
CIE-Lab40.678011.4948-45.0530

#355eaa color RGB value is (53,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 10101010
Octal 65 136 252
Decimal 53 94 170
Hex 35 5E AA

RGB Percentages of Color #355eaa

%16.72
%29.65
%53.63

CMYK Percentages of Color #355eaa

%69
%45
%0
%33

Triadic Colors of #355eaa

#355eaa #aa355e #5eaa35

Analogous Colors of #355eaa

#355eaa #4735aa #3599aa

Monochromatic Colors of #355eaa

#355eaa

Complementary Color

#355eaa #aa8135

#355eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#355eaa Color CSS Codes

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

#355eaa Text Font Color

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

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


#355eaa Background Color

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

This div background color is #355eaa


#355eaa Border Color

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

This div border color is #355eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355eaa


Comments

No comments written yet.

Please login to write comment.