Color Hex Logo

#362cbe Color Hex

#362CBE
(54,44,190)
0 Favorites   0 Comments

Color spaces of #362cbe

RGB 5444190
HSL0.680.620.46
HSV244°77°75°
CMYK 0.720.770.00   0.25
XYZ11.71636.303349.3143
Yxy6.30330.17400.0936
Hunter Lab25.106439.3638-98.8838
CIE-Lab30.165149.8527-73.9966

#362cbe color RGB value is (54,44,190).

#362cbe hex color red value is 54, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #362cbe hue: 0.68 , saturation: 0.62 and the lightness value of 362cbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101100 10111110
Octal 66 54 276
Decimal 54 44 190
Hex 36 2C BE

RGB Percentages of Color #362cbe

%18.75
%15.28
%65.97

CMYK Percentages of Color #362cbe

%72
%77
%0
%25

Triadic Colors of #362cbe

#362cbe #be362c #2cbe36

Analogous Colors of #362cbe

#362cbe #7f2cbe #2c6bbe

Monochromatic Colors of #362cbe

#362cbe

Complementary Color

#362cbe #b4be2c

#362cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#362cbe Color CSS Codes

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

#362cbe Text Font Color

<p style="color:#362cbe">Text here</p>

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


#362cbe Background Color

<div style="background-color:#362cbe">
Div content here</div>

This div background color is #362cbe


#362cbe Border Color

<div style="border:3px solid #362cbe">
Div here</div>

This div border color is #362cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,44,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 #362cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362cbe


Comments

No comments written yet.

Please login to write comment.