#36329B

Color #36329B Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #36329B

Tints of Dark Slate Blue #36329B

Color information

#36329B (or 0x36329B) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 32 and 9B. RGB value is (54,50,155). Sum of RGB (Red+Green+Blue) = 54+50+155=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #36329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329B is #C9CD64. Grayscale: #3E3E3E. Windows color (decimal): -13225317 or 10170934. OLE color: 10170934.

HSL color Cylindrical-coordinate representation of color #36329B: hue angle of 242.29º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36329B is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5450155-
CMYK0.650.6800.39
HSL242.29º51.22%40.2%-
HSV(B)242.29º67.74%60.78%-
XYZ8.585.4331.61-
YUV63.17179.83121.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 20.85%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 155 (60.94% from 255) = 59.85%
R=20.85%
G=19.31%
B=59.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54501550.650.6800.39242.2951.2240.2
Hex36329B4144027f23328
Octal66622331011040473626350
Binary1101101100101001101110000011000100010011111110010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36329B; }

 p { color: rgb(54,50,155); }

 H1.HeaderClassName
 {
   color: #36329B;
 }
 .AnyTagClassName
 {
   color: #36329B;
 }
</style>
background-color css

<style>
 a { background-color: #36329B; }

 a { background-color: rgb(54,50,155); }

 div.DivClassName
 {
   background-color: #36329B;
 }
 .BgClassName
 {
   background-color: #36329B;
 }
</style>
border-color css

<style>
 span { border-color: #36329B; }

 span { border-color: rgb(54,50,155); }

 td.TdClassName
 {
   border-color: #36329B;
 }
 .TagClassName
 {
   border-color: #36329B;
 }
</style>