#392E9C

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

Shades of Dark Slate Blue #392E9C

Tints of Dark Slate Blue #392E9C

Color information

#392E9C (or 0x392E9C) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 2E and 9C. RGB value is (57,46,156). Sum of RGB (Red+Green+Blue) = 57+46+156=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #392E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392E9C is #C6D163. Grayscale: #3D3D3D. Windows color (decimal): -13029732 or 10235449. OLE color: 10235449.

HSL color Cylindrical-coordinate representation of color #392E9C: hue angle of 246º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392E9C is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5746156-
CMYK0.630.7100.39
HSL246º54.46%39.61%-
HSV(B)246º70.51%61.18%-
XYZ8.675.2232-
YUV61.83181.14124.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 46 (18.36% from 255) = 17.76%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=22.01%
G=17.76%
B=60.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57461560.630.7100.3924654.4639.61
Hex392E9C3F47027f63628
Octal7156234771070473666650
Binary111001101110100111001111111000111010011111110110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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