Color Hex Logo

#356aab Color Hex

#356AAB
(53,106,171)
0 Favorites   0 Comments

Color spaces of #356aab

RGB 53106171
HSL0.590.530.44
HSV213°69°67°
CMYK 0.690.380.00   0.33
XYZ13.972914.005240.4949
Yxy14.00520.20410.2045
Hunter Lab37.42351.1558-37.9595
CIE-Lab44.24044.2310-39.9653

#356aab color RGB value is (53,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101010 10101011
Octal 65 152 253
Decimal 53 106 171
Hex 35 6A AB

RGB Percentages of Color #356aab

%16.06
%32.12
%51.82

CMYK Percentages of Color #356aab

%69
%38
%0
%33

Triadic Colors of #356aab

#356aab #ab356a #6aab35

Analogous Colors of #356aab

#356aab #3b35ab #35a5ab

Monochromatic Colors of #356aab

#356aab

Complementary Color

#356aab #ab7635

#356aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#356aab Color CSS Codes

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

#356aab Text Font Color

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

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


#356aab Background Color

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

This div background color is #356aab


#356aab Border Color

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

This div border color is #356aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356aab


Comments

No comments written yet.

Please login to write comment.