Color Hex Logo

#361fbe Color Hex

#361FBE
(54,31,190)
0 Favorites   0 Comments

Color spaces of #361fbe

RGB 5431190
HSL0.690.720.43
HSV249°84°75°
CMYK 0.720.840.00   0.25
XYZ11.30565.481949.1774
Yxy5.48190.17140.0831
Hunter Lab23.413545.2183-108.1427
CIE-Lab28.065855.9592-77.4739

#361fbe color RGB value is (54,31,190).

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

The process color (four color CMYK) of #361fbe color hex is 0.72, 0.84, 0.00, 0.25. Web safe color of #361fbe is #3333cc. Color #361fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011111 10111110
Octal 66 37 276
Decimal 54 31 190
Hex 36 1F BE

RGB Percentages of Color #361fbe

%19.64
%11.27
%69.09

CMYK Percentages of Color #361fbe

%72
%84
%0
%25

Triadic Colors of #361fbe

#361fbe #be361f #1fbe36

Analogous Colors of #361fbe

#361fbe #861fbe #1f57be

Monochromatic Colors of #361fbe

#361fbe

Complementary Color

#361fbe #a7be1f

#361fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#361fbe Color CSS Codes

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

#361fbe Text Font Color

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

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


#361fbe Background Color

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

This div background color is #361fbe


#361fbe Border Color

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

This div border color is #361fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361fbe


Comments

No comments written yet.

Please login to write comment.