Color Hex Logo

#361fa8 Color Hex

#361FA8
(54,31,168)
0 Favorites   0 Comments

Color spaces of #361fa8

RGB 5431168
HSL0.690.690.39
HSV250°82°66°
CMYK 0.680.820.00   0.34
XYZ9.07924.591437.4535
Yxy4.59140.17760.0898
Hunter Lab21.427638.1351-88.6345
CIE-Lab25.537449.5226-68.5168

#361fa8 color RGB value is (54,31,168).

#361fa8 hex color red value is 54, green value is 31 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #361fa8 hue: 0.69 , saturation: 0.69 and the lightness value of 361fa8 is 0.39.

The process color (four color CMYK) of #361fa8 color hex is 0.68, 0.82, 0.00, 0.34. Web safe color of #361fa8 is #333399. Color #361fa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 10101000
Octal 66 37 250
Decimal 54 31 168
Hex 36 1F A8

RGB Percentages of Color #361fa8

%21.34
%12.25
%66.40

CMYK Percentages of Color #361fa8

%68
%82
%0
%34

Triadic Colors of #361fa8

#361fa8 #a8361f #1fa836

Analogous Colors of #361fa8

#361fa8 #7b1fa8 #1f4ca8

Monochromatic Colors of #361fa8

#361fa8

Complementary Color

#361fa8 #91a81f

#361fa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fa8 Color CSS Codes

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

#361fa8 Text Font Color

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

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


#361fa8 Background Color

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

This div background color is #361fa8


#361fa8 Border Color

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

This div border color is #361fa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fa8


Comments

No comments written yet.

Please login to write comment.