Color Hex Logo

#355998 Color Hex

#355998
(53,89,152)
0 Favorites   0 Comments

Color spaces of #355998

RGB 5389152
HSL0.610.480.40
HSV218°65°60°
CMYK 0.650.410.00   0.40
XYZ10.708110.168631.1041
Yxy10.16860.20600.1956
Hunter Lab31.88824.1360-35.5103
CIE-Lab38.14338.1110-38.3686

#355998 color RGB value is (53,89,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 10011000
Octal 65 131 230
Decimal 53 89 152
Hex 35 59 98

RGB Percentages of Color #355998

%18.03
%30.27
%51.70

CMYK Percentages of Color #355998

%65
%41
%0
%40

Triadic Colors of #355998

#355998 #983559 #599835

Analogous Colors of #355998

#355998 #433598 #358b98

Monochromatic Colors of #355998

#355998

Complementary Color

#355998 #987435

#355998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355998 Color CSS Codes

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

#355998 Text Font Color

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

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


#355998 Background Color

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

This div background color is #355998


#355998 Border Color

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

This div border color is #355998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,89,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 #355998">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355998


Comments

No comments written yet.

Please login to write comment.