#36328E

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

Shades of Dark Slate Blue #36328E

Tints of Dark Slate Blue #36328E

Color information

#36328E (or 0x36328E) is unknown color: approx Dark Slate Blue. HEX triplet: 36, 32 and 8E. RGB value is (54,50,142). Sum of RGB (Red+Green+Blue) = 54+50+142=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #36328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36328E is #C9CD71. Grayscale: #3D3D3D. Windows color (decimal): -13225330 or 9318966. OLE color: 9318966.

HSL color Cylindrical-coordinate representation of color #36328E: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36328E is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5450142-
CMYK0.620.6500.44
HSL242.61º47.92%37.65%-
HSV(B)242.61º64.79%55.69%-
XYZ7.545.0226.16-
YUV61.68173.33122.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.95%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 142 (55.86% from 255) = 57.72%
R=21.95%
G=20.33%
B=57.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal54501420.620.6500.44242.6147.9237.65
Hex36328E3E4102Cf33026
Octal6662216761010543636046
Binary110110110010100011101111101000001010110011110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36328E; }

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

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

<style>
 a { background-color: #36328E; }

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

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

<style>
 span { border-color: #36328E; }

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

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