Color Hex Logo

#356a93 Color Hex

#356A93
(53,106,147)
0 Favorites   0 Comments

Color spaces of #356a93

RGB 53106147
HSL0.570.470.39
HSV206°64°58°
CMYK 0.640.280.00   0.42
XYZ11.888713.171529.5195
Yxy13.17150.21780.2413
Hunter Lab36.2926-5.0390-22.8203
CIE-Lab43.0205-4.3439-27.6838

#356a93 color RGB value is (53,106,147).

#356a93 hex color red value is 53, green value is 106 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #356a93 hue: 0.57 , saturation: 0.47 and the lightness value of 356a93 is 0.39.

The process color (four color CMYK) of #356a93 color hex is 0.64, 0.28, 0.00, 0.42. Web safe color of #356a93 is #336699. Color #356a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101010 10010011
Octal 65 152 223
Decimal 53 106 147
Hex 35 6A 93

RGB Percentages of Color #356a93

%17.32
%34.64
%48.04

CMYK Percentages of Color #356a93

%64
%28
%0
%42

Triadic Colors of #356a93

#356a93 #93356a #6a9335

Analogous Colors of #356a93

#356a93 #353b93 #35938d

Monochromatic Colors of #356a93

#356a93

Complementary Color

#356a93 #935e35

#356a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356a93 Color CSS Codes

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

#356a93 Text Font Color

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

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


#356a93 Background Color

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

This div background color is #356a93


#356a93 Border Color

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

This div border color is #356a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356a93


Comments

No comments written yet.

Please login to write comment.