Color Hex Logo

#356faa Color Hex

#356FAA
(53,111,170)
0 Favorites   0 Comments

Color spaces of #356faa

RGB 53111170
HSL0.580.520.44
HSV210°69°67°
CMYK 0.690.350.00   0.33
XYZ14.408315.028040.1715
Yxy15.02800.20700.2159
Hunter Lab38.7660-1.4966-34.3035
CIE-Lab45.67250.7710-37.1122

#356faa color RGB value is (53,111,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 10101010
Octal 65 157 252
Decimal 53 111 170
Hex 35 6F AA

RGB Percentages of Color #356faa

%15.87
%33.23
%50.90

CMYK Percentages of Color #356faa

%69
%35
%0
%33

Triadic Colors of #356faa

#356faa #aa356f #6faa35

Analogous Colors of #356faa

#356faa #3535aa #35aaaa

Monochromatic Colors of #356faa

#356faa

Complementary Color

#356faa #aa7035

#356faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#356faa Color CSS Codes

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

#356faa Text Font Color

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

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


#356faa Background Color

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

This div background color is #356faa


#356faa Border Color

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

This div border color is #356faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356faa


Comments

No comments written yet.

Please login to write comment.