Color Hex Logo

#35377e Color Hex

#35377E
(53,55,126)
0 Favorites   0 Comments

Color spaces of #35377e

RGB 5355126
HSL0.660.410.35
HSV238°58°49°
CMYK 0.580.560.00   0.51
XYZ6.60034.995620.3550
Yxy4.99560.20660.1564
Hunter Lab22.350813.5979-38.3501
CIE-Lab26.722221.3682-40.6991

#35377e color RGB value is (53,55,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 01111110
Octal 65 67 176
Decimal 53 55 126
Hex 35 37 7E

RGB Percentages of Color #35377e

%22.65
%23.50
%53.85

CMYK Percentages of Color #35377e

%58
%56
%0
%51

Triadic Colors of #35377e

#35377e #7e3537 #377e35

Analogous Colors of #35377e

#35377e #58357e #355c7e

Monochromatic Colors of #35377e

#35377e

Complementary Color

#35377e #7e7c35

#35377e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35377e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35377e Color CSS Codes

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

#35377e Text Font Color

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

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


#35377e Background Color

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

This div background color is #35377e


#35377e Border Color

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

This div border color is #35377e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35377e


Comments

No comments written yet.

Please login to write comment.