Color Hex Logo

#363298 Color Hex

#363298
(54,50,152)
0 Favorites   0 Comments

Color spaces of #363298

RGB 5450152
HSL0.670.500.40
HSV242°67°60°
CMYK 0.640.670.00   0.40
XYZ8.32945.332530.2960
Yxy5.33250.18950.1213
Hunter Lab23.092223.9739-61.6214
CIE-Lab27.661833.8923-55.2895

#363298 color RGB value is (54,50,152).

#363298 hex color red value is 54, green value is 50 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #363298 hue: 0.67 , saturation: 0.50 and the lightness value of 363298 is 0.40.

The process color (four color CMYK) of #363298 color hex is 0.64, 0.67, 0.00, 0.40. Web safe color of #363298 is #333399. Color #363298 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 10011000
Octal 66 62 230
Decimal 54 50 152
Hex 36 32 98

RGB Percentages of Color #363298

%21.09
%19.53
%59.38

CMYK Percentages of Color #363298

%64
%67
%0
%40

Triadic Colors of #363298

#363298 #983632 #329836

Analogous Colors of #363298

#363298 #693298 #326198

Monochromatic Colors of #363298

#363298

Complementary Color

#363298 #949832

#363298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363298 Color CSS Codes

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

#363298 Text Font Color

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

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


#363298 Background Color

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

This div background color is #363298


#363298 Border Color

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

This div border color is #363298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,50,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363298;
  -webkit-box-shadow: 1px 1px 3px 2px #363298;
  box-shadow:         1px 1px 3px 2px #363298; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363298


Comments

No comments written yet.

Please login to write comment.