Color Hex Logo

#355988 Color Hex

#355988
(53,89,136)
0 Favorites   0 Comments

Color spaces of #355988

RGB 5389136
HSL0.590.440.37
HSV214°61°53°
CMYK 0.610.350.00   0.47
XYZ9.48459.679224.6609
Yxy9.67920.21640.2209
Hunter Lab31.1114-0.0282-25.2191
CIE-Lab37.26042.3442-30.0837

#355988 color RGB value is (53,89,136).

#355988 hex color red value is 53, green value is 89 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #355988 hue: 0.59 , saturation: 0.44 and the lightness value of 355988 is 0.37.

The process color (four color CMYK) of #355988 color hex is 0.61, 0.35, 0.00, 0.47. Web safe color of #355988 is #336699. Color #355988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 10001000
Octal 65 131 210
Decimal 53 89 136
Hex 35 59 88

RGB Percentages of Color #355988

%19.06
%32.01
%48.92

CMYK Percentages of Color #355988

%61
%35
%0
%47

Triadic Colors of #355988

#355988 #883559 #598835

Analogous Colors of #355988

#355988 #3b3588 #358388

Monochromatic Colors of #355988

#355988

Complementary Color

#355988 #886435

#355988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355988 Color CSS Codes

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

#355988 Text Font Color

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

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


#355988 Background Color

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

This div background color is #355988


#355988 Border Color

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

This div border color is #355988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355988


Comments

No comments written yet.

Please login to write comment.