Color Hex Logo

#361d68 Color Hex

#361D68
(54,29,104)
0 Favorites   0 Comments

Color spaces of #361d68

RGB 5429104
HSL0.720.560.26
HSV260°72°41°
CMYK 0.480.720.00   0.59
XYZ4.45942.662513.3756
Yxy2.66250.21760.1299
Hunter Lab16.317220.2281-37.1795
CIE-Lab18.638131.0338-39.7007

#361d68 color RGB value is (54,29,104).

#361d68 hex color red value is 54, green value is 29 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #361d68 hue: 0.72 , saturation: 0.56 and the lightness value of 361d68 is 0.26.

The process color (four color CMYK) of #361d68 color hex is 0.48, 0.72, 0.00, 0.59. Web safe color of #361d68 is #333366. Color #361d68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011101 01101000
Octal 66 35 150
Decimal 54 29 104
Hex 36 1D 68

RGB Percentages of Color #361d68

%28.88
%15.51
%55.61

CMYK Percentages of Color #361d68

%48
%72
%0
%59

Triadic Colors of #361d68

#361d68 #68361d #1d6836

Analogous Colors of #361d68

#361d68 #5c1d68 #1d2a68

Monochromatic Colors of #361d68

#361d68

Complementary Color

#361d68 #4f681d

#361d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361d68 Color CSS Codes

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

#361d68 Text Font Color

<p style="color:#361d68">Text here</p>

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


#361d68 Background Color

<div style="background-color:#361d68">
Div content here</div>

This div background color is #361d68


#361d68 Border Color

<div style="border:3px solid #361d68">
Div here</div>

This div border color is #361d68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,29,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361d68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361d68;
  -webkit-box-shadow: 1px 1px 3px 2px #361d68;
  box-shadow:         1px 1px 3px 2px #361d68; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,29,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361d68

#361d68 Color Palettes


Comments

No comments written yet.

Please login to write comment.