Color Hex Logo

#356dae Color Hex

#356DAE
(53,109,174)
0 Favorites   0 Comments

Color spaces of #356dae

RGB 53109174
HSL0.590.530.45
HSV212°70°68°
CMYK 0.700.370.00   0.32
XYZ14.576814.750242.1232
Yxy14.75020.20400.2064
Hunter Lab38.40600.5383-38.1443
CIE-Lab45.29013.4544-40.0578

#356dae color RGB value is (53,109,174).

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

The process color (four color CMYK) of #356dae color hex is 0.70, 0.37, 0.00, 0.32. Web safe color of #356dae is #336699. Color #356dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 10101110
Octal 65 155 256
Decimal 53 109 174
Hex 35 6D AE

RGB Percentages of Color #356dae

%15.77
%32.44
%51.79

CMYK Percentages of Color #356dae

%70
%37
%0
%32

Triadic Colors of #356dae

#356dae #ae356d #6dae35

Analogous Colors of #356dae

#356dae #3a35ae #35aaae

Monochromatic Colors of #356dae

#356dae

Complementary Color

#356dae #ae7635

#356dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#356dae Color CSS Codes

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

#356dae Text Font Color

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

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


#356dae Background Color

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

This div background color is #356dae


#356dae Border Color

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

This div border color is #356dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356dae


Comments

No comments written yet.

Please login to write comment.