#36329F

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

Shades of Dark Slate Blue #36329F

Tints of Dark Slate Blue #36329F

Color information

#36329F (or 0x36329F) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 32 and 9F. RGB value is (54,50,159). Sum of RGB (Red+Green+Blue) = 54+50+159=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #36329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36329F is #C9CD60. Grayscale: #3F3F3F. Windows color (decimal): -13225313 or 10433078. OLE color: 10433078.

HSL color Cylindrical-coordinate representation of color #36329F: hue angle of 242.2º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36329F is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5450159-
CMYK0.660.6900.38
HSL242.2º52.15%40.98%-
HSV(B)242.2º68.55%62.35%-
XYZ8.925.5733.41-
YUV63.62181.83121.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.53%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 159 (62.5% from 255) = 60.46%
R=20.53%
G=19.01%
B=60.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54501590.660.6900.38242.252.1540.98
Hex36329F4245026f23429
Octal66622371021050463626451
Binary1101101100101001111110000101000101010011011110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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