#39328D

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

Shades of Dark Slate Blue #39328D

Tints of Dark Slate Blue #39328D

Color information

#39328D (or 0x39328D) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 32 and 8D. RGB value is (57,50,141). Sum of RGB (Red+Green+Blue) = 57+50+141=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #39328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39328D is #C6CD72. Grayscale: #3E3E3E. Windows color (decimal): -13028723 or 9253433. OLE color: 9253433.

HSL color Cylindrical-coordinate representation of color #39328D: hue angle of 244.62º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #39328D is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5750141-
CMYK0.600.6500.45
HSL244.62º47.64%37.45%-
HSV(B)244.62º64.54%55.29%-
XYZ7.645.0725.78-
YUV62.47172.32124.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 141 (55.47% from 255) = 56.85%
R=22.98%
G=20.16%
B=56.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57501410.600.6500.45244.6247.6437.45
Hex39328D3C4102Df53025
Octal7162215741010553656045
Binary111001110010100011011111001000001010110111110101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39328D; }

 p { color: rgb(57,50,141); }

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

<style>
 a { background-color: #39328D; }

 a { background-color: rgb(57,50,141); }

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

<style>
 span { border-color: #39328D; }

 span { border-color: rgb(57,50,141); }

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