Color Hex Logo

#361baa Color Hex

#361BAA
(54,27,170)
0 Favorites   0 Comments

Color spaces of #361baa

RGB 5427170
HSL0.700.730.39
HSV251°84°67°
CMYK 0.680.840.00   0.33
XYZ9.16904.470438.4098
Yxy4.47040.17620.0859
Hunter Lab21.143340.4074-92.9083
CIE-Lab25.169351.8605-70.3342

#361baa color RGB value is (54,27,170).

#361baa hex color red value is 54, green value is 27 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #361baa hue: 0.70 , saturation: 0.73 and the lightness value of 361baa is 0.39.

The process color (four color CMYK) of #361baa color hex is 0.68, 0.84, 0.00, 0.33. Web safe color of #361baa is #333399. Color #361baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011011 10101010
Octal 66 33 252
Decimal 54 27 170
Hex 36 1B AA

RGB Percentages of Color #361baa

%21.51
%10.76
%67.73

CMYK Percentages of Color #361baa

%68
%84
%0
%33

Triadic Colors of #361baa

#361baa #aa361b #1baa36

Analogous Colors of #361baa

#361baa #7e1baa #1b48aa

Monochromatic Colors of #361baa

#361baa

Complementary Color

#361baa #8faa1b

#361baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#361baa Color CSS Codes

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

#361baa Text Font Color

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

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


#361baa Background Color

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

This div background color is #361baa


#361baa Border Color

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

This div border color is #361baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361baa


Comments

No comments written yet.

Please login to write comment.