Color Hex Logo

#361bbd Color Hex

#361BBD
(54,27,189)
0 Favorites   0 Comments

Color spaces of #361bbd

RGB 5427189
HSL0.690.750.42
HSV250°86°74°
CMYK 0.710.860.00   0.26
XYZ11.09865.242348.5710
Yxy5.24230.17100.0808
Hunter Lab22.896146.4577-109.7487
CIE-Lab27.414257.2578-77.9640

#361bbd color RGB value is (54,27,189).

#361bbd hex color red value is 54, green value is 27 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #361bbd hue: 0.69 , saturation: 0.75 and the lightness value of 361bbd is 0.42.

The process color (four color CMYK) of #361bbd color hex is 0.71, 0.86, 0.00, 0.26. Web safe color of #361bbd is #3333cc. Color #361bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 10111101
Octal 66 33 275
Decimal 54 27 189
Hex 36 1B BD

RGB Percentages of Color #361bbd

%20.00
%10.00
%70.00

CMYK Percentages of Color #361bbd

%71
%86
%0
%26

Triadic Colors of #361bbd

#361bbd #bd361b #1bbd36

Analogous Colors of #361bbd

#361bbd #871bbd #1b51bd

Monochromatic Colors of #361bbd

#361bbd

Complementary Color

#361bbd #a2bd1b

#361bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#361bbd Color CSS Codes

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

#361bbd Text Font Color

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

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


#361bbd Background Color

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

This div background color is #361bbd


#361bbd Border Color

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

This div border color is #361bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361bbd


Comments

No comments written yet.

Please login to write comment.