Color Hex Logo

#363370 Color Hex

#363370
(54,51,112)
0 Favorites   0 Comments

Color spaces of #363370

RGB 5451112
HSL0.670.370.32
HSV243°54°44°
CMYK 0.520.540.00   0.56
XYZ5.62984.321815.8667
Yxy4.32180.21810.1674
Hunter Lab20.788911.9585-30.6995
CIE-Lab24.708019.4389-35.0598

#363370 color RGB value is (54,51,112).

#363370 hex color red value is 54, green value is 51 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #363370 hue: 0.67 , saturation: 0.37 and the lightness value of 363370 is 0.32.

The process color (four color CMYK) of #363370 color hex is 0.52, 0.54, 0.00, 0.56. Web safe color of #363370 is #333366. Color #363370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110011 01110000
Octal 66 63 160
Decimal 54 51 112
Hex 36 33 70

RGB Percentages of Color #363370

%24.88
%23.50
%51.61

CMYK Percentages of Color #363370

%52
%54
%0
%56

Triadic Colors of #363370

#363370 #703633 #337036

Analogous Colors of #363370

#363370 #543370 #334f70

Monochromatic Colors of #363370

#363370

Complementary Color

#363370 #6d7033

#363370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363370 Color CSS Codes

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

#363370 Text Font Color

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

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


#363370 Background Color

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

This div background color is #363370


#363370 Border Color

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

This div border color is #363370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363370


Comments

No comments written yet.

Please login to write comment.