Color Hex Logo

#356eaa Color Hex

#356EAA
(53,110,170)
0 Favorites   0 Comments

Color spaces of #356eaa

RGB 53110170
HSL0.590.520.44
HSV211°69°67°
CMYK 0.690.350.00   0.33
XYZ14.299814.811040.1353
Yxy14.81100.20650.2139
Hunter Lab38.4851-1.0241-34.8928
CIE-Lab45.37421.3858-37.5833

#356eaa color RGB value is (53,110,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 10101010
Octal 65 156 252
Decimal 53 110 170
Hex 35 6E AA

RGB Percentages of Color #356eaa

%15.92
%33.03
%51.05

CMYK Percentages of Color #356eaa

%69
%35
%0
%33

Triadic Colors of #356eaa

#356eaa #aa356e #6eaa35

Analogous Colors of #356eaa

#356eaa #3735aa #35a9aa

Monochromatic Colors of #356eaa

#356eaa

Complementary Color

#356eaa #aa7135

#356eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#356eaa Color CSS Codes

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

#356eaa Text Font Color

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

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


#356eaa Background Color

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

This div background color is #356eaa


#356eaa Border Color

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

This div border color is #356eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,110,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 #356eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356eaa


Comments

No comments written yet.

Please login to write comment.