Color Hex Logo

#35487e Color Hex

#35487E
(53,72,126)
0 Favorites   0 Comments

Color spaces of #35487e

RGB 5372126
HSL0.620.410.35
HSV224°58°49°
CMYK 0.580.430.00   0.51
XYZ7.55156.898020.6721
Yxy6.89800.21500.1964
Hunter Lab26.26405.3607-28.2816
CIE-Lab31.57369.8903-32.9255

#35487e color RGB value is (53,72,126).

#35487e hex color red value is 53, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #35487e hue: 0.62 , saturation: 0.41 and the lightness value of 35487e is 0.35.

The process color (four color CMYK) of #35487e color hex is 0.58, 0.43, 0.00, 0.51. Web safe color of #35487e is #333366. Color #35487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001000 01111110
Octal 65 110 176
Decimal 53 72 126
Hex 35 48 7E

RGB Percentages of Color #35487e

%21.12
%28.69
%50.20

CMYK Percentages of Color #35487e

%58
%43
%0
%51

Triadic Colors of #35487e

#35487e #7e3548 #487e35

Analogous Colors of #35487e

#35487e #47357e #356d7e

Monochromatic Colors of #35487e

#35487e

Complementary Color

#35487e #7e6b35

#35487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35487e Color CSS Codes

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

#35487e Text Font Color

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

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


#35487e Background Color

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

This div background color is #35487e


#35487e Border Color

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

This div border color is #35487e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,72,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35487e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35487e;
  -webkit-box-shadow: 1px 1px 3px 2px #35487e;
  box-shadow:         1px 1px 3px 2px #35487e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35487e


Comments

No comments written yet.

Please login to write comment.