Color Hex Logo

#35187c Color Hex

#35187C
(53,24,124)
0 Favorites   0 Comments

Color spaces of #35187c

RGB 5324124
HSL0.720.680.29
HSV257°81°49°
CMYK 0.570.810.00   0.51
XYZ5.43292.865419.3355
Yxy2.86540.19660.1037
Hunter Lab16.927527.6667-55.8750
CIE-Lab19.496639.6026-51.2151

#35187c color RGB value is (53,24,124).

#35187c hex color red value is 53, green value is 24 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #35187c hue: 0.72 , saturation: 0.68 and the lightness value of 35187c is 0.29.

The process color (four color CMYK) of #35187c color hex is 0.57, 0.81, 0.00, 0.51. Web safe color of #35187c is #330066. Color #35187c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011000 01111100
Octal 65 30 174
Decimal 53 24 124
Hex 35 18 7C

RGB Percentages of Color #35187c

%26.37
%11.94
%61.69

CMYK Percentages of Color #35187c

%57
%81
%0
%51

Triadic Colors of #35187c

#35187c #7c3518 #187c35

Analogous Colors of #35187c

#35187c #67187c #182d7c

Monochromatic Colors of #35187c

#35187c

Complementary Color

#35187c #5f7c18

#35187c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35187c Color Preview on White Background

Lorem ipsum dolor sit amet.

#35187c Color CSS Codes

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

#35187c Text Font Color

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

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


#35187c Background Color

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

This div background color is #35187c


#35187c Border Color

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

This div border color is #35187c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35187c


Comments

No comments written yet.

Please login to write comment.