Color Hex Logo

#355698 Color Hex

#355698
(53,86,152)
0 Favorites   0 Comments

Color spaces of #355698

RGB 5386152
HSL0.610.480.40
HSV220°65°60°
CMYK 0.650.430.00   0.40
XYZ10.46359.679531.0226
Yxy9.67950.20450.1892
Hunter Lab31.11195.5870-37.3415
CIE-Lab37.261010.0615-39.7748

#355698 color RGB value is (53,86,152).

#355698 hex color red value is 53, green value is 86 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #355698 hue: 0.61 , saturation: 0.48 and the lightness value of 355698 is 0.40.

The process color (four color CMYK) of #355698 color hex is 0.65, 0.43, 0.00, 0.40. Web safe color of #355698 is #336699. Color #355698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 10011000
Octal 65 126 230
Decimal 53 86 152
Hex 35 56 98

RGB Percentages of Color #355698

%18.21
%29.55
%52.23

CMYK Percentages of Color #355698

%65
%43
%0
%40

Triadic Colors of #355698

#355698 #983556 #569835

Analogous Colors of #355698

#355698 #463598 #358898

Monochromatic Colors of #355698

#355698

Complementary Color

#355698 #987735

#355698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355698 Color CSS Codes

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

#355698 Text Font Color

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

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


#355698 Background Color

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

This div background color is #355698


#355698 Border Color

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

This div border color is #355698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355698


Comments

No comments written yet.

Please login to write comment.