Color Hex Logo

#361db9 Color Hex

#361DB9
(54,29,185)
0 Favorites   0 Comments

Color spaces of #361db9

RGB 5429185
HSL0.690.730.42
HSV250°84°73°
CMYK 0.710.840.00   0.27
XYZ10.71765.165846.3312
Yxy5.16580.17230.0830
Hunter Lab22.728444.3972-104.9511
CIE-Lab27.202055.3434-75.9438

#361db9 color RGB value is (54,29,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011101 10111001
Octal 66 35 271
Decimal 54 29 185
Hex 36 1D B9

RGB Percentages of Color #361db9

%20.15
%10.82
%69.03

CMYK Percentages of Color #361db9

%71
%84
%0
%27

Triadic Colors of #361db9

#361db9 #b9361d #1db936

Analogous Colors of #361db9

#361db9 #841db9 #1d52b9

Monochromatic Colors of #361db9

#361db9

Complementary Color

#361db9 #a0b91d

#361db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361db9 Color CSS Codes

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

#361db9 Text Font Color

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

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


#361db9 Background Color

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

This div background color is #361db9


#361db9 Border Color

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

This div border color is #361db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361db9


Comments

No comments written yet.

Please login to write comment.