#393892

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

Shades of Dark Slate Blue #393892

Tints of Dark Slate Blue #393892

Color information

#393892 (or 0x393892) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 38 and 92. RGB value is (57,56,146). Sum of RGB (Red+Green+Blue) = 57+56+146=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #393892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393892 is #C6C76D. Grayscale: #424242. Windows color (decimal): -13027182 or 9582649. OLE color: 9582649.

HSL color Cylindrical-coordinate representation of color #393892: hue angle of 240.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393892 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5756146-
CMYK0.610.6200.43
HSL240.67º44.55%39.61%-
HSV(B)240.67º61.64%57.25%-
XYZ8.295.7727.87-
YUV66.56172.83121.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 146 (57.42% from 255) = 56.37%
R=22.01%
G=21.62%
B=56.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57561460.610.6200.43240.6744.5539.61
Hex3938923D3E02Bf12d28
Octal717022275760533615550
Binary11100111100010010010111101111110010101111110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393892; }

 p { color: rgb(57,56,146); }

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

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

 a { background-color: rgb(57,56,146); }

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

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

 span { border-color: rgb(57,56,146); }

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