Color Hex Logo

#356271 Color Hex

#356271
(53,98,113)
0 Favorites   0 Comments

Color spaces of #356271

RGB 5398113
HSL0.540.360.33
HSV195°53°44°
CMYK 0.530.130.00   0.56
XYZ8.816510.684517.2204
Yxy10.68450.24010.2910
Hunter Lab32.6872-9.0568-8.3544
CIE-Lab39.0439-10.9211-13.2544

#356271 color RGB value is (53,98,113).

#356271 hex color red value is 53, green value is 98 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #356271 hue: 0.54 , saturation: 0.36 and the lightness value of 356271 is 0.33.

The process color (four color CMYK) of #356271 color hex is 0.53, 0.13, 0.00, 0.56. Web safe color of #356271 is #336666. Color #356271 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01110001
Octal 65 142 161
Decimal 53 98 113
Hex 35 62 71

RGB Percentages of Color #356271

%20.08
%37.12
%42.80

CMYK Percentages of Color #356271

%53
%13
%0
%56

Triadic Colors of #356271

#356271 #713562 #627135

Analogous Colors of #356271

#356271 #354471 #357162

Monochromatic Colors of #356271

#356271

Complementary Color

#356271 #714435

#356271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356271 Color CSS Codes

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

#356271 Text Font Color

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

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


#356271 Background Color

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

This div background color is #356271


#356271 Border Color

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

This div border color is #356271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,98,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356271;
  -webkit-box-shadow: 1px 1px 3px 2px #356271;
  box-shadow:         1px 1px 3px 2px #356271; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356271


Comments

No comments written yet.

Please login to write comment.