Color Hex Logo

#35247c Color Hex

#35247C
(53,36,124)
0 Favorites   0 Comments

Color spaces of #35247c

RGB 5336124
HSL0.700.550.31
HSV252°71°49°
CMYK 0.570.710.00   0.51
XYZ5.73723.473919.4369
Yxy3.47390.20030.1213
Hunter Lab18.638422.3280-48.7832
CIE-Lab21.849832.9902-47.3539

#35247c color RGB value is (53,36,124).

#35247c hex color red value is 53, green value is 36 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #35247c hue: 0.70 , saturation: 0.55 and the lightness value of 35247c is 0.31.

The process color (four color CMYK) of #35247c color hex is 0.57, 0.71, 0.00, 0.51. Web safe color of #35247c is #333366. Color #35247c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100100 01111100
Octal 65 44 174
Decimal 53 36 124
Hex 35 24 7C

RGB Percentages of Color #35247c

%24.88
%16.90
%58.22

CMYK Percentages of Color #35247c

%57
%71
%0
%51

Triadic Colors of #35247c

#35247c #7c3524 #247c35

Analogous Colors of #35247c

#35247c #61247c #243f7c

Monochromatic Colors of #35247c

#35247c

Complementary Color

#35247c #6b7c24

#35247c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35247c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35247c Color CSS Codes

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

#35247c Text Font Color

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

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


#35247c Background Color

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

This div background color is #35247c


#35247c Border Color

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

This div border color is #35247c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,36,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35247c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35247c;
  -webkit-box-shadow: 1px 1px 3px 2px #35247c;
  box-shadow:         1px 1px 3px 2px #35247c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35247c


Comments

No comments written yet.

Please login to write comment.