Color Hex Logo

#355268 Color Hex

#355268
(53,82,104)
0 Favorites   0 Comments

Color spaces of #355268

RGB 5382104
HSL0.570.320.31
HSV206°49°41°
CMYK 0.490.210.00   0.59
XYZ6.98427.790914.2324
Yxy7.79090.24080.2686
Hunter Lab27.9122-4.1820-10.6934
CIE-Lab33.5436-4.1244-16.0808

#355268 color RGB value is (53,82,104).

#355268 hex color red value is 53, green value is 82 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #355268 hue: 0.57 , saturation: 0.32 and the lightness value of 355268 is 0.31.

The process color (four color CMYK) of #355268 color hex is 0.49, 0.21, 0.00, 0.59. Web safe color of #355268 is #336666. Color #355268 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010010 01101000
Octal 65 122 150
Decimal 53 82 104
Hex 35 52 68

RGB Percentages of Color #355268

%22.18
%34.31
%43.51

CMYK Percentages of Color #355268

%49
%21
%0
%59

Triadic Colors of #355268

#355268 #683552 #526835

Analogous Colors of #355268

#355268 #353968 #356865

Monochromatic Colors of #355268

#355268

Complementary Color

#355268 #684b35

#355268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355268 Color CSS Codes

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

#355268 Text Font Color

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

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


#355268 Background Color

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

This div background color is #355268


#355268 Border Color

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

This div border color is #355268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355268


Comments

No comments written yet.

Please login to write comment.