#393292

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

Shades of Dark Slate Blue #393292

Tints of Dark Slate Blue #393292

Color information

#393292 (or 0x393292) is unknown color: approx Dark Slate Blue. HEX triplet: 39, 32 and 92. RGB value is (57,50,146). Sum of RGB (Red+Green+Blue) = 57+50+146=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #393292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393292 is #C6CD6D. Grayscale: #3E3E3E. Windows color (decimal): -13028718 or 9581113. OLE color: 9581113.

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

Color convert

RGB5750146-
CMYK0.610.6600.43
HSL244.38º48.98%38.43%-
HSV(B)244.38º65.75%57.25%-
XYZ8.025.2327.78-
YUV63.04174.82123.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=22.53%
G=19.76%
B=57.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57501460.610.6600.43244.3848.9838.43
Hex3932923D4202Bf43126
Octal7162222751020533646146
Binary111001110010100100101111011000010010101111110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393292; }

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

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

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

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

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

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

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

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