Color Hex Logo

#35588d Color Hex

#35588D
(53,88,141)
0 Favorites   0 Comments

Color spaces of #35588d

RGB 5388141
HSL0.600.450.38
HSV216°62°55°
CMYK 0.620.380.00   0.45
XYZ9.76569.659426.5491
Yxy9.65940.21240.2101
Hunter Lab31.07961.6977-28.8916
CIE-Lab37.22414.7697-33.1816

#35588d color RGB value is (53,88,141).

#35588d hex color red value is 53, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #35588d hue: 0.60 , saturation: 0.45 and the lightness value of 35588d is 0.38.

The process color (four color CMYK) of #35588d color hex is 0.62, 0.38, 0.00, 0.45. Web safe color of #35588d is #336699. Color #35588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 10001101
Octal 65 130 215
Decimal 53 88 141
Hex 35 58 8D

RGB Percentages of Color #35588d

%18.79
%31.21
%50.00

CMYK Percentages of Color #35588d

%62
%38
%0
%45

Triadic Colors of #35588d

#35588d #8d3558 #588d35

Analogous Colors of #35588d

#35588d #3e358d #35848d

Monochromatic Colors of #35588d

#35588d

Complementary Color

#35588d #8d6a35

#35588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#35588d Color CSS Codes

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

#35588d Text Font Color

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

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


#35588d Background Color

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

This div background color is #35588d


#35588d Border Color

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

This div border color is #35588d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,88,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35588d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35588d;
  -webkit-box-shadow: 1px 1px 3px 2px #35588d;
  box-shadow:         1px 1px 3px 2px #35588d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35588d


Comments

No comments written yet.

Please login to write comment.