Color Hex Logo

#363bac Color Hex

#363BAC
(54,59,172)
0 Favorites   0 Comments

Color spaces of #363bac

RGB 5459172
HSL0.660.520.44
HSV237°69°67°
CMYK 0.690.660.00   0.33
XYZ10.53176.890839.8047
Yxy6.89080.18400.1204
Hunter Lab26.250325.6766-71.5292
CIE-Lab31.557035.1670-61.0113

#363bac color RGB value is (54,59,172).

#363bac hex color red value is 54, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #363bac hue: 0.66 , saturation: 0.52 and the lightness value of 363bac is 0.44.

The process color (four color CMYK) of #363bac color hex is 0.69, 0.66, 0.00, 0.33. Web safe color of #363bac is #333399. Color #363bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111011 10101100
Octal 66 73 254
Decimal 54 59 172
Hex 36 3B AC

RGB Percentages of Color #363bac

%18.95
%20.70
%60.35

CMYK Percentages of Color #363bac

%69
%66
%0
%33

Triadic Colors of #363bac

#363bac #ac363b #3bac36

Analogous Colors of #363bac

#363bac #6c36ac #3676ac

Monochromatic Colors of #363bac

#363bac

Complementary Color

#363bac #aca736

#363bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#363bac Color CSS Codes

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

#363bac Text Font Color

<p style="color:#363bac">Text here</p>

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


#363bac Background Color

<div style="background-color:#363bac">
Div content here</div>

This div background color is #363bac


#363bac Border Color

<div style="border:3px solid #363bac">
Div here</div>

This div border color is #363bac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,59,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363bac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363bac;
  -webkit-box-shadow: 1px 1px 3px 2px #363bac;
  box-shadow:         1px 1px 3px 2px #363bac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363bac


Comments

No comments written yet.

Please login to write comment.