#392E87

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

Shades of Dark Slate Blue #392E87

Tints of Dark Slate Blue #392E87

Color information

#392E87 (or 0x392E87) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2E and 87. RGB value is (57,46,135). Sum of RGB (Red+Green+Blue) = 57+46+135=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #392E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E87 is #C6D178. Grayscale: #3B3B3B. Windows color (decimal): -13029753 or 8859193. OLE color: 8859193.

HSL color Cylindrical-coordinate representation of color #392E87: hue angle of 247.42º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #392E87 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5746135-
CMYK0.580.6600.47
HSL247.42º49.17%35.49%-
HSV(B)247.42º65.93%52.94%-
XYZ7.044.5723.43-
YUV59.44170.64126.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=23.95%
G=19.33%
B=56.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57461350.580.6600.47247.4249.1735.49
Hex392E873A4202Ff73123
Octal7156207721020573676143
Binary111001101110100001111110101000010010111111110111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E87; }

 p { color: rgb(57,46,135); }

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

<style>
 a { background-color: #392E87; }

 a { background-color: rgb(57,46,135); }

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

<style>
 span { border-color: #392E87; }

 span { border-color: rgb(57,46,135); }

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