Color Hex Logo

#361a66 Color Hex

#361A66
(54,26,102)
0 Favorites   0 Comments

Color spaces of #361a66

RGB 5426102
HSL0.730.590.25
HSV262°75°40°
CMYK 0.470.750.00   0.60
XYZ4.28902.482412.8235
Yxy2.48240.21890.1267
Hunter Lab15.755621.0189-37.2271
CIE-Lab17.838832.1522-39.6917

#361a66 color RGB value is (54,26,102).

#361a66 hex color red value is 54, green value is 26 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #361a66 hue: 0.73 , saturation: 0.59 and the lightness value of 361a66 is 0.25.

The process color (four color CMYK) of #361a66 color hex is 0.47, 0.75, 0.00, 0.60. Web safe color of #361a66 is #333366. Color #361a66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 01100110
Octal 66 32 146
Decimal 54 26 102
Hex 36 1A 66

RGB Percentages of Color #361a66

%29.67
%14.29
%56.04

CMYK Percentages of Color #361a66

%47
%75
%0
%60

Triadic Colors of #361a66

#361a66 #66361a #1a6636

Analogous Colors of #361a66

#361a66 #5c1a66 #1a2466

Monochromatic Colors of #361a66

#361a66

Complementary Color

#361a66 #4a661a

#361a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361a66 Color CSS Codes

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

#361a66 Text Font Color

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

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


#361a66 Background Color

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

This div background color is #361a66


#361a66 Border Color

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

This div border color is #361a66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361a66


Comments

No comments written yet.

Please login to write comment.